Bug fixes and improvements.

This commit is contained in:
Edward Betts 2023-10-10 07:27:25 +00:00
parent 89549b750f
commit faa0b3cb4e
4 changed files with 14 additions and 6 deletions

View file

@ -12,6 +12,7 @@ SELECT DISTINCT ?item ?distance ?itemLabel ?isa ?isaLabel ?commonsCat ?commonsSi
}
}
MINUS { ?item wdt:P582 ?endTime . }
MINUS { ?item wdt:P31 wd:Q1497375 . }
OPTIONAL { ?item wdt:P373 ?commonsCat. }
OPTIONAL { ?commonsSiteLink schema:about ?item;
schema:isPartOf <https://commons.wikimedia.org/>. }