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.
我正在努力理解 SPARQL 的工作原理。有人可以告诉我,例如,我如何在http://dbpedia.org/snorql/上找到所有姓丘吉尔的人的姓名和地点
这将获得全名:
SELECT ?x ?name WHERE { ?x foaf:surname "Churchill"@en. ?x foaf:name ?name }
人们没有这样的“地方”。无论如何那会是什么?他们可能有出生和死亡的地方等等。