|
|
|
|
|
by namedgraph
2473 days ago
|
|
For some reason you neglect to mention RDF graph data model and its SPARQL query language, which have been W3C standards since 1997 and 2008, respectively. They have a healthy ecosystem of both open-source and commercial software, and unlike property graphs were designed with data interchange in mind from the outset. SPARQL was the first and still is the only standard NoSQL query language. |
|
While RDF forms a graph, it is not a general graph model. In particular, two things that are enabled by graph databases (having data in the node itself, and associating data with edge) are not directly possible and need tricks such as relationship reification.
On the social side, the sectarism and bikeshedding tendencies of the community can be another turn off.