Changes between Version 26 and Version 27 of SparqlServer
- Timestamp:
- 13/03/12 11:27:27 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SparqlServer
v26 v27 59 59 You can add and remove RDF graphs using a RESTful interface. 60 60 61 Data can be replaced using {{{PUT}}} and removed with {{{DELETE}}}. If you want the model URI (SPARQL graph) to be a sub-URI of the SPARQL endpoint then it's easy: 61 === Removing data with DELETE === 62 63 === Replace data with PUT === 64 65 Data can be replaced using {{{PUT}}}. If you want the model URI (SPARQL graph) to be a sub-URI of the SPARQL endpoint then it's easy: 62 66 63 67 {{{ … … 87 91 88 92 the above feature is just for compatibility with clients with limited expressivity. 93 94 === Append data with POST === 95 89 96 90 97 You can delete graphs with in the same manner, using the DELETE HTTP verb. eg.
