I am new to jena-fuseki and I am struggling to load data from several RDF/XML files to a single graph over http using curl.
Suppose my server is running at "localhost:8080/fuseki" and I have configured a dataset called "ABC", and I have an RDF/XML file "/local/data/tmp/ABC/RDFXML/ABC_1.xml", what would be the curl command (and arguments) to post the above data? Perhaps also point me to the documentation which features the use of using REST for loading data. Regards, Allan.
