Sunday, 1 September 2013

Query dbpedia getting date of birth of a person using SPARQL

Query dbpedia getting date of birth of a person using SPARQL

I am trying to get date of birth of person of using SPARQL Query
SELECT ?name ?birthDate WHERE {
?name foaf:name :Deepika
}
Not working ?? I am new to both dbpedia and SPARQL
Is there any other way to get date of birth of person (media wiki)?

No comments:

Post a Comment