query-d4181a33dc2dbf5a64bceffd44534977
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
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item {
?item schema:about wd:Q5084390 .
}
Query found at
- https://www.wikidata.org/wiki/User:Iwan.Aucamp/Queries
- https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2020/05
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