query-97c8532817795739f5a8f2233e706b5d

rq turtle/ttl

TODO

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 ?itemDescription WHERE {
    ?item wdt:P1376 [] ; rdfs:label "Berlin"@de
    SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
}

Query found at

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