Warning:
This wiki has been archived and is now read-only.

Sopa Classes

From Open Annotation Community Group
Jump to: navigation, search

Model Feature Example: Classes of Annotation

Example of associating a particular sub class of Annotation, following the SOPA example.


Explanation:

The Annotation has a oax:Comment as the class, meaning that it is a Comment about the target resource.

Model:

Sopa classes.png

RDF:

  <x:MyAnno> a oax:Comment ;
    oa:hasBody <http://www.youtube.com/watch?v=uPh81LIe7B8> ;
    oa:hasTarget <http://en.wikipedia.org/> .