query-e1d043aae2c5f36e08ca17fade81628e
Artworks
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX target: <http://www.wikidata.org/entity/Q365068>
SELECT
?artwork ?artworkLabel
(CONCAT("#artwork/", SUBSTR(STR(?artwork), 32)) AS ?artworkUrl)
?artworkDescription
WHERE {
?artwork wdt:P170 target: .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en,cz,da,de,fr,sv". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?artwork"):::projected
v2("?artworkUrl")
c2([http://www.wikidata.org/entity/Q365068]):::iri
c6(["#91;AUTO_LANGUAGE#93;,mul,en,cz,da,de,fr,sv"]):::literal
c4(["bd:serviceParam"]):::iri
v1 --"wdt:P170"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind0[/"concat('#artwork/',substring(str(?artwork),'32^^xsd:integer'))"/]
v1 --o bind0
bind0 --as--o v2