Property Graphs Vs Semantic Graphs
thoughts
- they can be mapped to each other 2
 - property graphs support key-value pairs on entities and relationships
- "Naturally annotated edges instead of inconvenient reification in knowledge graphs." 1
 - but values are not other nodes
 
 - [when semantic graphs support reification, aren't they essentially the same?][1]
- maybe, and I think predicates are adequate to represent key-value pairs on
- subjects/objects (aka "things" or, in graph theory, gd.concepts.nodes (Private))
 
 
 - maybe, and I think predicates are adequate to represent key-value pairs on
 - for time travel, maybe could be nice to have properties for valid datetimes
 
Related
- [1]: When Graphs Collide the Coming Merger of Property and Semantic Graphs
 - http://blog.liu.se/olafhartig/2019/01/10/position-statement-rdf-star-and-sparql-star/
 - https://tdan.com/knowledge-graphs-vs-property-graphs-part-1/27140
 
Resources
- https://dzone.com/articles/rdf-triple-stores-vs-labeled-property-graphs-whats
- "RDF Can Have Multivalued Properties and the Labeled Property Graph Can Have Arrays"
 
 - https://www.wisecube.ai/blog/knowledge-graphs-rdf-or-property-graphs-which-one-should-you-pick/\
 
References
Footnotes
Backlinks