query-05107f27f36a212ed626b46c49bf2269

rq turtle/ttl

all instances of libraries (and subclasses of libraries) in North CarolinaAsked somewhere else. This would be the normal approach:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE {
  ?item wdt:P131+ wd:Q1454;
        wdt:P31/wdt:P279* wd:Q7075 .
  } LIMIT 20

Query found at

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