swe574-spring23 / SWE574

BOUN Spring 574 Project
MIT License
0 stars 0 forks source link

REFACTOR - Text Annotations #155

Closed sehmuzc closed 11 months ago

sehmuzc commented 11 months ago

Saveannotation part of the post detail page must include the @context part, currently it does not include context information. Image annotation part is fine. Below is an example form the Web Annotation Data Model.

EXAMPLE 24: Text Position Selector { "@context": "http://www.w3.org/ns/anno.jsonld", "id": "http://example.org/anno24", "type": "Annotation", "body": "http://example.org/review1", "target": { "source": "http://example.org/ebook1", "selector": { "type": "TextPositionSelector", "start": 412, "end": 795 } } }

sehmuzc commented 11 months ago

Context part has been updated by @ceydaduzgec