query-3af59f4a1e4ce907fcfd8de010c7653a
Items with WDPA-ID in DE TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?WDPA
WHERE
{
?item wdt:P809 ?WDPA.
?item wdt:P17 wd:Q183.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?WDPA
Query found at
- https://www.wikidata.org/wiki/User:GPSLeo/notes
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2019/03
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?WDPA"):::projected
v2("?item"):::projected
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q183"]):::iri
v2 --"wdt:P809"--> v1
v2 --"wdt:P17"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end