query-1ee99139068ca983e635d9be6cc70a64
Timeline of Flora Batava volumes
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#>
# Timeline of Flora Batava volumes
#defaultView:Timeline
SELECT DISTINCT ?volume ?titlepage ?volumeLabel ?publicationyear
WHERE
{
wd:Q117860156 wdt:P527 ?volume.
?volume wdt:P577 ?publicationyear.
OPTIONAL{?volume wdt:P18 ?titlepage}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?volumeLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?publicationyear"):::projected
v4("?titlepage"):::projected
v2("?volume"):::projected
v1("?volumeLabel"):::projected
c6(["bd:serviceParam"]):::iri
c1(["wd:Q117860156"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c1 --"wdt:P527"--> v2
v2 --"wdt:P577"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end