query-a1be4488787869b23b9d5ee62c509e1f

rq turtle/ttl

Get all Estonia related items? This one isn't "readable": (Q191)Estonia Not talking about, how good or bad the results may be, how to get all items, which has ?prop=

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item ?prop {
  ?item ?prop wd:Q191 .
  #filter not exists {?sitelink schema:about ?itemĀ ; schema:isPartOf <https://et.wikipedia.org/>}

}
limit 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?prop"):::projected c1(["wd:Q191"]):::iri v1 -->v2--> c1