You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the schema specifies that both source and selector are required in SpecificResource.
The Web Annotation Data Model says that there MAY be 0 or more selector relationships associated with a Specific Resource so the annotation body could be:
Currently the schema specifies that both source and selector are required in SpecificResource.
The Web Annotation Data Model says that there MAY be 0 or more selector relationships associated with a Specific Resource so the annotation body could be:
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno18",
"type": "Annotation",
"body": {
"type": "SpecificResource",
"purpose": "tagging",
"source": "http://example.org/city1"
},
"target": {
"id": "http://example.org/photo1",
"type": "Image"
}
}
or as shown in the cookbook recipe https://iiif.io/api/cookbook/recipe/0022-linking-with-a-hotspot/manifest.json
The text was updated successfully, but these errors were encountered: