Is it possible to create subrelationships in neo4j ? For e.g. a relationship
called KNOWS_BETTER as a subrelationship of KNOWS.

Do I need to explicitly connect the nodes using both relationships for the
traversal to work ? Lets say, I create this

neo4j --> KNOWS_BETTER --> graphDB, does this entails the following ?
neo4j --> KNOWS --> graphDB.

Such a scenario can be modeled in OWL Ontology, wondering if neo4j has any
capabilities.

Note: Under the hood, most OWL Ontology implementations do create these
*extra* inferred links internally.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to