Difference between revisions of "CUMULATE RDF Binding"
From PAWS Lab
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{ambox| text=''This page is under construction and requires cleaning''|type=clean}} | ||
+ | |||
+ | This page describes [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] binding of [[CUMULATE]] data model as part of [[ADAPT2 RDF Binding]] initiative. | ||
+ | |||
== ER Model == | == ER Model == | ||
This model only describes what we intend to serialize in RDF, which is only a part of [[CUMULATE]] data model. | This model only describes what we intend to serialize in RDF, which is only a part of [[CUMULATE]] data model. | ||
Line 20: | Line 24: | ||
** <span id='User Progress Assertion.Learning Object'>User Progress Assertion.Learning Object</span> - learning object being interacted with - [[dcmitypes#InteractiveResource|dcmitypes:InteractiveResource]], something from LOM? | ** <span id='User Progress Assertion.Learning Object'>User Progress Assertion.Learning Object</span> - learning object being interacted with - [[dcmitypes#InteractiveResource|dcmitypes:InteractiveResource]], something from LOM? | ||
** <span id='User Progress Assertion.Value'>User Progress Assertion.Value</span> - progress vale - | ** <span id='User Progress Assertion.Value'>User Progress Assertion.Value</span> - progress vale - | ||
+ | |||
+ | == See also == | ||
+ | * [[CUMULATE]] | ||
+ | * [[ADAPT2 RDF Binding]] |
Latest revision as of 17:23, 19 May 2009
This page is under construction and requires cleaning |
This page describes RDF binding of CUMULATE data model as part of ADAPT2 RDF Binding initiative.
ER Model
This model only describes what we intend to serialize in RDF, which is only a part of CUMULATE data model.
- User Action - dcmitypes:Event
- User Action.Application - application reporting user action - dcmitypes:Service or maybe dc:publisher
- User Action.User - user - foaf:Person
- User Action.Group - group user belongs to - foaf:Group
- User Action.Result - result of user action
- User Action.Learning Object - learning object being interacted with - dcmitypes:InteractiveResource, something from LOM?
- User Action.Session - user session -
- User Action.DateTime - date and time - dcterms:dateSubmitted or dc:date
- User Action.SVC - additional character data
- User Action.AllParameters - concatenation of all reported data - hashed via rdf:about
- User Knowledge Assertion -
- User Knowledge Assertion.User - user - foaf:Person
- User Knowledge Assertion.Knowledge Component - item user knowledge is being related to -
- User Knowledge Assertion.Cognitive Level - Bloom's cognitive level of knowledge -
- User Knowledge Assertion.Value - knowledge value -
- User Progress Assertion -
- User Progress Assertion.User - user - foaf:Person
- User Progress Assertion.Learning Object - learning object being interacted with - dcmitypes:InteractiveResource, something from LOM?
- User Progress Assertion.Value - progress vale -