Skip to content

Commit

Permalink
docs: reformulate incremental xmlupload (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 9, 2024
1 parent 9611115 commit e7063d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/incremental-xmlupload.md
Expand Up @@ -78,10 +78,10 @@ dsp-tools xmlupload additional_data_replaced_[timestamp].xml

If a xmlupload didn't finish successfully,
some resources have already been created, while others have not.
If one of the remaining resources references a newly created resource by its internal ID,
this internal ID must be replaced by the IRI of the newly created resource.
If one of the remaining resources references an already created resource by its internal ID,
this internal ID must be replaced by the IRI of the already created resource.

Additionally, the newly created resources must be removed from the XML file.
Additionally, the already created resources must be removed from the XML file.
Otherwise, they would be created a second time.

In such a case, proceed as follows:
Expand Down

0 comments on commit e7063d0

Please sign in to comment.