Skip to content

Commit

Permalink
more annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
robcast committed Sep 27, 2024
1 parent 84cc61b commit b4a5b08
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 8 deletions.
6 changes: 3 additions & 3 deletions recipe/0309-annotation-collection/anno_p1.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "article-1-1"
"value": "text-1-1"
},
"target": {
"type": "SpecificResource",
Expand All @@ -64,7 +64,7 @@
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "article-1-2"
"value": "text-1-2"
},
"target": {
"type": "SpecificResource",
Expand All @@ -90,7 +90,7 @@
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "article-2"
"value": "text-2"
},
"target": {
"type": "SpecificResource",
Expand Down
87 changes: 82 additions & 5 deletions recipe/0309-annotation-collection/anno_p2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
{
"id": "{{ id.url }}-1",
"type": "Annotation",
"motivation": "supplementing",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"format": "text/plain",
"language": "de",
"value": "I. 54. Jahrgang"
"value": "text-3-1"
},
"target": {
"type": "SpecificResource",
Expand All @@ -27,9 +26,87 @@
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=0,376,399,53"
"value": "xywh=856,381,928,4200"
}
}
}
},
{
"id": "{{ id.url }}-2",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "text-3-2"
},
"target": {
"type": "SpecificResource",
"source": {
"id": "{{ id.path }}/canvas/p2",
"type": "Canvas",
"partOf": [{
"id": "{{ id.path }}/manifest.json",
"type": "Manifest"
}]
},
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=1784,2461,952,2064"
}
}
},
{
"id": "{{ id.url }}-3",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "text-3-3"
},
"target": {
"type": "SpecificResource",
"source": {
"id": "{{ id.path }}/canvas/p2",
"type": "Canvas",
"partOf": [{
"id": "{{ id.path }}/manifest.json",
"type": "Manifest"
}]
},
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=2736,2485,816,2064"
}
}
},
{
"id": "{{ id.url }}-4",
"type": "Annotation",
"motivation": "tagging",
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "text-4"
},
"target": {
"type": "SpecificResource",
"source": {
"id": "{{ id.path }}/canvas/p2",
"type": "Canvas",
"partOf": [{
"id": "{{ id.path }}/manifest.json",
"type": "Manifest"
}]
},
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=1792,373,1744,2064"
}
}
}
]
}

0 comments on commit b4a5b08

Please sign in to comment.