query-6b6ff8cbffe1adbaf141ed31f0462954

rq turtle/ttl

Synia: language lexeme sense

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

SELECT 
  ?description ?descriptionLabel
  ("#language" AS ?descriptionUrl)

  ?value ?valueLabel
  (CONCAT("#language/", SUBSTR(STR(target:), 32)) AS ?valueUrl)

  ?wikidata ?wikidataLabel
  (CONCAT("https://www.wikidata.org/wiki/", SUBSTR(STR(target:), 32)) AS ?wikidataUrl)

  ?scholia ?scholiaLabel
  (CONCAT("https://scholia.toolforge.org/language/", SUBSTR(STR(target:), 32)) AS ?scholiaUrl)

  ?ordia ?ordiaLabel
  (CONCAT("https://ordia.toolforge.org/language/", SUBSTR(STR(target:), 32)) AS ?ordiaUrl)
WHERE {
  BIND(wd:Q34770 AS ?description)
  BIND(target: AS ?value)
  BIND(wd:Q2013 AS ?wikidata)
  BIND(wd:Q45340488 AS ?scholia)
  BIND(wd:Q63379419 AS ?ordia)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?description"):::projected v6("?descriptionUrl") v5("?ordia"):::projected v10("?ordiaUrl") v4("?scholia"):::projected v9("?scholiaUrl") v2("?value"):::projected v7("?valueUrl") v3("?wikidata"):::projected v8("?wikidataUrl") c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/"'wd:Q34770'"/] bind0 --as--o v1 bind1[/"'wd:Q9035'"/] bind1 --as--o v2 bind2[/"'wd:Q2013'"/] bind2 --as--o v3 bind3[/"'wd:Q45340488'"/] bind3 --as--o v4 bind4[/"'wd:Q63379419'"/] bind4 --as--o v5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end bind5[/"'#language'"/] bind5 --as--o v6 bind6[/"concat('#language/',substring(str('wd:Q9035'),'32^^xsd:integer'))"/] bind6 --as--o v7 bind7[/"concat('https://www.wikidata.org/wiki/',substring(str('wd:Q9035'),'32^^xsd:integer'))"/] bind7 --as--o v8 bind8[/"concat('https://scholia.toolforge.org/language/',substring(str('wd:Q9035'),'32^^xsd:integer'))"/] bind8 --as--o v9 bind9[/"concat('https://ordia.toolforge.org/language/',substring(str('wd:Q9035'),'32^^xsd:integer'))"/] bind9 --as--o v10