Skip to content

Commit

Permalink
Alpha-sort markdown config; update bundle config to use versioned IRI…
Browse files Browse the repository at this point in the history
…s for rdfs:isDefinedBy
  • Loading branch information
rjyounes committed Oct 17, 2024
1 parent e915f02 commit 70070bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"default": true,
"MD003": { "style": "atx" },
"MD007": false,
"MD013": false,
"MD024": { "siblings_only": true },
"MD036": false,
"MD007": false
"MD036": false
}
2 changes: 2 additions & 0 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ actions:
- gistValidationAnnotations.ttl
- action: "definedBy"
message: "Adding rdfs:isDefinedBy."
versionedDefinedBy: true
allDefinedBy: true
source: "{output}/ontologies"
target: "{output}/ontologies"
includes:
Expand Down
3 changes: 3 additions & 0 deletions docs/release_notes/issue383-versioned-defined-by.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 70070bd

Please sign in to comment.