Skip to content

pedak/resdbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResourceSync DBPedia Adapter

The ResourceSync DBPedia Adapter downloads and handle DBPedia changesets

Quick start

Make sure Python 2.7.1 is running on your system:

python --version

Install the Tornado and SleekXMPP, PyYAML, and APScheduler libraries:

sudo easy_install tornado
sudo easy_install sleekxmpp    
sudo easy_install PyYAML
sudo easy_install apscheduler
sudo easy_install rdflib
sudo easy_install rdfextras

Get the ResourceSync DBPedia adapter from Github:

git clone git://github.com/pedak/resdbp.git

Run the adapter:

chmod u+x resync/dbpedia
./dbpedia.py

Releases

No releases published

Packages

No packages published