query-6cd55362c65addac761fb848803617db

rq turtle/ttl

Synia: Gallery

Use at

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/Q2982867>

SELECT
  ?description ?descriptionLabel ?descriptionUrl
  ?value ?valueLabel ?valueUrl ?valueDescription

  ?wikidata ?wikidataUrl
WHERE {
  {
    BIND(1 AS ?order)
    BIND(wd:Q1007870 AS ?description)


    BIND(target: AS ?value)

    BIND(CONCAT(SUBSTR(STR(target:), 32), "&nbsp;↗") 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), "&nbsp;↗") 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; v6("?description"):::projected v6("?descriptionUrl"):::projected v6("?order") v3("?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 c1(["wd:Q2982867"]):::iri c4(["bd:serviceParam"]):::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[/"concat(substring(str(?value),'32^^xsd:integer'),'&nbsp;↗')"/] v3 --o bind4 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:Q1007870'"/] bind7 --as--o v6 bind8[/"'wd:Q2982867'"/] bind8 --as--o v3 bind9[/"concat(substring(str('wd:Q2982867'),'32^^xsd:integer'),'&nbsp;↗')"/] bind9 --as--o v8 bind10[/"concat('https://www.wikidata.org/wiki/',substring(str('wd:Q2982867'),'32^^xsd:integer'))"/] 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