aboutsummaryrefslogtreecommitdiff
path: root/learn/bisected.sdm
blob: 324f26d9832018c3645746b549abcd3dd55b9997 (plain)
  1. module bisected learn2sect <https://purl.org/learn/bisected#> is
  2. import [ dc learn learntrap skos xsd ]
  3. @skos:prefLabel = "Bisected Learning Ontology"@en
  4. @skos:prefLabel = "Ontologi om tvedelt læring"@da
  5. @dc:description = "Domain-specific ontology for Bisected Learning as defined by Athanasios Marvakis and Ernst Schraube"@en
  6. @dc:created = @xsd:date("2024-06-01")
  7. @dc:creator = <https://dr.jones.dk/me/#me>
  8. @dc:license = <https://spdx.org/licenses/AGPL-3.0-or-later>
  9. structure BisectedLearning is
  10. @rdfs:subClassOf = learn:Process
  11. @rdfs:subClassOf = ReasoningTrap
  12. @skos:prefLabel = "Bisected Learning"@en
  13. @skos:prefLabel = "Tvedelt læring"@da
  14. @dc:description = "The process of learning content determined by a teacher"@en
  15. @dc:description = "Læringsproces hvor indhold er afgjort af en lærer"@da
  16. isTaughtBy -> learn:Educator
  17. isLearnedBy -> learn:Learner
  18. end
  19. end