query-cad4067c0e38629cd2a3cde9c8a69506
Propertiestaxon name (P225)BHL page ID (P687)taxon author (P405)
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?name ?page
WHERE
{
?item wdt:P225 ?name;
p:P225 [pq:P405 wd:Q6376201].
?item wdt:P687 ?page.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?name"):::projected
v3("?page"):::projected
a1((" "))
c3(["wd:Q6376201"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P225"--> v2
a1 --"p:qualifier/P405"--> c3
v1 --"p:P225"--> a1
v1 --"p:direct/P687"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end