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