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