conceptinterest-graph-recs
Property graph vs RDF
Notes
Property graph vs RDF
One-line summary: Two knowledge-graph families — property graphs (traversal, Cypher, optional schema) vs RDF (triples, SPARQL, optional OWL/SHACL inference). Only neo4j’s property-graph side has official docs in this pass.
The insight
Grokipedia’s knowledge-graph primer names both families as valid KG implementations and both as used for recommendations. The choice is epistemological as much as operational: RDF if the graph’s value is meaning and interoperability; property graph if the value is neighborhood/path queries over a user-drawn map. From 2026-08-21-autoresearch-user-owned-interest-graph-youtube-recs.
Evidence
- From 2026-08-21-autoresearch-user-owned-interest-graph-youtube-recs: “Two implementation families are named there: RDF (triples; SPARQL; OWL/SHACL when you want inference and validation) and property graphs (nodes and edges with key-value properties; Cypher).”
- From 2026-08-21-autoresearch-user-owned-interest-graph-youtube-recs: Neo4j “treats schema as optional — useful if the user’s graph is meant to grow by hand rather than by ontology committee.”
- From 2026-08-21-autoresearch-user-owned-interest-graph-youtube-recs: Community Edition is documented as suitable for DIY / small workgroups; Enterprise clustering/online backup are not required at personal scale.
- From 2026-08-21-academic-research-user-owned-interest-graphs-vs-platform-recs: Besta et al. (ACM Computing Surveys 2019, 157 citations) compare 51 graph-database systems including Neo4j, OrientDB, and Virtuoso, across RDF versus labeled property graph models, plus sharding and ACID. Peer-reviewed taxonomy, not a recommender-quality paper.
- From 2026-08-21-academic-research-user-owned-interest-graphs-vs-platform-recs: Oprea et al. (IEEE Access 2025) implement a Neo4j property-graph recommender (Jaccard over shared purchases, Cypher) on e-commerce transactions. See knowledge-graph-recommender.
Contradictions / tensions
- Embedded engines, SQLite graphs, and RDF stores appeared in search results and were not fetched. This page is not a ranking.
Related
Referenced by
Entities