query-772065d60c9cb15d032960a101090e51
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE {
?item wdt:P7400 "damahans"
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["damahans"]):::literal
v1 --"wdt:P7400"--> c2