Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prior to starting a mapping process, we run a SPARQL query to identify the LDP-NRs that will be processed during the batch. Then, for each LDP-NR:

  1. HEAD request is sent to the LDP-NR verifying that the resource exists
  2. GET request loads the LDP-NR's current state; A process generates an RDF graph from the LDP-NR contents and...
  3. HEAD request checks for the existence of the LDP-RS (this is needed to generate the correct provenance triples)
  4. PUT request fully replaces the current state of the LDP-RS.

...

Prior to starting a mapping process, we run a SPARQL query to identify the LDP-RSs that will be processed during the batch. Then, for each LDP-RS:

  1. HEAD request is sent to the LDP-RS verifying that the resource exists
  2. GET request loads the LDP-RSs current state; a process or sequence of processes alters the retrieved graph, and:
  3. PUT request updates the entire persistent state of the LDP-RS to the resulting Graph

...