SPARQL to XML Converter (FactGrid)
Enter SPARQL Query:
# This query finds all people in FactGrid who were born in Magdeburg SELECT ?Nachname ?Vorname ?Geburtsdatum WHERE { ?Mensch wdt:P2 wd:Q7; wdt:P82 wd:Q10420; wdt:P247 ?nachname; wdt:P248 ?vorname. OPTIONAL {?Mensch wdt:P77 ?Geburtsdatum} ?nachname rdfs:label ?Nachname. ?vorname rdfs:label ?Vorname. FILTER(lang(?Nachname) = "de"). FILTER(lang(?Vorname) = "de"). }
Show Results
Download XML
Query Results