query-1423316716321e4eacc9e067a955777e
The AAT and Iconclass ID's for 'depicts' concepts for artworks of KMSKA
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 ?Royal_Museum_of_Fine_Arts_Antwerp ?Royal_Museum_of_Fine_Arts_AntwerpLabel ?depicts ?depictsLabel ?AAT_ID ?Iconclass_notation ?inventory_number WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?Royal_Museum_of_Fine_Arts_Antwerp wdt:P195 wd:Q1471477.
?Royal_Museum_of_Fine_Arts_Antwerp wdt:P180 ?depicts.
?depicts wdt:P1014 ?AAT_ID.
?depicts wdt:P1256 ?Iconclass_notation.
OPTIONAL { ?Royal_Museum_of_Fine_Arts_Antwerp wdt:P217 ?inventory_number. }
}
LIMIT 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?AAT_ID"):::projected
v4("?Iconclass_notation"):::projected
v1("?Royal_Museum_of_Fine_Arts_Antwerp"):::projected
v2("?depicts"):::projected
v5("?inventory_number"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q1471477"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P195"--> c6
v1 --"wdt:P180"--> v2
v2 --"wdt:P1014"--> v3
v2 --"wdt:P1256"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P217".-> v5
end