The project consists in a data converter or mapper which will transform a given RDF dataset in to a Property graph dataset. The input of the converter will be an RDF file generally .nt (n triples). The output of the code is a graphml file.
- python version 3.x.
- pygraphml library installed:
pip install pygraphml
- rdflib library installed:
$ easy_install rdflib
python rdf_to_pg.py