dice-group / deer

RDF Dataset Enrichment Framework
https://dice-group.github.io/deer/
GNU Affero General Public License v3.0
10 stars 7 forks source link

Create SparqlModelWriter #6

Closed kvndrsslr closed 4 years ago

kvndrsslr commented 4 years ago

The SparqlModelWriter should be able to update or replace a graph using either:

  1. pure SPARQL Update
  2. GraphStore HTTP Protocoll

The URL of the triple store (the endpoint), the writing method ("sparql-query" or "graphstore-http") as well as the writing operation ("merge" or "replace") should be configurable.

Please also verify the writer is working by implementing appropriate unit tests using Apache Jena Fuseki as a local triple store (See DereferencingOperatorTest for inspiration).