Skip to content

linked-solutions/wikibase2triple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wikibase2triplestore checks all the recent changes inside a Wikibase instance and for each item modified it writes on a triplestore the correspondent RDF.

With default parameters the tool starts to listen to your wikibase instance with the current date and checks for changes every 10 seconds, forever.

Install

npm install

Usage

node wikibase2triplestore.js

Parameters

In bold the mandatory.

parameter type description
sparql url SPARQL endpoint URL
wikibase url Wikibase URL
wikibaseApi string Wikibase API path
wikibaseSpecialEntity string Special:EntityData path
date date Start date of changes

If you don't set any date it will use the current timestamp.

Example

node wikibase2triplestore.js --sparql http://atlas.synapta.io:9999/blazegraph/namespace/leibnitiana/sparql --wikibase https://data.leibnitiana.eu --date 20170726000000

About

Extract data from a wikibase instance and push them all as triples into your favourite triplestore!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published