query-b78ba9309caa823ec92f63c637485376
Archaeological finds in metal
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#>
#defaultView:ImageGrid
SELECT ?archaeological_find ?archaeological_findDescription ?inventory_number ?image WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?archaeological_find wdt:P31 wd:Q10855061;
wdt:P189 wd:Q12994;
wdt:P186 wd:Q11426.
OPTIONAL { ?archaeological_find wdt:P217 ?inventory_number. }
OPTIONAL { ?archaeological_find wdt:P18 ?image. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?archaeological_find"):::projected
v3("?image"):::projected
v2("?inventory_number"):::projected
c2(["bd:serviceParam"]):::iri
c6(["wd:Q10855061"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c10(["wd:Q11426"]):::iri
c8(["wd:Q12994"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P189"--> c8
v1 --"wdt:P186"--> c10
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P217".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v3
end