peterjohnlawrence / com.inova8.odata2sparql.v4

Part of the overall odata2sparql solution, this odata2sparql.v4 module containing the olingo4 dependencies. In other words specifically for odata v4
http://inova8.com/bg_inova8.com/offerings/odata2sparql/
Apache License 2.0
5 stars 5 forks source link

Define default insert/update graph for both SPARQL and HTTP repositories #151

Open peterjohnlawrence opened 5 years ago

peterjohnlawrence commented 5 years ago

For SPARQLRepository

sparql:query-endpoint "http://localhost:8082/rdf4j-server/repositories/northwind?distinct=true"^^xsd:anyURI; sparql:update-endpoint "http://localhost:8082/rdf4j-server/repositories/northwind/statements?insert-graph-uri=http://update&remove-graph-uri=http://update"^^xsd:anyURI ;

For HTTPRepository

??