query-04a8609dc6fc0629654d67c297bf37cd

rq turtle/ttl

Suche nach Label

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?instance_ofLabel
WHERE
{
  ?item rdfs:label "Plauen"@de .
  ?item wdt:P31 ?instance_of .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?instance_of") v1("?item"):::projected c5(["bd:serviceParam"]):::iri c2([sPlauen^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal c7(["#91;AUTO_LANGUAGE#93;,de,en"]):::literal v1 --"rdfs:label"--> c2 v1 --"wdt:P31"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end