diff --git a/source/_includes/links.md b/source/_includes/links.md index 4e9560006..10ef9cc05 100644 --- a/source/_includes/links.md +++ b/source/_includes/links.md @@ -268,6 +268,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_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 @@ -289,6 +290,7 @@ [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-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/index.md b/source/registry/index.md index e58f28193..8fa1db135 100644 --- a/source/registry/index.md +++ b/source/registry/index.md @@ -18,6 +18,7 @@ The process for having an entry included in one of the IIIF extension registries * [Motivations][registry-motivations] * [Profiles][registry-profiles] * [Selectors][registry-selectors] +* [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 449d0c9e2..ced726cb8 100644 --- a/source/registry/rights/index.md +++ b/source/registry/rights/index.md @@ -1,24 +1,27 @@ --- title: Registry of Rights Statements and Licenses layout: spec -tags: [annex, service, services, specifications] +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: 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: 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: Yale 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: https://orcid.org/0000-0001-6578-764X + institution: Duke University --- ## Status of this Document @@ -33,20 +36,15 @@ 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. +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 @@ -58,11 +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. -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 | -| ------------------------------ | -| | +| 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} @@ -76,7 +73,7 @@ Thanks to the members of the [IIIF][iiif-community] for their continuous engagem | Date | Description | | ---------- | -------------------------------------------------- | -| 2018-XX-YY | New Version 3 Registries | +| 2024-08-02 | Add existing Creative Commons and RightsStatements to table. | {% include acronyms.md %} {% include links.md %}