![]() |
Open Annotation Beta Example: CNN Persistent Annotations10 August 2011 |
As a page that changes very frequently, the homepage of the news corporation CNN makes a good example of how the time based features of the OAC data model should be used.
1. Introduction
1.2 Namespaces Used
2. Example Sections
2.8 Time Dependent Annotations
A. Acknowledgements
B. Change Log
As a page that changes very frequently, the homepage of the news corporation CNN makes a good example of how the time based features of the OAC data model should be used.
This example uses the following namespaces and prefixes to indicate those namespaces:
| Prefix | Namespace URI | Description |
|---|---|---|
cnt |
http://www.w3.org/2008/content# |
Content in RDF [Content] |
dc |
http://purl.org/dc/elements/1.1/ |
Dublin Core elements [DC Elements] |
dcterms |
http://purl.org/dc/terms/ |
Dublin Core terms [DC Terms] |
foaf |
http://xmlns.com/foaf/0.1/ |
Friend of a Friend vocabulary terms [FOAF] |
oac |
http://www.openannotation.org/ns/ |
OAC vocabulary terms [OAC] |
ore |
http://www.openarchives.org/ore/terms/ |
ORE vocabulary terms |
rdf |
http://www.w3.org/1999/02/22-rdf-syntax-ns# |
RDF vocabulary terms [RDF Vocabulary] |
rdfs |
http://www.w3.org/2001/01/rdf-schema# |
RDF Schema vocabulary [RDF Vocabulary] |
| Example 8.1: Uniform Time | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Model Instance
|
||||||||||||||||||
|
URI Table
|
||||||||||||||||||
|
RDF
ex:Anno a oac:Annotation ,
oac:hasTarget ex:cnn ,
oac:hasBody tw:11002497449 ,
oac:when "2010-03-27 15:05:00 GMT" .
ex:cnn a oac:Target .
tw:11002497449 a oac:Body .
|
| Example 8.2: Varied Time | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Model Instance
|
||||||||||||||||||||||||||
|
URI Table
|
||||||||||||||||||||||||||
|
RDF
ex:Anno a oac:Annotation ,
oac:hasTarget uu1 ,
oac:hasBody uu2 .
uu1 a oac:ConstrainedBody ,
oac:constrains ex:mlb ,
oac:constrainedBy uu3 .
uu2 a oac:ConstrainedTarget ,
oac:constrains ex:cnn ,
oac:constrainedBy uu4 .
uu3 a oac:WebTimeConstraint ,
oac:when "2010-04-20 13:45:00" .
uu4 a oac:WebTimeConstraint ,
oac:when "2010-04-20 12:00:00" .
ex:mlb a oac:Body .
ex:cnn a oac:Target .
|
| Date | Editor | Description |
|---|---|---|
| 2010-10-01 | rsanderson | External alpha3 release |
| 2011-08-10 | rsanderson | Beta re-release |
This work by the Open Annotation Collaboration is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.