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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -