Skip to content

benj-moreau/rdf-property-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdf-property-table

Transform a RDF file into property class tables.

See A survey of RDF storage approaches for more informations on property table.

Installation

Assuming you already have python 3, pip, java jdk (openjdk will do),

Download jena and update classpath:

export CLASSPATH=${CLASSPATH}:YOUR-JENA-DIR-PATH/lib/*

Installation in a virtualenv is strongly recommended

install Cython

python -m pip install --upgrade cython

Install dependencies with pip:

pip install -r requirements.txt

Run it !

python property_table.py [filepath]

Example to convert two RDF fils in the current directory:

python property_table.py rdf_file.ttl rdf_file2.ttl

About

Transform a RDF file into a property table.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages