bogaziciswe / b.w.a.t

Bogazici Web Annotation Tool
MIT License
4 stars 1 forks source link

Web Annotation Vocabulary compliance #114

Open uskudarli opened 7 years ago

uskudarli commented 7 years ago

When I examine the annoattions in the "geek mode".

In general it seems fine, however I see vocabulary I don't expect and not seeing some I don't expect.

For example, I expect to see the creator (creator of annotation) and created (creation time). I.e.

{ "@context": "http://www.w3.org/ns/anno.jsonld", "id": "http://example.org/anno11", "type": "Annotation", "creator": "http://example.org/user1", "created": "2015-01-28T12:00:00Z", "modified": "2015-01-29T09:00:00Z", "generator": "http://example.org/client1", "generated": "2015-02-04T12:00:00Z", "body": { "id": "http://example.net/review1", "creator": "http://example.net/user2", "created": "2014-06-02T17:00:00Z" }, "target": "http://example.com/restaurant1" }

I see createdAt, but not sure where this attirbute is coming from? I don't see the creator, which should be in the annotation.

Am I missing something?

oakbas commented 7 years ago

We have updated fields, changes are:

  1. 'creator' field is added
  2. 'createdAt' field is updated, name of the field is now 'created', format of this field is changed as YY-MM-DD-T:HH:MM:Z
  3. 'updatedAt' field is updated, name of the field is now 'modified', format of this field is changed as YY-MM-DD-T:HH:MM:Z

This is screen shot of annotation example:

screen shot 2017-01-09 at 12 41 25