【发布时间】:2014-02-05 21:41:22
【问题描述】:
在 Neo4j 快速查询窗格中,有“关系类型”和“属性键”,它们在 Neo4j cypher 查询语法的上下文中是有意义的。
在 SPARQL 中,有没有办法区分作为关系的三元组和作为属性的三元组?
我想一些示例数据可能如下所示:
<actor12> <http://some.ontology.com/#ActedIn> <movie45> #relationship
<movie45> <http://some.ontology.com/#title> “Gone with the Wind" #property key/val
【问题讨论】:
标签: rdf sparql semantics rdfs triples