query-baa71d05ade9ee599380722e87b290ed
Overview of Category and Gallery pages of plant species on Wikimedia Commons SELECT DISTINCT ?plate ?plateLabel ?plantDecpicted ?scientificNameInFB ?scientificNameModern ?dutchTrivialNameModern ?plantDecpictedWikipediaNL ?plantDecpictedCommonsCat ?plantDecpictedCommonsCatBotIll ?plantDecpictedCommonsGal WHERE { wd:Q117860156 wdt:P527 ?volume. ?volume wdt:P527 ?plate. OPTIONAL{?plate wdt:P18 ?plateImage.} ?plate wdt:P1476 ?scientificNameInFB. FILTER(lang(?scientificNameInFB)='la')
?plate wdt:P180 ?plantDecpicted. ?plantDecpicted rdfs:label ?scientificNameModern . FILTER(lang(?scientificNameModern)='la') ?plantDecpicted rdfs:label?dutchTrivialNameModern . FILTER(lang(?dutchTrivialNameModern)='nl')
OPTIONAL{?plantDecpictedWikipediaNL schema:about ?plantDecpicted;
schema:isPartOf https://nl.wikipedia.org/.}
OPTIONAL{?plantDecpicted wdt:P373 ?plantDCCat.
BIND(REPLACE(?plantDCCat, " ", "", "i") AS ?plantDCCat2)
BIND(URI(CONCAT('https://commons.wikimedia.org/wiki/Category:', ?plantDCCat2)) AS ?plantDecpictedCommonsCat).
BIND(URI(CONCAT(STR(?plantDecpictedCommonsCat),'-botanical_illustrations')) AS ?plantDecpictedCommonsCatBotIll).
}
OPTIONAL{?plantDecpicted wdt:P935 ?plantDCGal.
BIND(REPLACE(?plantDCGal, " ", "", "i") AS ?plantDCGal2)
BIND(URI(CONCAT('https://commons.wikimedia.org/wiki/', ?plantDCGal2)) AS ?plantDecpictedCommonsGal).
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
}
ORDER BY ?plateLabel
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 schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Overview of Category and Gallery pages of plant species on Wikimedia Commons
SELECT DISTINCT
?plate ?plateLabel
?plantDecpicted
?scientificNameInFB ?scientificNameModern ?dutchTrivialNameModern
?plantDecpictedWikipediaNL
?plantDecpictedCommonsCat ?plantDecpictedCommonsCatBotIll ?plantDecpictedCommonsGal
WHERE {
wd:Q117860156 wdt:P527 ?volume.
?volume wdt:P527 ?plate.
OPTIONAL{?plate wdt:P18 ?plateImage.}
?plate wdt:P1476 ?scientificNameInFB. FILTER(lang(?scientificNameInFB)='la')
?plate wdt:P180 ?plantDecpicted.
?plantDecpicted rdfs:label ?scientificNameModern . FILTER(lang(?scientificNameModern)='la')
?plantDecpicted rdfs:label?dutchTrivialNameModern . FILTER(lang(?dutchTrivialNameModern)='nl')
OPTIONAL{?plantDecpictedWikipediaNL schema:about ?plantDecpicted;
schema:isPartOf <https://nl.wikipedia.org/>.}
OPTIONAL{?plantDecpicted wdt:P373 ?plantDCCat.
BIND(REPLACE(?plantDCCat, " ", "_", "i") AS ?plantDCCat2)
BIND(URI(CONCAT('https://commons.wikimedia.org/wiki/Category:', ?plantDCCat2)) AS ?plantDecpictedCommonsCat).
BIND(URI(CONCAT(STR(?plantDecpictedCommonsCat),'_-_botanical_illustrations')) AS ?plantDecpictedCommonsCatBotIll).
}
OPTIONAL{?plantDecpicted wdt:P935 ?plantDCGal.
BIND(REPLACE(?plantDCGal, " ", "_", "i") AS ?plantDCGal2)
BIND(URI(CONCAT('https://commons.wikimedia.org/wiki/', ?plantDCGal2)) AS ?plantDecpictedCommonsGal).
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
}
ORDER BY ?plateLabel