query-be133d29ea0b4ced80067b4e3d422f42
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item WHERE { ?item rdfs:label 'Bertha Krupp'@en }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2([sBertha Krupp^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
v1 --"rdfs:label"--> c2