From 31a3cd2f988eb570399bd048f134eea4c785731a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Jun 2024 10:18:40 +0200 Subject: rename ontology digitalization -> trap --- learn/bisected.sdm | 4 +- learn/digitalization.sdm | 138 ----------------------------------------------- learn/trap.sdm | 138 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+), 140 deletions(-) delete mode 100644 learn/digitalization.sdm create mode 100644 learn/trap.sdm (limited to 'learn') diff --git a/learn/bisected.sdm b/learn/bisected.sdm index c6c3a80..d187623 100644 --- a/learn/bisected.sdm +++ b/learn/bisected.sdm @@ -1,6 +1,6 @@ module bisected learn2sect is - import [ dc learn learndigit skos xsd ] + import [ dc learn learntrap skos xsd ] @skos:prefLabel = [ "Bisected Learning Ontology"@en @@ -23,6 +23,6 @@ module bisected learn2sect is ] isTaughtBy -> learn:Educator isLearnedBy -> learn:Learner - causesBisectedLearningTrap -> learndigit:BisectedLearningTrap + causesBisectedLearningTrap -> learntrap:BisectedLearningTrap end end diff --git a/learn/digitalization.sdm b/learn/digitalization.sdm deleted file mode 100644 index fca8292..0000000 --- a/learn/digitalization.sdm +++ /dev/null @@ -1,138 +0,0 @@ -module digitalization learndigit 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 = - @dc:license = - - structure DigitalAlwaysOn is - @rdfs:subClassOf = Digitalization - @skos:prefLabel = [ - "Online Dialogue-Reduction Habit"@en - "Online-dialogreduktionsvane"@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 Dialogue-Reduction"@en - "Online-dialogreduktion"@da - ] -; @dc:description = [ -; ""@en -; ""@da -; ] - causesDialogueReductionTrap -> DialogueReductionTrap - end - - structure DigitalAccuracyAndEase is - @rdfs:subClassOf = Digitalization - @skos:prefLabel = [ - "Digital Accuracy and Ease"@en - "Digital nøjagtighed og lethed"@da - ] -; @dc:description = [ -; ""@en -; ""@da -; ] - causesUncertainnessEffortlessnessTrap -> UncertainnessEffortlessnessTrap - end - - structure DigitalLearnification is - @rdfs:subClassOf = Digitalization -; @skos:prefLabel = [ -; ""@en -; ""@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-tilstandsvanefæ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/trap.sdm b/learn/trap.sdm new file mode 100644 index 0000000..ef54653 --- /dev/null +++ b/learn/trap.sdm @@ -0,0 +1,138 @@ +module trap learntrap is + + import [ dc learn learn2sect skos xsd ] + + @skos:prefLabel = [ + "Learning Traps in Tentacular Learning Ontology"@en + "Ontogogi om læringsfælder indenfor tentakulær læring"@da + ] + @dc:description = "Domain-specific ontology for traps related to tentacular learning as described by Ernst Schraube"@en + @dc:created = @xsd:date(2024-06-03) + @dc:creator = + @dc:license = + + structure DigitalAlwaysOn is + @rdfs:subClassOf = Digitalization + @skos:prefLabel = [ + "Online Dialogue-Reduction Habit"@en + "Online-dialogreduktionsvane"@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 Dialogue-Reduction"@en + "Online-dialogreduktion"@da + ] +; @dc:description = [ +; ""@en +; ""@da +; ] + causesDialogueReductionTrap -> DialogueReductionTrap + end + + structure DigitalAccuracyAndEase is + @rdfs:subClassOf = Digitalization + @skos:prefLabel = [ + "Digital Accuracy and Ease"@en + "Digital nøjagtighed og lethed"@da + ] +; @dc:description = [ +; ""@en +; ""@da +; ] + causesUncertainnessEffortlessnessTrap -> UncertainnessEffortlessnessTrap + end + + structure DigitalLearnification is + @rdfs:subClassOf = Digitalization +; @skos:prefLabel = [ +; ""@en +; ""@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-tilstandsvanefæ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 -- cgit v1.2.3