query-4646c756987f68a27424c8b7230092e5

rq turtle/ttl

Synia: Visual artist

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX target: <http://www.wikidata.org/entity/Q827752>

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

  ?wikidata ?wikidataUrl
WHERE {
  {
    BIND(1 AS ?order)
    BIND(wd:Q3391743 AS ?description)
    BIND("#visualartist" AS ?descriptionUrl)

    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)
  }
  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; v2("?description"):::projected v3("?descriptionUrl"):::projected v2("?order") v4("?value"):::projected v5("?wikidata"):::projected v6("?wikidataUrl"):::projected c4(["#91;AUTO_LANGUAGE#93;,en,cz,da,de,fr,nb,nn,sv"]):::literal c2(["bd:serviceParam"]):::iri bind0[/"'1^^xsd:integer'"/] bind0 --as--o v2 bind1[/"'wd:Q3391743'"/] bind1 --as--o v2 bind2[/"'#visualartist'"/] bind2 --as--o v3 bind3[/"'wd:Q827752'"/] bind3 --as--o v4 bind4[/"concat(substring(str('wd:Q827752'),'32^^xsd:integer'),'&nbsp;↗')"/] bind4 --as--o v5 bind5[/"concat('https://www.wikidata.org/wiki/',substring(str('wd:Q827752'),'32^^xsd:integer'))"/] bind5 --as--o v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end