aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--learn/CHANGELOG.md13
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