query-a199d9840a5bd209aa6170a13d017641
PublicationsGeology journal with specified volume
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 ?Geology ?volume ?issue ?page_s_ ?GeologyLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?Geology wdt:P1433 wd:Q5535339.
OPTIONAL { ?Geology wdt:P433 ?issue. }
OPTIONAL { ?Geology wdt:P304 ?page_s_. }
?Geology wdt:P478 "36".
} order by ?issue ?page_s_
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?Geology"):::projected
v1("?issue"):::projected
v2("?page_s_"):::projected
c2(["bd:serviceParam"]):::iri
c10(["36"]):::literal
c6(["wd:Q5535339"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v3 --"wdt:P1433"--> c6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P433".-> v1
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P304".-> v2
end
v3 --"wdt:P478"--> c10