query-462e08560504b545e27edc6b542db68f

rq turtle/ttl

Count of all NARA collections

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(?records) AS ?count) WHERE {
  ?records wdt:P1225 ?naid .
  ?records wdt:P6224 wd:Q59294612
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v2("?naid") v1("?records"):::projected c3(["wd:Q59294612"]):::iri v1 --"wdt:P1225"--> v2 v1 --"wdt:P6224"--> c3 bind1[/"count(?records)"/] v1 --o bind1 bind1 --as--o v3