query-b673f5b0098cfa26951e85b6c6dc30ae
Synia: Collection
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/Q648166>
SELECT
?description ?descriptionLabel ?descriptionUrl
?value ?valueLabel ?valueUrl ?valueDescription
?wikidata ?wikidataUrl
WHERE {
{
BIND(1 AS ?order)
BIND(wd:Q2668072 AS ?description)
BIND(target: AS ?value)
BIND("Wikidata ↗" AS ?wikidata)
BIND(CONCAT("https://www.wikidata.org/wiki/", SUBSTR(STR(?value), 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("Wikidata ↗" 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". }
}
ORDER BY ?order
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?description"):::projected
v6("?descriptionUrl"):::projected
v6("?order")
v3("?value"):::projected
v7("?valueUrl"):::projected
v8("?wikidata"):::projected
v8("?wikidataUrl"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c1(["wd:Q648166"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
bind0[/"'2^^xsd:integer'"/]
bind0 --as--o v6
bind1[/"'wd:Q6256'"/]
bind1 --as--o v6
bind2[/"'#country/'"/]
bind2 --as--o v6
c1 --"wdt:P17"--> v3
bind3[/"concat('#country/',substring(str(?value),'32^^xsd:integer'))"/]
v3 --o bind3
bind3 --as--o v7
bind4[/"'Wikidata ↗'"/]
bind4 --as--o v8
bind5[/"concat('https://www.wikidata.org/wiki/',substring(str(?value),'32^^xsd:integer'))"/]
v3 --o bind5
bind5 --as--o v8
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
bind6[/"'1^^xsd:integer'"/]
bind6 --as--o v6
bind7[/"'wd:Q2668072'"/]
bind7 --as--o v6
bind8[/"'wd:Q648166'"/]
bind8 --as--o v3
bind9[/"'Wikidata ↗'"/]
bind9 --as--o v8
bind10[/"concat('https://www.wikidata.org/wiki/',substring(str(?value),'32^^xsd:integer'))"/]
v3 --o bind10
bind10 --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