query-1c162059a266a184296343d69f8ae400

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?Cat ?TypeAnimal ?AnimalVoice WHERE {   ?Cat wdt:P31 wd:Q146.   ?Cat wdt:P31 ?TypeAnimal BIND(IF(?TypeAnimal=wd:Q146,"Meoow","") AS ?AnimalVoice). }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?AnimalVoice"):::projected v1("?Cat"):::projected v2("?TypeAnimal"):::projected c2(["wd:Q146"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P31"--> v2 bind0[/"if(?TypeAnimal = 'wd:Q146','Meoow','')"/] v2 --o bind0 bind0 --as--o v3