query-299821c4c168188e14a64e05d0ad8dbe
Statues (or subclasses thereof) which depict Saint-Michael
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 ?work ?workLabel ?collection ?collectionLabel ?coordinate_location ?inception WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?work (wdt:P31/wdt:P279*) wd:Q179700.
?work wdt:P180 wd:Q45581.
?work wdt:P195 ?collection.
?collection wdt:P625 ?coordinate_location.
OPTIONAL { ?work wdt:P571 ?inception. }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?collection"):::projected
v3("?coordinate_location"):::projected
v4("?inception"):::projected
v1("?work"):::projected
a1((" "))
c9(["wd:Q45581"]):::iri
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q179700"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
v1 --"wdt:P180"--> c9
v1 --"wdt:P195"--> v2
v2 --"wdt:P625"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P571".-> v4
end