aboutsummaryrefslogtreecommitdiff
path: root/learn/trap.sdm
blob: 53498a8395a9add2e36e8b15afdd1f93ba438bfe (plain)
  1. module trap learntrap <https://purl.org/learn/trap#> is
  2. import [ dc learn learn2sect learn10tac skos xsd ]
  3. @skos:prefLabel = "Learning Traps in Tentacular Learning Ontology"@en
  4. @skos:prefLabel = "Ontologi om læringsfælder indenfor tentakulær læring"@da
  5. @dc:description = "Domain-specific ontology for traps related to tentacular learning as described by Ernst Schraube"@en
  6. @dc:created = @xsd:date("2024-06-03")
  7. @dc:creator = <https://dr.jones.dk/me/#me>
  8. @dc:license = <https://spdx.org/licenses/AGPL-3.0-or-later>
  9. structure DigitalAlwaysOn is
  10. @rdfs:subClassOf = Digitalization
  11. @skos:prefLabel = "Online Dialogue-Reduction Habit"@en
  12. @skos:prefLabel = "Online-dialogreduktionsvane"@da
  13. @dc:description = "The ability for constructing a digital system to be always available without interruption"@en
  14. @dc:description = "Muligheden for at opsætte et digitalt system til altid at være tilgængelig uden afbrydelse"@da
  15. causesOnlineModeTrap -> OnlineModeTrap
  16. end
  17. structure DialogueReduction is
  18. @rdfs:subClassOf = Digitalization
  19. @skos:prefLabel = "Online Dialogue-Reduction"@en
  20. @skos:prefLabel = "Online-dialogreduktion"@da
  21. ; @dc:description = ""@en
  22. ; @dc:description = ""@da
  23. causesDialogueReductionTrap -> DialogueReductionTrap
  24. end
  25. structure DigitalAccuracyAndEase is
  26. @rdfs:subClassOf = Digitalization
  27. @skos:prefLabel = "Digital Accuracy and Ease"@en
  28. @skos:prefLabel = "Digital nøjagtighed og lethed"@da
  29. ; @dc:description = ""@en
  30. ; @dc:description = ""@da
  31. causesUncertainnessEffortlessnessTrap -> UncertainnessEffortlessnessTrap
  32. end
  33. structure DigitalLearnification is
  34. @rdfs:subClassOf = Digitalization
  35. ; @skos:prefLabel = ""@en
  36. ; @skos:prefLabel = ""@da
  37. @dc:description = "Learning reduced to an individualized commodity, demanded by learners and supplied by digital systems"@en
  38. @dc:description = "Læring reduceret til individualiseret vare, efterspurgt af elever og udbudt af digitale systemer"@da
  39. CausesBisectedLearning -> learn2sect:BisectedLearning
  40. end
  41. entity ReasoningTrap is
  42. @skos:prefLabel = "Reasoning trap"@en
  43. @skos:prefLabel = "Fejlslutning"@da
  44. @dc:description = "typical pitfalls in the construction of subjective reasons for action towards learning"@en
  45. @dc:description = "typiske faldgruber i konstruktionen af subjektive grunde til at igangsætte en læringsproces"@da
  46. identity id -> unknown
  47. trapsReason -> learn10tac:ActionReason
  48. end
  49. entity OnlineModeTrap is
  50. @rdfs:subClassOf = ReasoningTrap
  51. @skos:prefLabel = "Online Mode Habit Trap"@en
  52. @skos:prefLabel = "Online-tilstandsvanefælde"@da
  53. @dc:description = "Considering the online mode and the use of digital devices as absolutely helpful and expanding learning."@en
  54. @dc:description = "Anskuelsen af online-aktivitet og brug af digitalt udstyr som altid hjælpsomt og læringsudvidende."@da
  55. identity id -> unknown
  56. end
  57. entity UncertainnessEffortlessnessTrap is
  58. @rdfs:subClassOf = ReasoningTrap
  59. @skos:prefLabel = "Trap of Uncertainness and Effortlessness"@en
  60. @skos:prefLabel = "Uvisheds- og ubesværethedsfælde"@da
  61. @skos:altLabel = "Trap of Uncertainness"@en
  62. @skos:altLabel = "Trap of Effortlessness"@en
  63. @skos:altLabel = "Uvishedsfælde"@da
  64. @skos:altLabel = "Ubesværethedsfælde"@da
  65. @dc:description = "Equating swiftness in arriving at a conclusion with learning progress."@en
  66. @dc:description = "Forveksling af hurtigt at nå til en løsning med læringsfremskridt."@da
  67. identity id -> unknown
  68. end
  69. entity DialogueReductionTrap is
  70. @rdfs:subClassOf = ReasoningTrap
  71. @skos:prefLabel = "Online dialogue-reduction habit trap"@en
  72. @skos:prefLabel = "Online-dialogreduktionsvanefælde"@da
  73. @dc:description = "Reducing dialogue to the operative exchange and back and forth of perspectives."@en
  74. @dc:description = "Reduktion af samtale til operativ udveksling af perspektiver."@da
  75. identity id -> unknown
  76. end
  77. end