diff options
Diffstat (limited to 'learn/bisected.sdm')
-rw-r--r-- | learn/bisected.sdm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/learn/bisected.sdm b/learn/bisected.sdm new file mode 100644 index 0000000..d7cd4fd --- /dev/null +++ b/learn/bisected.sdm @@ -0,0 +1,27 @@ +module bisected learn2sect <https://purl.org/learn/bisected#> is + + import [ dc learn skos xsd ] + + @skos:prefLabel = [ + "Bisected Learning Ontology"@en + "Ontogogi om tvedelt læring"@da + ] + @dc:description = "Domain-specific ontology for Bisected Learning as defined by Athanasios Marvakis and Ernst Schraube"@en + @dc:created = @xsd:date(2024-06-01) + @dc:creator = <https://dr.jones.dk/me/#me> + @dc:license = <https://spdx.org/licenses/AGPL-3.0-or-later> + + structure BisectedLearning is + @rdfs:subClassOf = learn:Process + @skos:prefLabel = [ + "Bisected Learning"@en + "Tvedelt læring"@da + ] + @dc:description = [ + "The process of learning content determined by a teacher"@en + "Læringsproces hvor indhold er afgjort af en lærer"@da + ] + isTaughtBy -> learn:Educator + isLearnedBy -> learn:Learner + end +end |