about summary refs log tree commit diff
path: root/scripts/db_enrichment
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/db_enrichment')
-rw-r--r--scripts/db_enrichment/country_enrichment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/db_enrichment/country_enrichment.py b/scripts/db_enrichment/country_enrichment.py
index f62a64e..37329fb 100644
--- a/scripts/db_enrichment/country_enrichment.py
+++ b/scripts/db_enrichment/country_enrichment.py
@@ -72,7 +72,6 @@ construct {
 } WHERE
 {
     BIND (XXX as ?a) .
-    ?a wdt:P625 ?c.
     ?a rdfs:label ?label .
     ?a wdt:P17 ?country.
     ?country rdfs:label ?country_label .
@@ -81,6 +80,7 @@ construct {
     FILTER (lang(?continent_label)='en')
     FILTER (lang(?country_label)='en')
     FILTER (lang(?label)='en')
+    OPTIONAL { ?a wdt:P625 ?c }
 }
 """""