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

Sopa Target Resource

From Open Annotation Community Group
Jump to: navigation, search

Model Feature Example: Target Resource

Example of associating additional information with the Target of the Annotation, following the SOPA example.


Explanation:

The Target has a type (Text) and a format (html).

Model:

Sopa targetTypes.png

RDF:

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

  <http://en.wikipedia.org/> a dt:Text ;
    dc:format "text/html" .