query-abf472ed5872dd1f3dec11ce1bb3ccf3
Abductive
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?taxon ?taxonLabel ?sitelinks
WHERE
{
{
SELECT ?taxon ?sitelinks
WHERE
{
{
SELECT ?taxon ?sitelinks
WHERE
{
INCLUDE %subquery1
FILTER NOT EXISTS { [] schema:about ?taxon ; schema:isPartOf <https://en.wikipedia.org/> . }
}
} ?taxon wdt:P171 + wd:Q25314 . # is angiosperm
}
} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}