NationalMuseumAustralia / Collection-API

The public web API of the National Museum of Australia
10 stars 0 forks source link

Specify licence for re-use of API metadata records #52

Closed staplegun closed 5 years ago

staplegun commented 6 years ago

NMA are looking to release the API records possibly under CC BY-NC. Need to determine if this should appear in every record (e.g. in _meta.licence), or just in the API documentation.

f27wood commented 6 years ago

I can confirm that we agreed to a CC BY-NC licence.

f27wood commented 6 years ago

Trove prefers license_ref to be in every record.. however it needs to cover both the record and the thumbnail image... we have different rights for the image.

So I am thinking that we don't include a license_ref, but state this in the API documentation, And we have the image rights in each record, as we are already working on.

f27wood commented 5 years ago

From our last conversation, the decision was made to include the license reference for each record even though this will be the same for every record. Noting that the images have their own licence.

Info as follows Copyright National Museum of Australia / CC BY-NC https://creativecommons.org/licenses/by-nc/4.0/

Conal-Tuohy commented 5 years ago

Done on nma-dev and ready for review:

e.g.

{
  "data": [
    {
      "id": "3111",
      "type": "narrative",
      "additionalType": [
        "Collection Explorer publish",
        "collection (object grouping)"
      ],
      "title": "Wainyingabunga",
      "isPartOf": [
        {
          "id": "2719",
          "type": "narrative",
          "title": "Browse by Artist"
        }
      ],
      "aggregates": [
        {
          "id": "20122",
          "type": "object",
          "title": "The terrible fight of Purrukapali and Taparra",
          "_meta": {
            "hasFormat": "http://collectionsearch.nma.gov.au/object/20122"
          }
        },
        {
          "id": "20174",
          "type": "object",
          "title": "Ten Days To Live - A supposed sorcery painting.",
          "_meta": {
            "hasFormat": "http://collectionsearch.nma.gov.au/object/20174"
          }
        }
      ],
      "_meta": {
        "modified": "2018-03-21",
        "hasFormat": "http://collectionsearch.nma.gov.au/set/3111",
        "copyright": "Copyright National Museum of Australia / CC BY-NC",
        "licence": "https://creativecommons.org/licenses/by-nc/4.0/"
      }
    }
  ]
}
f27wood commented 5 years ago

Tested in dev and AOK, moving to done.

staplegun commented 5 years ago

Added a section about Open Data under Copyright in Getting Started https://github.com/NationalMuseumAustralia/Collection-API/wiki/Getting-started