Changes between Version 26 and Version 27 of SparqlServer


Ignore:
Timestamp:
13/03/12 11:27:27 (14 months ago)
Author:
swh
Comment:

Re-arranged REST section as recommended by Darren Weber

Legend:

Unmodified
Added
Removed
Modified
  • SparqlServer

    v26 v27  
    5959You can add and remove RDF graphs using a RESTful interface. 
    6060 
    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 
     65Data 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: 
    6266 
    6367{{{ 
     
    8791 
    8892the above feature is just for compatibility with clients with limited expressivity. 
     93 
     94=== Append data with POST === 
     95 
    8996 
    9097You can delete graphs with in the same manner, using the DELETE HTTP verb. eg.