From e7063d0f697c87f9f2e6dac7f1effde29e8c372f Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:54:02 +0200 Subject: [PATCH] docs: reformulate incremental xmlupload (#902) --- docs/incremental-xmlupload.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/incremental-xmlupload.md b/docs/incremental-xmlupload.md index b7856cd8b..d40717737 100644 --- a/docs/incremental-xmlupload.md +++ b/docs/incremental-xmlupload.md @@ -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: