query-f1288dbde083d05f1bebe45f173c3a58

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(DISTINCT(?wdt)) as ?count)
WHERE 
{
  ?p wikibase:propertyType wikibase:ExternalId .   
  ?p wikibase:directClaim ?wdt .
  wd:Q11922067 ?wdt [] .
  FILTER( ?wdt != wdt:P214 )
  FILTER( ?wdt != wdt:P1871 )
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v2("?p") v1("?wdt"):::projected a1((" ")) c6(["wd:Q11922067"]):::iri c4(["wikibase:ExternalId"]):::iri f0[["?wdt != 'wdt:P1871'"]] f0 --> v1 f1[["?wdt != 'wdt:P214'"]] f1 --> v1 v2 --"wikibase:propertyType"--> c4 v2 --"wikibase:directClaim"--> v1 c6 -->v1--> a1 bind3[/"count(?wdt)"/] v1 --o bind3 bind3 --as--o v3