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/でChurchillという名前のすべての人の名前と場所を見つける方法を教えてください。
これは完全な名前を取得します:
SELECT ?x ?name WHERE { ?x foaf:surname "Churchill"@en. ?x foaf:name ?name }
人には「居場所」がありません。一体それは何でしょう?彼らは生誕地などを持っているかもしれません。