On 16/05/12 09:17, Fahle, Adrian wrote:
Thx for the answer Andy and sorry form my late response.
I tried to get some information about the SPARQL Graph Store Protocol in Joseki.
But for me it seems that it's only working with Fuseki, otherwise I don't know
how to configure my Joseki (v.3.4.3) to get access to the dataset in the way
you describe.
Thanks,
Adrian
It's only in Fuseki, and Fuseki is "Joseki4" -- it's a replacement,
brought up-to-date and with added graph store protocol.
Andy
On 04/05/12 15:17, Fahle, Adrian wrote:
Hi all,
i have a question regarding to Joseki + TDB.
I created an ontology with multiple namespaces in protégé and exported them to
multiple RDF/XML files.
Using tdbloader I load my data into the store. Everything works fine so far!
But now I want to update my data using the SPARQL/Update Protocol and I tried
to figure out, if its possible to write the updated TDB-datastore back to
RDF/XML files for further editing in protege.
I didn't find any Information on this topic. Does anybody know an solution for
my problem?
HTTP GET the graph (SPARQL Graph Store Protocol)
http://server/dataset/data?graph=default
(or however you have configured the server)
Content type "applciation/rdf+xml" is the default response.
Andy
Thanks,
Adrian