query-a0c953998c29a2ecc823535cf03babac

rq turtle/ttl

subclass of (P279),  instance of (P31): Propertiesas well as items that have statements with a specific value (e.g. 1024)

Use at

SELECT ?item ?property WHERE {
   ?item ?property "1024".
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?property"):::projected c1(["1024"]):::literal v1 -->v2--> c1