Publish to my blog (weekly)
-
Building a semantic graph in Neo4j – Jesús Barrasa
- A
DatatypeProperty
describes an attribute in Neo4j - A
Class
defines a category which in Neo4j exists as a node label - each of the individual key-value pairs in both nodes or relationships
- an
ObjectProperty
describes a relationship in Neo4j -
DatatypeProperties
(describing neo4j attributes) -
ObjectProperties
(describing relationships)
-
-
And Now for Something Completely Different: Using OWL with Neo4j - Neo4j Graph Database Platform
- here are individuals that belong to classes and object properties connecting the individuals.
- An ontology is a graph. It has a top node (owl:Thing) and classes extending it.
- Individuals can have data properties and annotations that can be represented as node properties and relationship properties or as relationship types.
-
댓글