query-f0d1f2ea8f77d655932e2e4de6aaf82a
People with Mathematics Genealogy Project ID
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?id WHERE {
?person wdt:P549 ?id
SERVICE wikibase:label{bd:serviceParam wikibase:language "en,de"}
} ORDER BY ASC(xsd:integer(?id))
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?id"):::projected
v2("?person"):::projected
c3(["bd:serviceParam"]):::iri
c5(["en,de"]):::literal
v2 --"wdt:P549"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end