This appendix is informative
All examples use the same hypothetical publication of Alice in Wonderland, and are given in the collection structure with a single annotation.
-
Commentary Annotation on Publication with URI
json-ld
{
"@context": "http://www.idpf.org/epub/oa/1.0/context.json",
"@id": "http://example.org/epub/annotations.json",
"@type": "epub:AnnotationCollection",
"annotations": [
{
"@id": "urn:uuid:E7E3799F-3CD5-4F69-87C6-5478B22873D6",
"@type": "oa:Annotation",
"hasTarget": {
"@type": "oa:SpecificResource",
"hasSource": {
"@id": "http://www.example.org/ebooks/A1B0D67E-2E81-4DF5/v2.epub",
"@type": "dctypes:Text"
}
},
"hasBody": {
"@type": "dctypes:Text",
"format": "application/xhtml+xml",
"chars": "<div xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>I love Alice in Wonderland</div>",
"language": "en"
},
"motivatedBy": "oa:commenting"
}
]
}
-
Commentary Annotation on Publication without Identifying URI
json-ld
{
"@context": "http://www.idpf.org/epub/oa/1.0/context.json",
"@id": "http://example.org/epub/annotations.json",
"@type": "epub:AnnotationCollection",
"annotations": [
{
"@id": "urn:uuid:E7E3799F-3CD5-4F69-87C6-5478B22873D6",
"@type": "oa:Annotation",
"hasTarget": {
"@type": "oa:SpecificResource",
"hasSource": {
"@type": "dctypes:Text",
"uniqueIdentifier": "isbn:123456789x",
"originURL": "http://www.example.com/publisher/book/",
"dc:identifier": "urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809",
"dcterms:modified": "2011-01-01T12:00:00Z"
}
},
"hasBody": {
"@type": "dctypes:Text",
"format": "application/xhtml+xml",
"chars": "<div xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>I love Alice in Wonderland</div>",
"language": "en"
},
"motivatedBy": "oa:commenting"
}
]
}
-
Collection Metadata
json-ld
{
"@context": "http://www.idpf.org/epub/oa/1.0/context.json",
"@id": "http://example.org/epub/annotations.json",
"@type": "epub:AnnotationCollection",
"dc:title": "Alice in Wonderland Annotations",
"dc:publisher": "Example Organization",
"dc:creator": "Anne O'Tater",
"dcterms:modified": "2014-03-17T12:30:00Z",
"dc:description": "Anne's collection of annotations on Alice in Wonderland",
"dc:rights": [
{
"@value": "Quelques droits en Français",
"@language": "fr"
},
{
"@value": "Some Rights in English",
"@language": "en"
}
],
"annotations": [
{
"@id": "urn:uuid:E7E3799F-3CD5-4F69-87C6-5478B22873D6",
"@type": "oa:Annotation",
"hasTarget": {
"@type": "oa:SpecificResource",
"hasSource": {
"@type": "dctypes:Text",
"uniqueIdentifier": "isbn:123456789x",
"originURL": "http://www.example.com/publisher/book/",
"dc:identifier": "urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809",
"dcterms:modified": "2011-01-01T12:00:00Z"
}
},
"hasBody": {
"@type": "dctypes:Text",
"format": "application/xhtml+xml",
"chars": "<div xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>I love Alice in Wonderland</div>",
"language": "en"
},
"motivatedBy": "oa:commenting"
}
]
}
-
Annotation with Ancillary Resources in the Zip
json-ld
{
"@context": "http://www.idpf.org/epub/oa/1.0/context.json",
"@id": "http://example.org/epub/annotations.json",
"@type": "epub:AnnotationCollection",
"annotations": [
{
"@id": "urn:uuid:E7E3799F-3CD5-4F69-87C6-5478B22873D6",
"@type": "oa:Annotation",
"hasTarget": {
"@type": "oa:SpecificResource",
"hasSource": {
"@type": "dctypes:Text",
"uniqueIdentifier": "isbn:123456789x",
"originURL": "http://www.example.com/publisher/book/",
"dc:identifier": "urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809",
"dcterms:modified": "2011-01-01T12:00:00Z"
}
},
"hasBody": {
"@type": "dctypes:Text",
"format": "application/xhtml+xml",
"chars": "<div xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>I love Alice in Wonderland! <img src='/imgs/heart.jpg'/></div>"
},
"motivatedBy": "oa:commenting"
}
]
}
-
Styling of Selection
json-ld
{
"@context": "http://www.idpf.org/epub/oa/1.0/context.json",
"@id": "http://example.org/epub/annotations.json",
"@type": "epub:AnnotationCollection",
"annotations": [
{
"@id": "urn:uuid:E7E3799F-3CD5-4F69-87C6-5478B22873D6",
"@type": "oa:Annotation",
"styledBy": {
"@type": "oa:CssStyle",
"format": "text/css",
"chars": ".red { border: 1px solid red; }"
},
"hasTarget": {
"@type": "oa:SpecificResource",
"hasSelector": {
"@type": "oa:FragmentSelector",
"value": "epubcfi(/6/4[chap01ref]!/4[body01]/10[para05]/3:10)"
},
"hasSource": {
"@type": "dctypes:Text",
"uniqueIdentifier": "isbn:123456789x",
"originURL": "http://www.example.com/publisher/book/",
"dc:identifier": "urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809",
"dcterms:modified": "2011-01-01T12:00:00Z"
},
"styleClass": "red"
},
"hasBody": {
"@type": "dctypes:Text",
"format": "application/xhtml+xml",
"chars": "<div xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>I love this part of the text</div>",
"language": "en"
},
"motivatedBy": "oa:commenting"
}
]
}