query-c8cefab353d37c2320a1ab4bcab134a1

rq turtle/ttl

Count properties

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(?property) AS ?properties) WHERE {
  SELECT DISTINCT ?property WHERE {
    ?property wdt:P31/wdt:P279* wd:Q18616576.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?properties") v1("?property"):::projected a1((" ")) c3(["wd:Q18616576"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 bind1[/"count(?property)"/] v1 --o bind1 bind1 --as--o v2