diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-06-01 07:36:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | d8a56e1e06c72f47edfe6066401f42cde2cc0298 (patch) | |
tree | d2aec70d79889cbfb7b399edd1a7774f93d64485 /learn | |
parent | dac55c709036f010941e787cba6d7786a444b7f3 (diff) |
list what/why/how as skos:altLabel (not prefix of dc:description
Diffstat (limited to 'learn')
-rw-r--r-- | learn/tentacular.sdm | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/learn/tentacular.sdm b/learn/tentacular.sdm index 7a75b7c..f3dd233 100644 --- a/learn/tentacular.sdm +++ b/learn/tentacular.sdm @@ -43,9 +43,13 @@ module learn_tentacular learn10tac <https://purl.org/learn/tentacular#> is "Learning Content"@en "Læringsindhold"@da ] + @skos:altLabel = [ + "The 'what' of learning"@en + "Lærings 'hvad'"@da + ] @dc:description = [ - "The 'what' of learning: What the learner would like to learn"@en - "Lærings 'hvad': Hvad eleven gerne vil lære"@da + "What the learner would like to learn"@en + "Hvad eleven gerne vil lære"@da ] identity id -> unknown end @@ -57,9 +61,13 @@ module learn_tentacular learn10tac <https://purl.org/learn/tentacular#> is "Action Reason"@en "Aktionsgrund"@da ] + @skos:altLabel = [ + "The 'why' of learning"@en + "Lærings 'hvorfor'"@da + ] @dc:description = [ - "The 'why' of learning: Subjective reason by the learner for initiating a learning process"@en - "Lærings 'hvorfor': Subjektiv grund hos eleven til at igangsætte en læringsproces"@da + "Subjective reason by the learner for initiating a learning process"@en + "Subjektiv grund hos eleven til at igangsætte en læringsproces"@da ] identity id -> unknown @@ -167,9 +175,13 @@ module learn_tentacular learn10tac <https://purl.org/learn/tentacular#> is "Learning Method"@en "Læringsmetode"@da ] + @skos:altLabel = [ + "The 'how' of learning"@en + "Lærings 'hvordan'"@da + ] @dc:description = [ - "The 'how' of learning: How the learning process is carried out by the learner"@en - "Lærings 'hvordan': Hvordan læringsprocessen bliver udført af eleven"@da + "How the learning process is carried out by the learner"@en + "Hvordan læringsprocessen bliver udført af eleven"@da ] identity id -> unknown end |