query-a462d754933fa8288fb7e4a75af7f62b
title: Bibliographic ressources described in DACH catalogues, SELECT DISTINCT ?item ?itemLabel WHERE { VALUES ?property { wdt:P6201 wdt:P9907 wdt:P1292 wdt:P6721 } ?item ?property _:b3. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
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#>
#title: Bibliographic ressources described in DACH catalogues,
SELECT DISTINCT ?item ?itemLabel WHERE {
VALUES ?property {
wdt:P6201
wdt:P9907
wdt:P1292
wdt:P6721
}
?item ?property _:b3.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/User:Jean-Fr%C3%A9d%C3%A9ric/Austria_contest_ideas_ter
- https://www.wikidata.org/wiki/Wikidata:Tenth_Birthday/DACH_Culture_Contest/queries
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?property")
a1((" "))
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?property/]
bind0-->v1
bind00(["wdt:P6201"])
bind00 --> bind0
bind01(["wdt:P9907"])
bind01 --> bind0
bind02(["wdt:P1292"])
bind02 --> bind0
bind03(["wdt:P6721"])
bind03 --> bind0
v2 -->v1--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end