From a2aa063dd5785e7ef22a5c0beaf84d9a469c367e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 25 Nov 2019 13:50:57 +0000 Subject: [PATCH] Include images that already have depicts --- templates/query/property.sparql | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/query/property.sparql b/templates/query/property.sparql index 85f50bd..3bb7254 100644 --- a/templates/query/property.sparql +++ b/templates/query/property.sparql @@ -2,7 +2,6 @@ select ?object ?objectLabel ?objectDescription (count(*) as ?count) { ?item wdt:P31 wd:Q3305213 . ?item wdt:P18 ?image . ?item wdt:{{ pid }} ?object . - filter not exists { ?item wdt:P180 ?depicts } optional { ?object rdfs:label ?objectLabel. FILTER(LANG(?objectLabel) = "en").