query-69f27e495fb0911c59e2e49486cd6936
Synia: Exhibition
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#>
PREFIX target: <http://www.wikidata.org/entity/Q128933830>
SELECT
?description ?descriptionLabel ?descriptionUrl
?value ?valueLabel ?valueUrl ?valueDescription
?wikidata ?wikidataUrl
WHERE {
{
BIND(1 AS ?order)
BIND(wd:Q464980 AS ?description)
BIND("#exhibition" AS ?descriptionUrl)
BIND(target: AS ?value)
BIND(CONCAT(SUBSTR(STR(target:), 32), " ↗") AS ?wikidata)
BIND(CONCAT("https://www.wikidata.org/wiki/", SUBSTR(STR(target:), 32)) AS ?wikidataUrl)
}
UNION
{
BIND(2 AS ?order)
BIND(wd:Q6256 AS ?description)
BIND("#country" AS ?descriptionUrl)
target: wdt:P17 ?value
BIND(CONCAT("#country/", SUBSTR(STR(?value), 32)) AS ?valueUrl)
BIND(CONCAT(SUBSTR(STR(?value), 32), " ↗") AS ?wikidata)
BIND(CONCAT("https://www.wikidata.org/wiki/", SUBSTR(STR(?value), 32)) AS ?wikidataUrl)
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,cz,da,de,fr,nb,nn,sv". }
}
ORDER BY ?order
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?description"):::projected
v7("?descriptionUrl"):::projected
v7("?order")
v4("?value"):::projected
v7("?valueUrl"):::projected
v8("?wikidata"):::projected
v8("?wikidataUrl"):::projected
c6(["#91;AUTO_LANGUAGE#93;,en,cz,da,de,fr,nb,nn,sv"]):::literal
c4(["bd:serviceParam"]):::iri
c1(["wd:Q128933830"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
bind0[/"'2^^xsd:integer'"/]
bind0 --as--o v7
bind1[/"'wd:Q6256'"/]
bind1 --as--o v7
bind2[/"'#country'"/]
bind2 --as--o v7
c1 --"wdt:P17"--> v4
bind3[/"concat('#country/',substring(str(?value),'32^^xsd:integer'))"/]
v4 --o bind3
bind3 --as--o v7
bind4[/"concat(substring(str(?value),'32^^xsd:integer'),' ↗')"/]
v4 --o bind4
bind4 --as--o v8
bind5[/"concat('https://www.wikidata.org/wiki/',substring(str(?value),'32^^xsd:integer'))"/]
v4 --o bind5
bind5 --as--o v8
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
bind6[/"'1^^xsd:integer'"/]
bind6 --as--o v7
bind7[/"'wd:Q464980'"/]
bind7 --as--o v7
bind8[/"'#exhibition'"/]
bind8 --as--o v7
bind9[/"'wd:Q128933830'"/]
bind9 --as--o v4
bind10[/"concat(substring(str('wd:Q128933830'),'32^^xsd:integer'),' ↗')"/]
bind10 --as--o v8
bind11[/"concat('https://www.wikidata.org/wiki/',substring(str('wd:Q128933830'),'32^^xsd:integer'))"/]
bind11 --as--o v8
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end