diff options
author | lltommy | 2020-06-17 19:49:29 +0200 |
---|---|---|
committer | lltommy | 2020-06-17 19:49:29 +0200 |
commit | e5daaefe32379a22abfd332ee3ba7c139efb8458 (patch) | |
tree | c91cf7adb5130464d76ac15b02a44de24597fda7 /semantic_enrichment/countries.ttl | |
parent | ae6b95d8e3053e9a446702d77e7ad56a321acda7 (diff) | |
download | bh20-seq-resource-e5daaefe32379a22abfd332ee3ba7c139efb8458.tar.gz bh20-seq-resource-e5daaefe32379a22abfd332ee3ba7c139efb8458.tar.lz bh20-seq-resource-e5daaefe32379a22abfd332ee3ba7c139efb8458.zip |
Slighlty alter SPARQL query to truley sumarize locations for contients. Most likley this number must be combined with what is assigned directly to a country? (instead of e.g.) a city?
Diffstat (limited to 'semantic_enrichment/countries.ttl')
-rw-r--r-- | semantic_enrichment/countries.ttl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/semantic_enrichment/countries.ttl b/semantic_enrichment/countries.ttl index 416567f..b56740f 100644 --- a/semantic_enrichment/countries.ttl +++ b/semantic_enrichment/countries.ttl @@ -338,7 +338,6 @@ <http://www.wikidata.org/entity/Q30> rdfs:label "United States of America" ; ns1:P17 <http://www.wikidata.org/entity/Q30> ; - ns1:P30 <http://www.wikidata.org/entity/Q49>, - <http://www.wikidata.org/entity/Q538> ; + ns1:P30 <http://www.wikidata.org/entity/Q49> ; ns1:P625 "Point(-98.5795 39.828175)" . |