query-b398d0a816245c5cd409c843f39ecf4c

rq turtle/ttl

TODO

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?label ?l WHERE {
  OPTIONAL {
    wd:Q4115189 rdfs:label ?label .
    FILTER(LANG(?label) = 'de') .
  }
  BIND(LANG(?label) AS ?l) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?l"):::projected v1("?label"):::projected c2(["wd:Q4115189"]):::iri subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; c2 -."rdfs:label".-> v1 end bind0[/"?label"/] v1 --o bind0 bind0 --as--o v2