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

Sopa Provenance

From Open Annotation Community Group
Jump to: navigation, search

Model Feature Example: Provenance

Example of the most basic model of Annotation with provenance, following the SOPA example.


Explanation:

The basic Annotation, with all of the core provenance features associated with it. The yt prefix is a hypothetical YouTube ontology of users, ex is again an example prefix for some software called PyAnno used to generate the Annotation. In this case the annotator is also the creator of the video, but this is not always the case.

Model:

Sopa provenance.png

RDF:

  <x:MyAnno> a oa:Annotation ;
    oa:hasBody <http://www.youtube.com/watch?v=uPh81LIe7B8> ;
    oa:hasTarget <http://en.wikipedia.org/> ;
    oa:annotatedBy yt:CheeseKeg ;
    oa:annotatedAt "2012-01-18 12:00:00Z" ;
    oa:serializedBy ex:PyAnno ;
    oa:serializedAt "2012-05-10 14:24:30Z" .