Hi, I'm new to Neo4j, and I'm trying to evaluate it as an RDF quadstore. Specifically, where a quad is a 4-tuple of the format (id, subject, predicate, object), quadstores can represent statements about statements by using the id from one quad as the subject, predicate, or object in another quad. Some stores also support a feature called named graphs, where entire sets of quads are grouped, allowing the group to have statements bound to it in a similar way.
Has anyone used Neo4j to do anything like this? If so, how is it accomplished, and what is the Neo4j-equivalent terminology? Regards, Chris _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

