Difference between revisions of "ADAPT2 RDF Binding"

From PAWS Lab
Jump to: navigation, search
Line 13: Line 13:
 
* Domain-Range pair of a Property is prefixed with :: (double colon) and connected by ⇒ (double rignt arrow), e.g. [[lom#annotation|lom:annotation]] :: [[lom#LearningObject|lom:LearningObject]]⇒[[lom#Annotation|lom:Annotation]]
 
* Domain-Range pair of a Property is prefixed with :: (double colon) and connected by ⇒ (double rignt arrow), e.g. [[lom#annotation|lom:annotation]] :: [[lom#LearningObject|lom:LearningObject]]⇒[[lom#Annotation|lom:Annotation]]
 
* ER Element is RDF-serialized  - <span style="color:green;">&#10003;</span> (green check-mark)
 
* ER Element is RDF-serialized  - <span style="color:green;">&#10003;</span> (green check-mark)
* RDF Serialization of ER Element is arguably unnecessary - <span style="color:red;">&#10007;</span>  (red ballot X)
+
* [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] Serialization of ER Element is arguably unnecessary - <span style="color:red;">&#10007;</span>  (red ballot X)
* Decision on RDF serialization needs clarification - <span style="color:darkblue;font-weight:bold;">?&iquest;</span> (bold blue question mark and inverted question mark)
+
* Decision on [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] serialization needs clarification - <span style="color:darkblue;font-weight:bold;">?&iquest;</span> (bold blue question mark and inverted question mark)
  
 
= ER Models =
 
= ER Models =
Line 33: Line 33:
  
 
== Equivalence ==
 
== Equivalence ==
Among various RDF schemata and vocabularies there exist overlap in what they actually mean. For example, dc:title, rdf:label, and rss:title all mean the same. We will maintain (our) [[classes of equivalence]] as a reference to RDF homonyms.
+
Among various [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] schemata and vocabularies there exist overlap in what they actually mean. For example, dc:title, rdf:label, and rss:title all mean the same. We will maintain (our) [[classes of equivalence]] as a reference to [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] homonyms.

Revision as of 23:11, 23 February 2009

Ambox style.png

This page is under construction and requires cleaning

The main purpose of this effort is to map entity-relationship models of applications in ADAPT2 architecture to RDF. If necessary, appropriate comments would be given about models, schemata and vocabularies themselves.

Further work has the following structural units:

  • ER Models - describe individual adaptive applications. Each entity and relationship is supplied with a list of suggested RDF bindings
  • RDF schemata - describe classes and properties with suggested use in describing entities and relationships of applications. Each schema can have several vocabularies identified by prefixes

Conventions

  • Objects and Entities are shown in boldface
  • Properties and relationships - regular face
  • Schema is written in upper case, e.g. DC, vocabulary in lower case, e.g. dc, dcterms
  • A chain of Object/Property statements is abbreviated with the help of → (right arrow), e.g. rdf:Descriptionrdf:typerss:channel
  • Domain-Range pair of a Property is prefixed with :: (double colon) and connected by ⇒ (double rignt arrow), e.g. lom:annotation :: lom:LearningObjectlom:Annotation
  • ER Element is RDF-serialized - (green check-mark)
  • RDF Serialization of ER Element is arguably unnecessary - (red ballot X)
  • Decision on RDF serialization needs clarification - ?¿ (bold blue question mark and inverted question mark)

ER Models

  • Knowledge Tree - course portal
  • WebEx - application serving dissected examples
  • PERSEUS - adaptive functionality profider
  • QuizPACK - a package of parametrized quizzes in C
  • CUMULATE - Centralized User Modeling Server

RDF Schemata and Vocabularies

Equivalence

Among various RDF schemata and vocabularies there exist overlap in what they actually mean. For example, dc:title, rdf:label, and rss:title all mean the same. We will maintain (our) classes of equivalence as a reference to RDF homonyms.