Skip to content

First registry AS example #3

@glenrobson

Description

@glenrobson

Here is an example of an early version of the registry AS generated from the test data in the repository:

{
    "@context": "http://iiif.io/api/discovery/1/context.json",
    "id": "https://registry.iiif.io/page-0",
    "type": "OrderedCollectionPage",
    "partOf": {
        "id": "https://registry.iiif.io/index.json",
        "type": "OrderedCollection"
    },
    "orderedItems": [
        {
            "type": "Update",
            "object": {
                "id": "http://institutiony.ac.yy/activity_stream.json",
                "type": "ActivityStream",
                "label": "Top level collection"
            },
            "endTime": "TBD"
        },
        {
            "type": "Update",
            "object": {
                "id": "http://institutionx.ac.xx/activity_stream.json",
                "type": "ActivityStream",
                "label": "Top level collection"
            },
            "endTime": "TBD"
        },
        {
            "type": "Update",
            "object": {
                "id": "http://www.getty.edu/museum.json",
                "type": "ActivityStream",
                "label": "Museum collections"
            },
            "endTime": "TBD"
        },
        {
            "type": "Update",
            "object": {
                "id": "http://www.getty.edu/library.json",
                "type": "ActivityStream",
                "label": "Library collections"
            },
            "endTime": "TBD"
        },
        {
            "type": "Update",
            "object": {
                "id": "http://www.getty.edu/research.json",
                "type": "ActivityStream",
                "label": "Research Center"
            },
            "endTime": "TBD"
        }
    ]
}

Questions:

  • "type": "ActivityStream"
  • "label": "Research Center"
    Note this would change to :
"label": {
      "en": [ "Research Center" ]
} 

after discussion in the last discovery meeting.

  • "endTime": "TBD" is this the last modification of the ActivityStream or the date the change was made in Github?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions