annotation / stam

Stand-off Text Annotation Model (STAM) is a data model for stand-off-text annotation where any information on a text is represented as an annotation. This repository contains the model's full specification, extensions, schemas, examples and documentation.
https://annotation.github.io/stam/
Creative Commons Attribution Share Alike 4.0 International
17 stars 2 forks source link

Expand STAM Query language with the ability to ADD and DELETE items #22

Closed proycon closed 5 months ago

proycon commented 6 months ago

Right now STAMQL is read-only, add ADD and DELETE statements to make the query language able to manipulate data.

Note: an EDIT statement is less likely to be implemented due to the immutable nature of annotations in STAM.

dirkroorda commented 6 months ago

Power!

proycon commented 6 months ago

Implemented, still needs to be documented though (see also #23)