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

Sopa Selector

From Open Annotation Community Group
Jump to: navigation, search

Model Feature Example: Selector

Example of using a Selector (in this case a Fragment Selector) to describe the segment of interest of a resource, following the SOPA example.


Explanation:

The body of the Annotation is only part of the video, between the time points of 35 and 60 seconds. We express this as a Media Fragment, with the FragmentSelector class.

Model:

Sopa selector.png

RDF:

  <x:MyAnno> a oa:Annotation ;
    oa:hasBody <urn:uuid:6C97B503-25EE-4E37-875C-B7C850E13194> ;
    oa:hasTarget <http://en.wikipedia.org/> .

  <urn:uuid:6C97B503-25EE-4E37-875C-B7C850E13194> a oa:SpecificResource ;
    oa:hasSource <http://www.youtube.com/watch?v=uPh81LIe7B8> ;
    oa:hasSelector <urn:uuid:40F2B17E-7CA2-42C2-B5AF-5F35E5992B8B> .

  <urn:uuid:40F2B17E-7CA2-42C2-B5AF-5F35E5992B8B> a oa:FragmentSelector ;
    rdf:value "t=npt:35,60" .