Skip to content

Commit

Permalink
Merge pull request #2248 from IIIF/license-registry
Browse files Browse the repository at this point in the history
Rights/license registry
  • Loading branch information
azaroth42 authored Oct 24, 2024
2 parents a937d2a + f8cb7e5 commit 17629e1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 2 additions & 0 deletions source/_includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions source/registry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
57 changes: 27 additions & 30 deletions source/registry/rights/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 [[email protected]][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 [[email protected]][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

Expand All @@ -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/`<br>`http://creativecommons.org/licenses/by/4.0/`<br>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/`<br>`http://rightsstatements.org/vocab/InC-NC/1.0/`<br>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}


Expand All @@ -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 %}

0 comments on commit 17629e1

Please sign in to comment.