From eee3a7b2b5185a6090cf20f83fbd707ea87f8149 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 26 Jun 2024 10:08:12 +0200 Subject: add changelog for learn ontology --- learn/CHANGELOG.md | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 learn/CHANGELOG.md (limited to 'learn') diff --git a/learn/CHANGELOG.md b/learn/CHANGELOG.md new file mode 100644 index 0000000..8621299 --- /dev/null +++ b/learn/CHANGELOG.md @@ -0,0 +1,123 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Fixed + +* lint-clean ontologies, adding stub structure/entity as needed +* fix sdml syntax for @xsd:date +* fix spelling +* fix import learn2sect + +## [0.1.0] - 2024-06-03 + +Major expansion and restructuring. + +### Fixed + +* fix locale +* components are consecutive subclasses of WorldingPracticeLearning +* fix rdfs:disjointWith -> owl:disjointWith +* fix sdml ontology references +* fix prefLabel and description + +### Added + +* add reasoning trap classes +* cover elementary components and content dimensions +* add ontology bisected +* add ontology component trap +* add core terms Matter Achievement +* add classes Matter Prelearned + +### Changed + +* tie action reason to learner +* list what/why/how as skos:altLabel (not prefix of dc:description) +* shorten predicate trapsaffectsReason -> trapsReason +* BisectedLearningTrap *is* BisectedLearning +* rename and reframe class Content -> Identification + +## [0.0.4] - 2024-05-28 + +Use persistent base URI . + +### Removed + +* drop learn:Drive +* drop learn10tac:Reason (renamed to learn10tac:ActionReason) + +### Added + +* add classes Process Cognition, distinctive from Objective +* add learn10tac:ActionReason (renamed from learn10tac:Reason) + +### Fixed + +* fix tie Reason to critical psychology: + * drop learn:Drive + * rename learn10tac:Reason -> learn10tac:ActionReason + +### Changed + +* greatly improve ontology learn10tac +* improve skos labeling +* add subclasses +* use purl.org for learn ontologies +* reduce learn PUML diagram + +## [0.0.3] - 2024-05-22 + +rdfpuml diagram rendering is tightened. + +### Changed + +* tighten ontology references +* use ontologies foaf doap, added as stubs +* add prefix for doap +* tighten prefixes +* make ontology PUML diagrams tall (not wide) + +## [0.0.2] - 2024-05-21 + +After experiments modelling waste management as a more concrete domain, +code is tightened and restructured. + +### Fixed + +* fix ISO 8601 date format +* fix declare entry learning (not bogus vehicle) +* fix move sdml-catalog to project root + +### Added + +* links to teaching and learning +* add collaboration +* add use of method +* use Drive +* added method to action relation +* add example knowledge graph windsurfing + +### Changed + +* fix link Movement to MovementType (not to MotivationType) +* use unique predicates +* separate general learning from tentacular learning +* tie drive closer to learner +* reorganize: separate dir for each ontology and knowledge graph + +## [0.0.1] - 2024-04-26 + +Initial draft SDML-based learning ontology. + +[unreleased]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/learn +[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 +[0.0.2]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/rdf?h=learn-v0.0.2 +[0.0.1]: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/thoughtroam/log/rdf?h=learn-v0.0.1 -- cgit v1.2.3