query-138e09d14cd0ca6f096d29664608fbc5

rq turtle/ttl

7000 to 7999. Set at 5 statements, baseline 3 hits.(P7305)Online PWN Encyclopedia ID

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?subject ?itemLabel

WHERE {?item wdt:P31 wd:Q5;
          wdt:P7305 ?subject.
     ?item wikibase:statements ?statementcount.
   FILTER ( ?statementcount = 5 )

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?statementcount") v3("?subject"):::projected c7(["bd:serviceParam"]):::iri c3(["wd:Q5"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?statementcount = '5^^xsd:integer'"]] f0 --> v1 v2 --"wdt:P31"--> c3 v2 --"wdt:P7305"--> v3 v2 --"wikibase:statements"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end