From 48b75abc1d29a3f5388da160304b28c2d8996c89 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 27 Jun 2024 07:53:26 +0200 Subject: bump learn ontology to version 0.1.1 --- Makefile | 4 ++-- learn/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0518e5..2ecd379 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3