query-d3a2d2e540203a3c11ba3f05ab5417c4
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item
WHERE
{
?item rdfs:label "Berlin"
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["Berlin"]):::literal
v1 --"rdfs:label"--> c2