query-48f07509b3366b8547e6089989b87ec8

rq turtle/ttl

Plant Genera/Families without an article in English wikipedia 22:55, 2 July 2019 (UTC)) talk (MargaretRDonaldQuery to list wikidata Q items, Q labels of plant Genera/Families which lack an article in English wikipedia. 13:38, 4 July 2019 (UTC)) talk (99of9. Sorry for the ugly way of getting down from plantae, but I've checked that this is far enough to get them all. --families: Here are the MargaretRDonald@17:47, 4 July 2019 (UTC) JuraImpressive query ! --- 19:33, 4 July 2019 (UTC) Jura might work better than that.--- wdt:P171/wdt:P171In general, I think 19:27, 4 July 2019 (UTC)) talk (Succu workable here. --(wdt:P171)I would prefer making 19:13, 4 July 2019 (UTC) Jura could modernize it. --- ?article schema:isPartOf https://en.wikipedia.org/ and SERVICE gas:serviceMaybe using 18:20, 4 July 2019 (UTC)) talk (SuccuIt's an old workaround. :( --

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT DISTINCT ?item
WHERE
{

  ?item wdt:P105 wd:Q35409.  
  ?item wdt:P171/wdt:P171* wd:Q756 .

  OPTIONAL { ?article schema:about ?item ; schema:isPartOf <https://en.wikipedia.org/>  }
  FILTER(!BOUND(?article))  
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?article") v2("?item"):::projected a1((" ")) c7([https://en.wikipedia.org/]):::iri c2(["wd:Q35409"]):::iri c4(["wd:Q756"]):::iri f0[["not bound(?article)"]] f0 --> v1 v2 --"wdt:P105"--> c2 v2 --"wdt:P171"--> a1 a1 --"wdt:P171"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."schema:about".-> v2 v1 --"schema:isPartOf"--> c7 end