From 62986ca4b75d65f7ad861106670478a5323dfd6c Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Thu, 22 Jun 2023 12:20:29 -0700 Subject: [PATCH 01/10] add existing cc and rights statements to registry --- source/_includes/links.md | 4 +++- source/registry/rights/index.md | 31 +++++++++++++------------------ 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/source/_includes/links.md b/source/_includes/links.md index 1eeabef52..28b9907ab 100644 --- a/source/_includes/links.md +++ b/source/_includes/links.md @@ -285,7 +285,9 @@ [registry-profiles]: {{ site.api_url | absolute_url }}/registry/profiles/ [registry-timeModes]: {{ site.api_url | absolute_url }}/registry/timeModes/ [registry-types]: {{ site.api_url | absolute_url }}/registry/types/ -[registry-viewingDirections]: {{ site.api_url | absolute_url }}/registry/viewingDirections/ +[registry-viewingDirections]: {{ site.api_url | absolute_url }}/registry/ +viewingDirections/ +[registry-rights]: {{ site.api_url | absolute_url }}/registry/rights/ [search-stable-version]: {{ site.api_url | absolute_url }}/search/{{ site.search_api.stable.major }}.{{ site.search_api.stable.minor }}/ "Latest Content Search API Stable Version" [search-api]: {{ site.api_url | absolute_url }}/search/{{ site.data.apis.search.latest.major }}.{{ site.data.apis.search.latest.minor }}/ "Content Search API" diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index 449d0c9e2..b09146b30 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -1,7 +1,7 @@ --- title: Registry of Rights Statements and Licenses layout: spec -tags: [annex, service, services, specifications] +tags: [registry, rights, specifications] cssversion: 2 editors: - name: Michael Appleby @@ -13,12 +13,12 @@ editors: - name: Robert Sanderson ORCID: https://orcid.org/0000-0003-4441-6852 institution: J. Paul Getty Trust - - name: Jon Stroop - ORCID: https://orcid.org/0000-0002-0367-1243 - institution: Princeton University Library - - name: Simeon Warner - ORCID: https://orcid.org/0000-0002-7970-7855 - institution: Cornell University + - name: Dawn Childress + ORCID: https://orcid.org/0000-0003-2602-2788 + institution: UCLA +- name: Jeff Mixter + ORCID: https://orcid.org/0000-0002-8411-2952 + institution: OCLC Research --- ## Status of this Document @@ -33,17 +33,13 @@ Changes will be tracked within the document. {% include copyright.md %} -## Abstract -{:.no_toc} -This document lists a set of rights statements and licenses for use across the IIIF APIs that have been identified as useful for implementations. They may be defined by the IIIF community, or outside of it. - -Please send feedback to [iiif-discuss@googlegroups.com][iiif-discuss] - ## 1. Introduction This is one of a number of [IIIF registries][registry]. It lists a set of rights statements and licenses for use across the IIIF APIs that have been identified as useful for implementations. They may be defined by the IIIF community, or outside of it. +Please send feedback to [iiif-discuss@googlegroups.com][iiif-discuss] + ### 1.1. Disclaimer The inclusion of entries in this document that are outside of the IIIF domain _MUST NOT_ be interpreted as endorsement, support, or approval from the editors, the IIIF community or any individual. This annex is provided as a registry to advertise the existence of these extensions and attempt to ensure some consistency between implementations for common but not universal requirements. @@ -58,11 +54,10 @@ The process for having a new entry added to this registry is [described here][re This table summarizes the known rights statements and licenses available for use with the IIIF APIs. -The URIs defined by [Creative Commons][org-cc-licenses] and [RightsStatements.org][org-rs-terms] are not listed here, but should be considered to be included. - -| Rights Statement / License | +| Rights Statement / License URI | | ------------------------------ | -| | +| http://creativecommons.org/licenses/ | +| http://rightsstatements.org/page/1.0/ | {: .api-table} @@ -76,7 +71,7 @@ Thanks to the members of the [IIIF][iiif-community] for their continuous engagem | Date | Description | | ---------- | -------------------------------------------------- | -| 2018-XX-YY | New Version 3 Registries | +| 2023-07-15 | Add existing Creative Commons and RightsStatements to table. | {% include acronyms.md %} {% include links.md %} From b6f21b09a7d273d5affc0fe3d2372353811b6fde Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Thu, 22 Jun 2023 12:21:49 -0700 Subject: [PATCH 02/10] add rights to registry home --- source/registry/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/registry/index.md b/source/registry/index.md index 2f299bedf..4b6d271f3 100644 --- a/source/registry/index.md +++ b/source/registry/index.md @@ -17,6 +17,7 @@ The process for having an entry included in one of the IIIF extension registries * [Presentation API Extensions][extensions] * [Motivations][registry-motivations] * [Profiles][registry-profiles] +* [Rights][registry-rights] * [Services][registry-services] * [TimeModes][registry-timeModes] * [Types][registry-types] From b09de0c8d8c80797853476fc287adf551ed0a062 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Thu, 22 Jun 2023 12:31:37 -0700 Subject: [PATCH 03/10] fix line break in links --- source/_includes/links.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_includes/links.md b/source/_includes/links.md index 28b9907ab..ecc42bc75 100644 --- a/source/_includes/links.md +++ b/source/_includes/links.md @@ -285,8 +285,7 @@ [registry-profiles]: {{ site.api_url | absolute_url }}/registry/profiles/ [registry-timeModes]: {{ site.api_url | absolute_url }}/registry/timeModes/ [registry-types]: {{ site.api_url | absolute_url }}/registry/types/ -[registry-viewingDirections]: {{ site.api_url | absolute_url }}/registry/ -viewingDirections/ +[registry-viewingDirections]: {{ site.api_url | absolute_url }}/registry/viewingDirections/ [registry-rights]: {{ site.api_url | absolute_url }}/registry/rights/ [search-stable-version]: {{ site.api_url | absolute_url }}/search/{{ site.search_api.stable.major }}.{{ site.search_api.stable.minor }}/ "Latest Content Search API Stable Version" From 2e087b8e72087438527b7ed596ca3c6bb40e25ac Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Thu, 22 Jun 2023 12:42:47 -0700 Subject: [PATCH 04/10] update rights registry title --- source/registry/index.md | 2 +- source/registry/rights/index.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/source/registry/index.md b/source/registry/index.md index 4b6d271f3..bc87b6f43 100644 --- a/source/registry/index.md +++ b/source/registry/index.md @@ -17,7 +17,7 @@ The process for having an entry included in one of the IIIF extension registries * [Presentation API Extensions][extensions] * [Motivations][registry-motivations] * [Profiles][registry-profiles] -* [Rights][registry-rights] +* [Rights Statements and Licenses][registry-rights] * [Services][registry-services] * [TimeModes][registry-timeModes] * [Types][registry-types] diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index b09146b30..d39653c76 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -13,6 +13,9 @@ editors: - name: Robert Sanderson ORCID: https://orcid.org/0000-0003-4441-6852 institution: J. Paul Getty Trust + - name: Simeon Warner + ORCID: https://orcid.org/0000-0002-7970-7855 + institution: Cornell University - name: Dawn Childress ORCID: https://orcid.org/0000-0003-2602-2788 institution: UCLA From 6296adb07025caeab412794d94b47024a45fd883 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Thu, 22 Jun 2023 13:25:17 -0700 Subject: [PATCH 05/10] fix yaml indents --- source/registry/rights/index.md | 35 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index d39653c76..509324750 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -4,24 +4,24 @@ layout: spec tags: [registry, rights, specifications] cssversion: 2 editors: - - name: Michael Appleby - ORCID: https://orcid.org/0000-0002-1266-298X - institution: Yale University - - name: Tom Crane - ORCID: https://orcid.org/0000-0003-1881-243X - institution: Digirati - - name: Robert Sanderson - ORCID: https://orcid.org/0000-0003-4441-6852 - institution: J. Paul Getty Trust - - name: Simeon Warner - ORCID: https://orcid.org/0000-0002-7970-7855 - institution: Cornell University - - name: Dawn Childress - ORCID: https://orcid.org/0000-0003-2602-2788 - institution: UCLA +- name: Michael Appleby + ORCID: https://orcid.org/0000-0002-1266-298X + institution: Yale University +- name: Tom Crane + ORCID: https://orcid.org/0000-0003-1881-243X + institution: Digirati +- name: Robert Sanderson + ORCID: https://orcid.org/0000-0003-4441-6852 + institution: J. Paul Getty Trust +- name: Simeon Warner + ORCID: https://orcid.org/0000-0002-7970-7855 + institution: Cornell University +- name: Dawn Childress + ORCID: https://orcid.org/0000-0003-2602-2788 + institution: UCLA - name: Jeff Mixter - ORCID: https://orcid.org/0000-0002-8411-2952 - institution: OCLC Research + ORCID: https://orcid.org/0000-0002-8411-2952 + institution: OCLC Research --- ## Status of this Document @@ -36,7 +36,6 @@ Changes will be tracked within the document. {% include copyright.md %} - ## 1. Introduction This is one of a number of [IIIF registries][registry]. It lists a set of rights statements and licenses for use across the IIIF APIs that have been identified as useful for implementations. They may be defined by the IIIF community, or outside of it. From 00a65517d86f214e08bb89314e0bcba851fff708 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Wed, 31 Jul 2024 16:28:07 -0700 Subject: [PATCH 06/10] add cc and rights URIs and note --- source/_includes/links.md | 1 + source/registry/rights/index.md | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/source/_includes/links.md b/source/_includes/links.md index ecc42bc75..88192e3df 100644 --- a/source/_includes/links.md +++ b/source/_includes/links.md @@ -266,6 +266,7 @@ [prezi30-range]: {{ site.api_url | absolute_url }}/presentation/3.0/#54-range [prezi30-resource-properties]: {{ site.api_url | absolute_url }}/presentation/3.0/#3-resource-properties [prezi30-resource-structure]: {{ site.api_url | absolute_url }}/presentation/3.0/#5-resource-structure +[prezi30-rights]: {{ site.api_urlurl | absolute_url }}/presentation/3.0/#rights [prezi30-seealso]: {{ site.api_url | absolute_url }}/presentation/3.0/#seealso "seeAlso property" [prezi30-terminology]: {{ site.api_url | absolute_url }}/presentation/3.0/#12-terminology [prezi30-type-overview]: {{ site.api_url | absolute_url }}/presentation/3.0/#2-resource-type-overview diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index 509324750..47e796664 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -44,7 +44,7 @@ Please send feedback to [iiif-discuss@googlegroups.com][iiif-discuss] ### 1.1. Disclaimer -The inclusion of entries in this document that are outside of the IIIF domain _MUST NOT_ be interpreted as endorsement, support, or approval from the editors, the IIIF community or any individual. This annex is provided as a registry to advertise the existence of these extensions and attempt to ensure some consistency between implementations for common but not universal requirements. +The inclusion of entries in this document that are outside of the IIIF domain _MUST NOT_ be interpreted as endorsement, support, or approval from the editors, the IIIF community or any individual. This document is provided as a registry to advertise the existence of these extensions and attempt to ensure some consistency between implementations for common but not universal requirements. ### 1.2. Inclusion Process @@ -56,10 +56,10 @@ The process for having a new entry added to this registry is [described here][re This table summarizes the known rights statements and licenses available for use with the IIIF APIs. -| Rights Statement / License URI | -| ------------------------------ | -| http://creativecommons.org/licenses/ | -| http://rightsstatements.org/page/1.0/ | +| Source | URIs | Notes | +| ------------------------------ | --------------------- | ------------------| +| Creative Commons | `http://creativecommons.org/licenses/by-nc-sa/4.0/`
`http://creativecommons.org/licenses/by/4.0/`
For the full list of licenses, see [About CC Licenses](http://creativecommons.org/licenses/). | For usage, see the [Presentation 3.0 Rights][prezi30-rights] section | +| Rights Statements | `http://rightsstatements.org/vocab/InC/1.0/`
`http://rightsstatements.org/vocab/InC-NC/1.0/`
For the full list of statements, see [Rights Statements](http://rightsstatements.org/page/1.0/). | For usage, see the [Presentation 3.0 Rights][prezi30-rights] section | {: .api-table} @@ -73,7 +73,7 @@ Thanks to the members of the [IIIF][iiif-community] for their continuous engagem | Date | Description | | ---------- | -------------------------------------------------- | -| 2023-07-15 | Add existing Creative Commons and RightsStatements to table. | +| 2024-08-02 | Add existing Creative Commons and RightsStatements to table. | {% include acronyms.md %} {% include links.md %} From 973451215906402a687ffddb03856f24b474d321 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Wed, 11 Sep 2024 10:53:16 -0700 Subject: [PATCH 07/10] fix presi3 rights url --- source/_includes/links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/links.md b/source/_includes/links.md index 88192e3df..163c1b606 100644 --- a/source/_includes/links.md +++ b/source/_includes/links.md @@ -266,7 +266,7 @@ [prezi30-range]: {{ site.api_url | absolute_url }}/presentation/3.0/#54-range [prezi30-resource-properties]: {{ site.api_url | absolute_url }}/presentation/3.0/#3-resource-properties [prezi30-resource-structure]: {{ site.api_url | absolute_url }}/presentation/3.0/#5-resource-structure -[prezi30-rights]: {{ site.api_urlurl | absolute_url }}/presentation/3.0/#rights +[prezi30-rights]: {{ site.api_url | absolute_url }}/presentation/3.0/#rights [prezi30-seealso]: {{ site.api_url | absolute_url }}/presentation/3.0/#seealso "seeAlso property" [prezi30-terminology]: {{ site.api_url | absolute_url }}/presentation/3.0/#12-terminology [prezi30-type-overview]: {{ site.api_url | absolute_url }}/presentation/3.0/#2-resource-type-overview From d923172d86cdc6b97cde3bd190c7cd2ece645b5a Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Wed, 11 Sep 2024 12:03:47 -0700 Subject: [PATCH 08/10] add Julie to editors --- source/registry/rights/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index 47e796664..981ae6f0c 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -13,15 +13,15 @@ editors: - name: Robert Sanderson ORCID: https://orcid.org/0000-0003-4441-6852 institution: J. Paul Getty Trust -- name: Simeon Warner - ORCID: https://orcid.org/0000-0002-7970-7855 - institution: Cornell University - name: Dawn Childress ORCID: https://orcid.org/0000-0003-2602-2788 institution: UCLA - name: Jeff Mixter ORCID: https://orcid.org/0000-0002-8411-2952 institution: OCLC Research +- name: Julie Winchester + ORCID: + institution: MorphoSource, Duke University --- ## Status of this Document From f4cdd7f5e9ea45dd1ed2e05722bce0709123d429 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Wed, 11 Sep 2024 12:06:03 -0700 Subject: [PATCH 09/10] add Julie orcid --- source/registry/rights/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index 981ae6f0c..1f38e0c5d 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -20,7 +20,7 @@ editors: ORCID: https://orcid.org/0000-0002-8411-2952 institution: OCLC Research - name: Julie Winchester - ORCID: + ORCID: https://orcid.org/0000-0001-6578-764X institution: MorphoSource, Duke University --- From f8cb7e50854c802f705204e5770ebfdf3e5f28c8 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Thu, 24 Oct 2024 04:23:49 -0700 Subject: [PATCH 10/10] update editor affiliations --- source/registry/rights/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/registry/rights/index.md b/source/registry/rights/index.md index 1f38e0c5d..ced726cb8 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -12,7 +12,7 @@ editors: institution: Digirati - name: Robert Sanderson ORCID: https://orcid.org/0000-0003-4441-6852 - institution: J. Paul Getty Trust + institution: Yale University - name: Dawn Childress ORCID: https://orcid.org/0000-0003-2602-2788 institution: UCLA @@ -21,7 +21,7 @@ editors: institution: OCLC Research - name: Julie Winchester ORCID: https://orcid.org/0000-0001-6578-764X - institution: MorphoSource, Duke University + institution: Duke University --- ## Status of this Document