I want to load a RDF file in Neo4j and turn this into a triplestore but I don't know if I can do this with the spqrl-plugin for Neo4j. I have been looking documentation for this plugin in https://github.com/neo4j-contrib/sparql-plugin, but I get 404 error when I try to open the documentation.
The thing is, Do I need to develop a program which parse a RDF file and store the tuples in Neo4j with the turtle format I desire, or there is some feature in the sparql-endpoint which allow me to perform this task easily?