Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First attempt at using Open Annotation Data Model v2 #119

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2015

  1. First attempt at using Open Annotation Data Model

    Annotations can now be serialised into JSON-LD formatted RDF, following
    the data model spec: http://www.openannotation.org/spec/core/
    Treora authored and gergely-ujvari committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    0fbae34 View commit details
    Browse the repository at this point in the history
  2. Use OrderedDict for OA representation

    Because JSON-LD spec recommends keeping @context at the top.
    Treora authored and gergely-ujvari committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    8c4549c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7176a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9bf13 View commit details
    Browse the repository at this point in the history
  5. Code reordering and renaming

    Treora authored and gergely-ujvari committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    058ba70 View commit details
    Browse the repository at this point in the history
  6. Small edits&fixes

    Treora authored and gergely-ujvari committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    df9d8e9 View commit details
    Browse the repository at this point in the history
  7. Use OA context from w3.org

    Treora authored and gergely-ujvari committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    d8ca4a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb37c01 View commit details
    Browse the repository at this point in the history
  9. Semantify user

    Let's keep the default very generic, for example we don't even know if
    users are Persons. Implementors can subclass Annotation to add more user
    info (as with any of the properties).
    Treora authored and gergely-ujvari committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    3e9f0e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0bd5c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9c738a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Rename openannotation.py to oa_renderer.py

    The OARenderer class is no longer inherited from Annotation.
    It is a separate renderer with a render(annotation) interface
    gergely-ujvari committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    294f0df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5277ad8 View commit details
    Browse the repository at this point in the history