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

Sopa Serialization

From Open Annotation Community Group
Jump to: navigation, search

Model Feature Example: Serialization

Example of associating a web accessible Annotation (x:Anno) with its initial version (urn:uuid:...) as uploaded by a client application to a server, following the SOPA example.


Explanation:

The original Annotation has a oa:equivalent relationship with the Annotation created by the server (x:Anno). The oa:generated property of this annotation is different that of the original.

Model:

Sopa serialization.png

RDF:

  <urn:uuid:2cefd097-e399-4808-aa90-a64d3151a150> a oa:Annotation ;
    oa:hasBody <http://www.youtube.com/watch?v=uPh81LIe7B8> ;
    oa:hasTarget <http://en.wikipedia.org/> ;
    oa:equivalent <x:Anno> ;
    oa:serializedAt "2012-03-21 16:30:00Z" .

  <x:Anno> oa:serializedAt "2012-04-07 12:00:00Z" .