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

Sopa Body Resource

From Open Annotation Community Group
Jump to: navigation, search

Model Feature Example: Body Resource

Example of how to add information about the Body resource, following the SOPA example.


Explanation:

The Body has a class and a format. This information is useful to clients to determine if and how to render the Body to the user.

Model:

Sopa bodyType.png

RDF:

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

  <http://www.youtube.com/watch?v=uPh81LIe7B8> a dt:MovingImage ;
    dc:format "application/flv" .