query-622f51210ac0ad247e4c335bf51e2786

rq turtle/ttl

...as a Graph

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#>
#defaultView:Graph
SELECT ?item ?itemLabel ?linkTo ?linkToLabel {
  ?item wdt:P463 wd:Q105757481
  OPTIONAL { ?item wdt:P463 ?linkTo }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "de,en" }
} ORDER BY ASC(?itemLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemLabel"):::projected v3("?linkTo"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q105757481"]):::iri c6(["de,en"]):::literal v2 --"wdt:P463"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P463".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end