rasvaan / accurator

Accurator cpack
7 stars 3 forks source link

Add list of types of motivation #196

Closed rasvaan closed 8 years ago

rasvaan commented 8 years ago

Add to the Field object an overview of the different types of motivation based on the web annotation model, similar to the annotations.js code:

Annotation.MOTIVATION = {
    tagging:    'http://www.w3.org/ns/oa#tagging',
    commenting: 'http://www.w3.org/ns/oa#commenting',
    moderating: 'http://www.w3.org/ns/oa#moderating',
};