aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--learn/bisected.sdm3
-rw-r--r--learn/digitalization.sdm138
-rw-r--r--learn/tentacular.sdm72
-rw-r--r--sdml-catalog.json6
5 files changed, 147 insertions, 74 deletions
diff --git a/Makefile b/Makefile
index 04173e5..f684a65 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ ANNOT_TAGS = ontology reflection definition
ARTICLES = waste worlding
ONTOLOGIES = learn waste
-ONTOLOGIES_LEARN = tentacular bisected
+ONTOLOGIES_LEARN = tentacular bisected digitalization
ONTOLOGIES_VERSION = 0.1
GRAPHS = $(patsubst ex/%.ttl,%,$(wildcard ex/*.ttl))
diff --git a/learn/bisected.sdm b/learn/bisected.sdm
index d7cd4fd..c6c3a80 100644
--- a/learn/bisected.sdm
+++ b/learn/bisected.sdm
@@ -1,6 +1,6 @@
module bisected learn2sect <https://purl.org/learn/bisected#> is
- import [ dc learn skos xsd ]
+ import [ dc learn learndigit skos xsd ]
@skos:prefLabel = [
"Bisected Learning Ontology"@en
@@ -23,5 +23,6 @@ module bisected learn2sect <https://purl.org/learn/bisected#> is
]
isTaughtBy -> learn:Educator
isLearnedBy -> learn:Learner
+ causesBisectedLearningTrap -> learndigit:BisectedLearningTrap
end
end
diff --git a/learn/digitalization.sdm b/learn/digitalization.sdm
new file mode 100644
index 0000000..82ccbca
--- /dev/null
+++ b/learn/digitalization.sdm
@@ -0,0 +1,138 @@
+module digitalization learndigit <https://purl.org/learn/digitalization#> is
+
+ import [ dc learn learn2sect skos xsd ]
+
+ @skos:prefLabel = [
+ "Digitalization in Tentacular Learning Ontology"@en
+ "Ontogogi om digitalisering indenfor tentakulær læring"@da
+ ]
+ @dc:description = "Domain-specific ontology for digitalization related to tentacular learning as described by Ernst Schraube"@en
+ @dc:created = @xsd:date(2024-06-02)
+ @dc:creator = <https://dr.jones.dk/me/#me>
+ @dc:license = <https://spdx.org/licenses/AGPL-3.0-or-later>
+
+ structure DigitalAlwaysOn is
+ @rdfs:subClassOf = Digitalization
+ @skos:prefLabel = [
+ "Online Mode"@en
+ "Online-tilstand"@da
+ ]
+ @dc:description = [
+ "The ability for constructing a digital system to be always available without interruption"@en
+ "Muligheden for at opsætte et digitalt system til altid at være tilgængelig uden afbrydelse"@da
+ ]
+ causesOnlineModeTrap -> OnlineModeTrap
+ end
+
+ structure DialogueReduction is
+ @rdfs:subClassOf = Digitalization
+ @skos:prefLabel = [
+ "Online Mode"@en
+ "Online-tilstand"@da
+ ]
+; @dc:description = [
+; "The process of learning content determined by a teacher"@en
+; "Læringsproces hvor indhold er afgjort af en lærer"@da
+; ]
+ causesDialogueReductionTrap -> DialogueReductionTrap
+ end
+
+ structure DigitalAccuracyAndEase is
+ @rdfs:subClassOf = Digitalization
+ @skos:prefLabel = [
+ "Online Mode"@en
+ "Online-tilstand"@da
+ ]
+; @dc:description = [
+; "The process of learning content determined by a teacher"@en
+; "Læringsproces hvor indhold er afgjort af en lærer"@da
+; ]
+ causesUncertainnessEffortlessnessTrap -> UncertainnessEffortlessnessTrap
+ end
+
+ structure DigitalLearnification is
+ @rdfs:subClassOf = Digitalization
+ @skos:prefLabel = [
+ "Online Mode"@en
+ "Online-tilstand"@da
+ ]
+ @dc:description = [
+ "Learning reduced to an individualized commodity, demanded by learners and supplied by digital systems"@en
+ "Læring reduceret til individualiseret vare, efterspurgt af elever og udbudt af digitale systemer"@da
+ ]
+ CausesBisectedLearning -> learn2sect:BisectedLearning
+ end
+
+ entity ReasoningTrap is
+ @skos:prefLabel = [
+ "Reasoning trap"@en
+ "Fejlslutning"@da
+ ]
+ @dc:description = [
+ "typical pitfalls in the construction of subjective reasons for action towards learning"@en
+ "typiske faldgruber i konstruktionen af subjektive grunde til at igangsætte en læringsproces"@da
+ ]
+ identity id -> unknown
+
+ trapsReason -> ActionReason
+ end
+
+ entity OnlineModeTrap is
+ @rdfs:subClassOf = ReasoningTrap
+ @skos:prefLabel = [
+ "Online Mode Habit Trap"@en
+ "Online-aktivitetsvanefælde"@da
+ ]
+ @dc:description = [
+ "Considering the online mode and the use of digital devices as absolutely helpful and expanding learning."@en
+ "Anskuelsen af online-aktivitet og brug af digitalt udstyr som altid hjælpsomt og læringsudvidende."@da
+ ]
+ identity id -> unknown
+ end
+
+ entity BisectedLearningTrap is
+ @rdfs:subClassOf = ReasoningTrap
+ @skos:prefLabel = [
+ "Trap of Bisected Learning"@en
+ "Fælde ved tvedelt læring"@da
+ ]
+ @dc:description = [
+ "Deprioritization of the content dimension of learning, caused by bisected learning excluding learners from influence on it."@en
+ "Nedprioritering af den indholdsdimensionen af læring, fordi tvedelt læring udelukker elever indflydelse herpå."@da
+ ]
+ identity id -> unknown
+ end
+
+ entity UncertainnessEffortlessnessTrap is
+ @rdfs:subClassOf = ReasoningTrap
+ @skos:prefLabel = [
+ "Trap of Uncertainness and Effortlessness"@en
+ "Uvisheds- og ubesværethedsfælde"@da
+ ]
+ @skos:altLabel = [
+ "Trap of Uncertainness"@en
+ "Trap of Effortlessness"@en
+ "Uvishedsfælde"@da
+ "Ubesværethedsfælde"@da
+ ]
+ @dc:description = [
+ "Equating swiftness in arriving at a conclusion with learning progress."@en
+ "Forveksling af hurtigt at nå til en løsning med læringsfremskridt."@da
+ ]
+ identity id -> unknown
+ end
+
+ entity DialogueReductionTrap is
+ @rdfs:subClassOf = ReasoningTrap
+ @skos:prefLabel = [
+ "Online dialogue-reduction habit trap"@en
+ "Online-dialogreduktionsvanefælde"@da
+ ]
+ @dc:description = [
+ "Reducing dialogue to the operative exchange and back and forth of perspectives."@en
+ "Reduktion af samtale til operativ udveksling af perspektiver."@da
+ ]
+ identity id -> unknown
+ end
+
+end
diff --git a/learn/tentacular.sdm b/learn/tentacular.sdm
index 01c31fb..1da57cf 100644
--- a/learn/tentacular.sdm
+++ b/learn/tentacular.sdm
@@ -97,78 +97,6 @@ module tentacular learn10tac <https://purl.org/learn/tentacular#> is
causesDefensiveMode -> DefensiveMode
end
- entity ReasoningTrap is
- @skos:prefLabel = [
- "Reasoning trap"@en
- "Fejlslutning"@da
- ]
- @dc:description = [
- "typical pitfalls in the construction of subjective reasons for action towards learning"@en
- "typiske faldgruber i konstruktionen af subjektive grunde til at igangsætte en læringsproces"@da
- ]
- identity id -> unknown
-
- trapsReason -> ActionReason
- end
-
- entity OnlineModeTrap is
- @rdfs:subClassOf = ReasoningTrap
- @skos:prefLabel = [
- "Online Mode Habit Trap"@en
- "Online-aktivitetsvanefælde"@da
- ]
- @dc:description = [
- "Considering the online mode and the use of digital devices as absolutely helpful and expanding learning."@en
- "Anskuelsen af online-aktivitet og brug af digitalt udstyr som altid hjælpsomt og læringsudvidende."@da
- ]
- identity id -> unknown
- end
-
- entity BisectedLearningTrap is
- @rdfs:subClassOf = ReasoningTrap
- @skos:prefLabel = [
- "Trap of Bisected Learning"@en
- "Fælde ved tvedelt læring"@da
- ]
- @dc:description = [
- "Deprioritization of the content dimension of learning, caused by bisected learning excluding learners from influence on it."@en
- "Nedprioritering af den indholdsdimensionen af læring, fordi tvedelt læring udelukker elever indflydelse herpå."@da
- ]
- identity id -> unknown
- end
-
- entity UncertainnessEffortlessnessTrap is
- @rdfs:subClassOf = ReasoningTrap
- @skos:prefLabel = [
- "Trap of Uncertainness and Effortlessness"@en
- "Uvisheds- og ubesværethedsfælde"@da
- ]
- @skos:altLabel = [
- "Trap of Uncertainness"@en
- "Trap of Effortlessness"@en
- "Uvishedsfælde"@da
- "Ubesværethedsfælde"@da
- ]
- @dc:description = [
- "Equating swiftness in arriving at a conclusion with learning progress."@en
- "Forveksling af hurtigt at nå til en løsning med læringsfremskridt."@da
- ]
- identity id -> unknown
- end
-
- entity DialogueReductionTrap is
- @rdfs:subClassOf = ReasoningTrap
- @skos:prefLabel = [
- "Online dialogue-reduction habit trap"@en
- "Online-dialogreduktionsvanefælde"@da
- ]
- @dc:description = [
- "Reducing dialogue to the operative exchange and back and forth of perspectives."@en
- "Reduktion af samtale til operativ udveksling af perspektiver."@da
- ]
- identity id -> unknown
- end
-
entity Method is
@rdfs:subClassOf = :WorldingPracticeLearning
@skos:prefLabel = [
diff --git a/sdml-catalog.json b/sdml-catalog.json
index 839c80a..3a60d10 100644
--- a/sdml-catalog.json
+++ b/sdml-catalog.json
@@ -19,6 +19,12 @@
"relative_path": "learn/bisected.sdm"
}
},
+ "learndigit": {
+ "item": {
+ "relative_url": "learn/digitalization#",
+ "relative_path": "learn/digitalization.sdm"
+ }
+ },
"waste": {
"item": {
"relative_url": "waste/core#",