Closed staplegun closed 5 years ago
I can confirm that we agreed to a CC BY-NC licence.
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.
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/
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/"
}
}
]
}
Tested in dev and AOK, moving to done.
Added a section about Open Data under Copyright in Getting Started https://github.com/NationalMuseumAustralia/Collection-API/wiki/Getting-started
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.