sparql - Looking for Winston_Churchill data -
i cannot imagine why work:
select * { <http://dbpedia.org/resource/mahatma_gandhi> dbpedia-owl:birthname ?name. optional{<http://dbpedia.org/resource/mahatma_gandhi> dbpedia-owl:birthdate ?birthdate} optional{<http://dbpedia.org/resource/mahatma_gandhi> dbpedia-owl:restingplace ?restingplace} optional{<http://dbpedia.org/resource/mahatma_gandhi> dbpedia-owl:deathdate ?deathdate} }
and - not (empty bindings):
select * { <http://dbpedia.org/resource/winston_churchill> dbpedia-owl:birthname ?name. optional{<http://dbpedia.org/resource/winston_churchill> dbpedia-owl:birthdate ?birthdate} optional{<http://dbpedia.org/resource/winston_churchill> dbpedia-owl:restingplace ?restingplace} optional{<http://dbpedia.org/resource/winston_churchill> dbpedia-owl:deathdate ?deathdate} }
on http://live.dbpedia.org/sparql
upd
this answer when tried vincent_van_gogh - same problem
dbpedia:mahatma_gandhi
has dbpedia-owl:birthname
and dbpprop:birthname
. on other hand dbpedia:winston_churchill
has dbpprop:birthname
(note different capitalization).
not sure right way deal is.
Comments
Post a Comment