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

Ewald Zietsman ewald at siyavula.com
Thu May 3 18:31:16 UTC 2012


The plugin infrastructure allows you to do that sort of thing. You can add
fields to the annotation object that is saved to the database (the store)
and they will be read again and be accessible when that annotation is
loaded again. See the wiki on github https://github.com/okfn/annotator

On Thu, May 3, 2012 at 6:00 PM, Matteo Moci <mox601 at gmail.com> wrote:

> 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
>
> _______________________________________________
> annotator-dev mailing list
> annotator-dev at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/annotator-dev
>



-- 
*
Ewald Zietsman

Technical Coor**dinator*
*
*
*
*
Website: www.siyavula.com
The Open Innovation Studio, 27 Buitenkant Street, Cape Town, 8001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/annotator-dev/attachments/20120503/ebb3703a/attachment-0002.html>


More information about the annotator-dev mailing list