Guest User

Untitled

a guest
Mar 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. SELECT ?item ?itemLabel ?dod ?fecha_de_nacimiento ?sexo_o_g_nero ?pa_s_de_nacionalidad WHERE {
  2.  
  3. ?item wdt:P31 wd:Q5.
  4. FILTER (?item = "http://www.wikidata.org/entity/Q6015113")
  5. OPTIONAL { ?item wdt:P21 ?sexo_o_g_nero. }
  6. OPTIONAL { ?item wdt:P27 ?pa_s_de_nacionalidad. }
  7. OPTIONAL { ?item wdt:P569 ?fecha_de_nacimiento. }
  8. OPTIONAL { ?item wdt:P570 ?dod. }
  9. SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en,fr" . }
  10. } ORDER BY ASC(?num)
Add Comment
Please, Sign In to add comment