Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 dbpedia.org/snorql 中使用 sparql 显示 DBpedia 的所有类和所有谓词
怎么样:
SELECT * { ?x a owl:Class }
和:
SELECT * { ?x a rdf:Property }
我不知道这些是否都是类/属性。