query-f7076c624cd601851dadbe6575956503

rq turtle/ttl

title:Instances of inscription + subclass of archaeological artifact or monument SELECT ?item WHERE { ?item wdt:P31 wd:Q1640824 ; wdt:P31/wdt:P279* wd:Q220659, wd:Q4989906 . }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title:Instances of inscription + subclass of archaeological artifact or monument
SELECT ?item
WHERE {
  ?item wdt:P31 wd:Q1640824 ; wdt:P31/wdt:P279* wd:Q220659, wd:Q4989906 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c5(["wd:Q4989906"]):::iri c2(["wd:Q1640824"]):::iri c4(["wd:Q220659"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 a1 --"wdt:P279"--> c5