[annotator-dev] annotation custom data model and dynamic loading of checkbox

Matteo Moci mox601 at gmail.com
Thu May 3 16:00:11 UTC 2012


Hello everyone,
I am in the process of evaluating Annotator to be used as a tool of
web content annotation,
and would like to ask if some features are available, planned or desired.

I saw that the default configuration of annotator for annotate-it
allows to add comments and tags to the annotated content.
I would like it to be able to select (from some checkboxes) some values,
and I think that should be quite easy (should I install a plugin or
something? maybe the tags plugin is the answer?).

What I'd also like is to load dynamically each of the checkboxes from
a backend,
and configure a specific datamodel for each of them, like the
following annotation field "classes":

{
      "id": "39fc339cf058bd22176771b3e3187329",  # unique id (added by backend)
      "annotator_schema_version": "v1.0",        # schema version: default v1.0
      "created": "2011-05-24T18:52:08.
...
"classes": [
        {
          "className": "A", # the name of the class
          "uri": "http://example.org/A", # the uri property of the class
          "otherfield": "value"
        },
       {
          "className": "B", # the name of the class
          "uri": "http://example.org/B", # the uri property of the class
        }
]
...
}

Is something like this planned or useful in some context?

Best regards,
Matteo



-- 
Matteo Moci
http://it.linkedin.com/in/matteomoci
http://about.me/matteomoci/bio




More information about the annotator-dev mailing list