@@ -153,11 +153,22 @@ A sequence of annotations belonging to an Annotation Page.
| Field Name | Cardinality | Type | Description |
|----|----|----|----|
| bodyValue | 1 | string | the content of the annotation |
| target | 1 | \[[Target Object](#target-object)\] | information about the target of the annotation |
| body | 1 | \[[Body Object](#body-object)\] | the content of the annotation |
| target | 1 | [Target Object](#target-object) | information about the target of the annotation |
| type | 1 | string | MUST be `Annotation`|
| id | 1 | URI | a unique identifier for the annotation in the form of `http://ahikar.sub.uni-goettingen.de/ns/annotations/{$resource-URI}/{$node-ID}`. `{$node-ID}` refers to the ID of the TEI node from which the annotation has been extracted |
### Body Object
The content of the annotation.
| Field Name | Cardinality | Type | Description |
|----|----|----|----|
| type | 1 | string | MUST be `TextualBody` |
| value | 1 | string | the content of the annotation |
| format | 1 | MIME type | MUST be `text/plain` since we only provide a string as the annotation content |
| x-content-type | 1 | string | the semantic type of the annotation. MUST be one of the following: `Person`, `Place`, `Motif`. |
### Target Object
Provides information about the target node or text the annotation refers to.
...
...
@@ -193,15 +204,18 @@ Provides information about the target node or text the annotation refers to.