From 70070bdd30d6bc8c301fa8294ffdb75a3af5a294 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Thu, 17 Oct 2024 11:14:17 -0400 Subject: [PATCH 1/3] Alpha-sort markdown config; update bundle config to use versioned IRIs for rdfs:isDefinedBy --- .markdownlint.json | 4 ++-- bundle.yaml | 2 ++ docs/release_notes/issue383-versioned-defined-by.md | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 docs/release_notes/issue383-versioned-defined-by.md diff --git a/.markdownlint.json b/.markdownlint.json index 117c5c27..d420375b 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,8 +1,8 @@ { "default": true, "MD003": { "style": "atx" }, + "MD007": false, "MD013": false, "MD024": { "siblings_only": true }, - "MD036": false, - "MD007": false + "MD036": false } diff --git a/bundle.yaml b/bundle.yaml index 18c6bea7..90cc0553 100644 --- a/bundle.yaml +++ b/bundle.yaml @@ -107,6 +107,8 @@ actions: - gistValidationAnnotations.ttl - action: "definedBy" message: "Adding rdfs:isDefinedBy." + versionedDefinedBy: true + allDefinedBy: true source: "{output}/ontologies" target: "{output}/ontologies" includes: diff --git a/docs/release_notes/issue383-versioned-defined-by.md b/docs/release_notes/issue383-versioned-defined-by.md new file mode 100644 index 00000000..0f94ca30 --- /dev/null +++ b/docs/release_notes/issue383-versioned-defined-by.md @@ -0,0 +1,3 @@ +### Patch Updates + +- Changed the values of `rdfs:isDefinedBy` from the unversioned to the versioned gist IRI: that is, in this release, to `https://w3id.org/semanticarts/ontology/gistCore13.1.0`. Issue [#383](https://github.com/semanticarts/gist/issues/383). From 74396824a108bce43bd8b15a1a77f31010616559 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Thu, 17 Oct 2024 11:17:14 -0400 Subject: [PATCH 2/3] Update docs/release_notes/issue383-versioned-defined-by.md --- docs/release_notes/issue383-versioned-defined-by.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes/issue383-versioned-defined-by.md b/docs/release_notes/issue383-versioned-defined-by.md index 0f94ca30..06def481 100644 --- a/docs/release_notes/issue383-versioned-defined-by.md +++ b/docs/release_notes/issue383-versioned-defined-by.md @@ -1,3 +1,3 @@ ### Patch Updates -- Changed the values of `rdfs:isDefinedBy` from the unversioned to the versioned gist IRI: that is, in this release, to `https://w3id.org/semanticarts/ontology/gistCore13.1.0`. Issue [#383](https://github.com/semanticarts/gist/issues/383). +- Changed the values of `rdfs:isDefinedBy` from the unversioned to the versioned gist IRI; i.e., in this release, to `https://w3id.org/semanticarts/ontology/gistCore13.1.0`. Issue [#383](https://github.com/semanticarts/gist/issues/383). From 6d139bae6b98bccfd269fa1cb9355b67ec4b3f03 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Thu, 17 Oct 2024 17:49:07 -0400 Subject: [PATCH 3/3] Update bundle.yaml --- bundle.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle.yaml b/bundle.yaml index 90cc0553..c6c99e7f 100644 --- a/bundle.yaml +++ b/bundle.yaml @@ -108,7 +108,6 @@ actions: - action: "definedBy" message: "Adding rdfs:isDefinedBy." versionedDefinedBy: true - allDefinedBy: true source: "{output}/ontologies" target: "{output}/ontologies" includes: