Hi Patrick, This seems like you would like to model the full topicmap information in Neo4j? Things like relationships between properties are not supported. In that case, I would suggest to either do a full topic map implementation (there are a few people on this list who can give you pointers I believe), or promote the properties like EmployeeID and SSN to be full nodes and the values to be full relationships to the topic nodes in question. Then, you can connect EmlpoyeeID and SSN with a "EQUALS, reason='convenience'" relationship.
WDYT? /peter -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Key-value-pairs-in-Neo4j-tp3173724p3178540.html Sent from the Neo4J Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

