query-a38211dc44bf749703e7b6d9efcc9a1a
דוח מפורט
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?countryLabel ?dbirthLabel ?ddeathLabel ?pbirthLabel ?pdeathLabel ?langLabel ?resLang ?wpsLabel ?wpeLabel ?j9u WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
SERVICE bd:slice {
?item wdt:P8189 ?j9u .
bd:serviceParam bd:slice.offset 0 . # המספר הסודר הראשון
bd:serviceParam bd:slice.limit 10000 . # כמות השורות
}
OPTIONAL {?item wdt:P27 ?country}
OPTIONAL {?item wdt:P569 ?dbirth}
OPTIONAL {?item wdt:P570 ?ddeath}
OPTIONAL {?item wdt:P19 ?pbirth}
OPTIONAL {?item wdt:P20 ?pdeath}
OPTIONAL {?item wdt:P1412 ?lang}
OPTIONAL {?item wdt:P551 ?res}
OPTIONAL {?item wdt:P2031 ?wps}
OPTIONAL {?item wdt:P2032 ?wpe}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?country")
v4("?dbirth")
v5("?ddeath")
v1("?item"):::projected
v2("?j9u"):::projected
v8("?lang")
v6("?pbirth")
v7("?pdeath")
v9("?res")
v11("?wpe")
v10("?wps")
c8(["0^^xsd:integer"]):::literal
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;"]):::literal
c10(["10000^^xsd:integer"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
subgraph s2["http://www.bigdata.com/rdf#slice"]
style s2 stroke-width:4px;
v1 --"wdt:P8189"--> v2
c2 --"bd:slice.offset"--> c8
c2 --"bd:slice.limit"--> c10
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P27".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P569".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P570".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P19".-> v6
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P20".-> v7
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1412".-> v8
end
subgraph optional6["(optional)"]
style optional6 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P551".-> v9
end
subgraph optional7["(optional)"]
style optional7 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P2031".-> v10
end
subgraph optional8["(optional)"]
style optional8 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P2032".-> v11
end