query-d4181a33dc2dbf5a64bceffd44534977

rq turtle/ttl

Items missing sitelinks in schema:about?Task T251387PhabricatorTracked in There are some items that miss some sitelinks in the schema:about property. See example: TODO

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item {
  ?item schema:about wd:Q5084390 .  
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q5084390"]):::iri v1 --"schema:about"--> c2