query-9f1b72cdc036b1f53a5ca4297a6c661a
Items whose English label is "Cat"
Use at
- https://query.wikidata.org/sparql
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?lab ?item WHERE {
?item rdfs:label ?lab .
VALUES ?lab {
"Cat"@en
} .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v3("?lab"):::projected
v1 --"rdfs:label"--> v3
bind0[/VALUES ?lab/]
bind0-->v3
bind00([sCat^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"])
bind00 --> bind0