Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: reformulate incremental xmlupload #902

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/incremental-xmlupload.md
Original file line number Diff line number Diff line change
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