diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-06-27 07:53:26 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-27 07:57:01 +0200 |
commit | 48b75abc1d29a3f5388da160304b28c2d8996c89 (patch) | |
tree | ff8a70bc209ff507adfac4076611de407a812946 | |
parent | 9c3b8f137fc35c4e2e0167c810562d0a4ee3babc (diff) |
bump learn ontology to version 0.1.1
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | learn/CHANGELOG.md | 13 |
2 files changed, 15 insertions, 2 deletions
@@ -10,7 +10,7 @@ ARTICLES = waste worlding ONTOLOGIES = learn waste ONTOLOGIES_LEARN = tentacular bisected trap -ONTOLOGIES_VERSION = 0.1 +ONTOLOGIES_VERSION = 0.1.1 GRAPHS = $(patsubst ex/%.ttl,%,$(wildcard ex/*.ttl)) @@ -51,7 +51,7 @@ prepare: \ $(foreach dia,tentacular trap all,$(foreach ext,svg tex,learn/$(dia)_rdfs.$(ext))) learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl - mkdir --parents learn/0.1 + mkdir --parents learn/$(ONTOLOGIES_VERSION) perl -gp \ -e 's,\b$(subst bisected,learn2sect,$(subst tentacular,learn10tac,$(subst core,learn,$*))):,:,g;' \ -e 's,\Q$(BASE_URI)stub/foaf#,http://xmlns.com/foaf/0.1/,g;' \ diff --git a/learn/CHANGELOG.md b/learn/CHANGELOG.md index 6d25174..40d52f5 100644 --- a/learn/CHANGELOG.md +++ b/learn/CHANGELOG.md @@ -7,12 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2024-06-27 + ### Fixed * lint-clean ontologies, adding stub structure/entity as needed * fix sdml syntax for xsd:date * fix spelling * fix import learn2sect +* fix SKOS syntax (independent triples, not list) +* fix typo in danish word ontologi + +### Changed + +* add changelog +* docs: avoid misparsing sdml verb as quarto/pandoc reference +* docs: add photos of draft ontology design +* docs: list ontology source files and photos of draft ontology design +* render turtle-formattet ontology ## [0.1.0] - 2024-06-03 @@ -116,6 +128,7 @@ code is tightened and restructured. Initial draft SDML-based learning ontology. [unreleased]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/learn +[0.1.1]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/learn?h=learn-v0.1.1 [0.1.0]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/learn?h=learn-v0.1.0 [0.0.4]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/learn?h=learn-v0.0.4 [0.0.3]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/learn?h=learn-v0.0.3 |