query-43b4539ee5dade0b80f172ffac7c3d82
Referenced by previous list
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?taxonName ?iucnStatusLabelDe ?iucnStatusLabelEn ?iucnId WHERE {
?item wdt:P141 ?iucnStatus .
?item wdt:P225 ?taxonName .
?item p:P141 ?iucnStatus1 .
?iucnStatus1 ps:P141 ?iucnStatusValue .
?iucnStatus1 prov:wasDerivedFrom ?ref .
?ref pr:P248 wd:Q56011232. # previous list 2018/1
SERVICE wikibase:label {
bd:serviceParam wikibase:language "de" .
?iucnStatus rdfs:label ?iucnStatusLabelDe .
}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
?iucnStatus rdfs:label ?iucnStatusLabelEn .
}
}
ORDER BY ASC(?iucnStatusLabelDe)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v3("?iucnStatus")
v5("?iucnStatus1")
v1("?iucnStatusLabelDe"):::projected
v8("?iucnStatusLabelEn"):::projected
v6("?iucnStatusValue")
v7("?ref")
v4("?taxonName"):::projected
c11(["de"]):::literal
c13(["en"]):::literal
c7(["wd:Q56011232"]):::iri
c9(["bd:serviceParam"]):::iri
v2 --"p:direct/P141"--> v3
v2 --"p:direct/P225"--> v4
v2 --"p:P141"--> v5
v5 --"p:statement/P141"--> v6
v5 --"prov:wasDerivedFrom"--> v7
v7 --"p:reference/P248"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
v3 --"rdfs:label"--> v1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c13
v3 --"rdfs:label"--> v8
end