diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-06-03 14:25:19 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:38:55 +0200 |
commit | 1f8456462d96c75143e2a04c1cbeb701ed133092 (patch) | |
tree | dd940e1cc848cfe87f9dad56cd000894615440f7 /learn | |
parent | 74524292b19a7fc83ec296bea9ef40fe28c15464 (diff) |
add classes Matter Prelearnedlearn-v0.1.0
Diffstat (limited to 'learn')
-rw-r--r-- | learn/tentacular.sdm | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/learn/tentacular.sdm b/learn/tentacular.sdm index d8b8e3c..3f0a45a 100644 --- a/learn/tentacular.sdm +++ b/learn/tentacular.sdm @@ -34,6 +34,20 @@ module tentacular learn10tac <https://purl.org/learn/tentacular#> is identity id -> unknown end + entity Matter is + @rdfs:subClassOf = learn:World + identity is -> unknown + + WorldSideOf -> Identification + end + + entity Prelearned is + @rdfs:subClassOf = learn:World + identity is -> unknown + + subjectSideOf -> Identification + end + entity Identification is @rdfs:subClassOf = :WorldingPracticeLearning @rdfs:subClassOf = :ContentDimension @@ -191,8 +205,4 @@ module tentacular learn10tac <https://purl.org/learn/tentacular#> is ] identity id -> unknown end - - entity Prelearned - -; entity World end |