Skip to content

semantalytics/geonames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geonames

install postgres

sudo yum install postgres-server postgresql-contrib
sudo postgresql-setup initdb
sudo systemctl start postgresql
sudo systemctl enable postgresql

install postgis

sudo yum -y install epel-release
sudo yum -y install postgis postgis-utils
initdb

createdb geonames

Import Geonames into Postgres

./postgres/load.sh

import data and virtual-graph into Stardog

./stardog/load.sh

dump data

SPARQL queries

Convert Geonames RDF dump to nt

./rdf-dump/rdf-dump-to-nt.sh

Next steps

Notes

todo

  • skip admin2 with 00??

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published