summaryrefslogtreecommitdiff
path: root/rdf/learning.sdm
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-19 23:50:49 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:41 +0200
commitf14cf62a118c9324e7e83749df1e50ab2f3ad265 (patch)
tree9c47929a95e8a48d8658c81aa78adf8438961d63 /rdf/learning.sdm
parent81baf0aa7d414dbdcb70d3d63e691f8de2440432 (diff)
add example knowledge graph windsurfing
Diffstat (limited to 'rdf/learning.sdm')
-rw-r--r--rdf/learning.sdm9
1 files changed, 8 insertions, 1 deletions
diff --git a/rdf/learning.sdm b/rdf/learning.sdm
index b466ed3..e3b7026 100644
--- a/rdf/learning.sdm
+++ b/rdf/learning.sdm
@@ -1,6 +1,11 @@
module learning learning <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk/rdf/> is
- import [ dc skos xsd ]
+ import [
+ dc
+; foaf <http://xmlns.com/foaf/0.1/>
+ skos
+ xsd
+ ]
@skos:prefLabel = "Learning Ontology"@en
@dc:description = "General domain ontology on learning"@en
@@ -25,6 +30,7 @@ module learning learning <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk
end
entity Learner is
+; @rdf:type = foaf:Person
@skos:description = "Agent subject to a learning process"@en
identity id -> unknown
@@ -46,6 +52,7 @@ module learning learning <https://thoughtroam.abcdefghijklmnopqrstuvxyzæøå.dk
end
entity Educator is
+; @rdf:type = foaf:Person
@skos:description = "Agent aiding a learner towards an objective"@en
@skos:description = "Agent abstractly or concretely guiding a learner towards an objective"@en
; @skos:narrower = Teacher, Instructor, Facilitator, Evaluator