Difference between revisions of "PERSEUS RDF Binding"
From PAWS Lab
Line 1: | Line 1: | ||
+ | {{ambox| text=This page is under construction and requires cleaning}} | ||
Each [[#pservice|PService]] can be set up to use several data sources - [[#configuration|configurations]]. Annotations each [[#pservice|PService]] provides can either be used as is, in the form of RDF, or can be interpreted. Interpretation is provided by [[#visualizer|visualizers]] and [[#syndicator|syndicators]]. Both [[#visualizer|visualizers]] and [[#syndicator|syndicators]] do the same work, but at a different level of granularity. | Each [[#pservice|PService]] can be set up to use several data sources - [[#configuration|configurations]]. Annotations each [[#pservice|PService]] provides can either be used as is, in the form of RDF, or can be interpreted. Interpretation is provided by [[#visualizer|visualizers]] and [[#syndicator|syndicators]]. Both [[#visualizer|visualizers]] and [[#syndicator|syndicators]] do the same work, but at a different level of granularity. | ||
[[#visualizer|Visualizers]] only interpret a piece of annotation [[#pservice|PService]] associates with resource or a feed. [[#syndicator|Syndicators]] in addition encapsulate access to the resource feed(s) in the form of user interface. | [[#visualizer|Visualizers]] only interpret a piece of annotation [[#pservice|PService]] associates with resource or a feed. [[#syndicator|Syndicators]] in addition encapsulate access to the resource feed(s) in the form of user interface. |
Revision as of 17:49, 16 February 2009
This page is under construction and requires cleaning |
Each PService can be set up to use several data sources - configurations. Annotations each PService provides can either be used as is, in the form of RDF, or can be interpreted. Interpretation is provided by visualizers and syndicators. Both visualizers and syndicators do the same work, but at a different level of granularity. Visualizers only interpret a piece of annotation PService associates with resource or a feed. Syndicators in addition encapsulate access to the resource feed(s) in the form of user interface.
ER Model, Annotations and RDF Bindings
ADAPT² PServices do not expose its model in RDF format. The only visible part is the annotations PServices generate.
ER Model
- pservice - Personalization Service itself
- pservice name - name of PService
- pservice description - description of PService
- pservice classname - class that implements PService Functionality
- pservice hasConfiguration - related data configurations
- [data] configuration - data configuration that PService can use
- visualizer - PService annotation interpreter
- syndicator - PService annotation interpreter
Annotations
- personal level annotations - describe user
- personal attempt count -
- personal progress -
- personal knowledge -
- group level annotations - describe group user is part of (e.g. class)
- [average] group attempt count -
- [average] group progress -
- [average] group knowledge -