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