At the moment we only support specifying the connection details of triplestores via these cli args:
-url, --remote-url <arg> Address for accessing remote database (relational or triplestore).
-id, --remote-id <arg> Identifier of the remote database or repository for triplestores.
-us, --username <arg> Username for accessing remote database.
-psw, --password <arg> Password for accessing remote database.
We have no cli parameter to supply a sparql endpoint and using an RDF4J SparqlRepository (link). Is this intentional? If i am not mistaken this would mean that at the moment via the mapping-template cli we are able to connect to only triplestores that are compliant with RDF4Js interfaces.
WDYT @marioscrock ?
At the moment we only support specifying the connection details of triplestores via these cli args:
We have no cli parameter to supply a sparql endpoint and using an RDF4J SparqlRepository (link). Is this intentional? If i am not mistaken this would mean that at the moment via the mapping-template cli we are able to connect to only triplestores that are compliant with RDF4Js interfaces.
WDYT @marioscrock ?