The @w3cWorld Wide Web Consortium Maintenance issues EPUB Annotations 1.0 as , enabling richer reading and improved interoperability
▶️ w3.org/TR/epub-anno-10/

This document defines a profile of the Web Annotation Data Model for publications, enabling annotations such as highlights, notes, and bookmarks to be expressed using embedded -LD. The spec. also introduces Annotation Sets for packaging and sharing annotations.

Feedback welcome: github.com/w3c/epub-specs/issu

 Example 1: Core structure of an EPUB annotation

{
    "@context": "https://www.w3.org/ns/epub-anno.jsonld",
    "id": "urn:uuid:123-123-123-123",
    "type": "Annotation",
    "created": "2023-10-14T15:13:28Z",
    "modified": "2024-01-29T09:00:00Z",
    "target": {
        …
    },
    "body": {
        …
    }
}
0

If you have a fediverse account, you can quote this note from your own instance. Search https://w3c.social/users/w3cdevs/statuses/116125920965933991 on your instance and quote it. (Note that quoting is not supported in Mastodon.)