Re: Loading RDF/XML data to Fuseki using curl

2019-06-11 Thread Allan Kamau
On Tue, Jun 11, 2019 at 1:56 PM Andy Seaborne wrote: > > > On 11/06/2019 10:28, Allan Kamau wrote: > > 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" an

Re: Loading RDF/XML data to Fuseki using curl

2019-06-11 Thread Andy Seaborne
On 11/06/2019 10:28, Allan Kamau wrote: 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

Loading RDF/XML data to Fuseki using curl

2019-06-11 Thread Allan Kamau
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