From 344ec1f84fbbd8337450b3553653f2dfee724522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Jusevi=C4=8Dius?= Date: Wed, 17 Jun 2026 13:42:10 +0200 Subject: [PATCH 1/2] Fix rowspan values in HTTP API method table DELETE row declared rowspan="3" but only has two failure entries (404, 405); PATCH row declared rowspan="2" but only has one failure entry (422). Both caused empty/misaligned cells in the rendered docs. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/reference/http-api.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/http-api.ttl b/docs/reference/http-api.ttl index 7ee2905..fbd1b85 100644 --- a/docs/reference/http-api.ttl +++ b/docs/reference/http-api.ttl @@ -113,9 +113,9 @@ Constraint violation - DELETE - Removes the requested document - 204 No Content + DELETE + Removes the requested document + 204 No Content 404 Not Found Document with request URI not found @@ -124,9 +124,9 @@ Deleting root, owner, or secretary documents is not allowed - PATCH - Modifies a document using SPARQL Update - 204 No Content + PATCH + Modifies a document using SPARQL Update + 204 No Content 422 Unprocessable Entity SPARQL update string violates syntax constraints From 623213b6ee4ef97db28e77abe9fee1e54c14715a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Jusevi=C4=8Dius?= Date: Wed, 17 Jun 2026 13:42:32 +0200 Subject: [PATCH 2/2] Re-enable SKOS package install in UNESCO thesaurus install script Co-Authored-By: Claude Opus 4.7 (1M context) --- demo/unesco-thesaurus/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/unesco-thesaurus/install.sh b/demo/unesco-thesaurus/install.sh index 5e20424..3e5510b 100755 --- a/demo/unesco-thesaurus/install.sh +++ b/demo/unesco-thesaurus/install.sh @@ -47,7 +47,7 @@ fi printf "\n### Installing SKOS package\n\n" -#install-package.sh -b "$base" -f "$cert_pem_file" -p "$cert_password" --proxy "$proxy" --package "https://packages.linkeddatahub.com/skos/#this" +install-package.sh -b "$base" -f "$cert_pem_file" -p "$cert_password" --proxy "$proxy" --package "https://packages.linkeddatahub.com/skos/#this" printf "\n### Importing SKOS vocabulary\n\n"