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").