query-f59f60fb5fc4a43b11e009480a126b80
PropertiesArt & Architecture Thesaurus ID (P1014)Library of Congress authority ID (P244)FAST ID (P2163)GeoNames ID (P1566)NDL Authority ID (P349)GND ID (P227)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?aat ?lcsh ?fast ?gnd ?ndl ?geonames
WHERE {
?item wdtn:P1014 ?aat .
OPTIONAL {?item wdtn:P244 ?lcsh}
OPTIONAL {?item wdtn:P2163 ?fast}
OPTIONAL {?item wdtn:P1566 ?geonames}
OPTIONAL {?item wdtn:P349 ?ndl}
OPTIONAL {?item wdtn:P227 ?gnd}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?aat"):::projected
v4("?fast"):::projected
v5("?geonames"):::projected
v7("?gnd"):::projected
v1("?item"):::projected
v3("?lcsh"):::projected
v6("?ndl"):::projected
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdtn:P1014"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdtn:P244".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdtn:P2163".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdtn:P1566".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdtn:P349".-> v6
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdtn:P227".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end