Skip to content

Commit 6f57ff1

Browse files
author
Rob Sanderson
committed
Fix links conflict
2 parents dfdf4ce + 28a8882 commit 6f57ff1

7 files changed

Lines changed: 47 additions & 43 deletions

File tree

source/_includes/links.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
[prezi30-range]: {{ site.api_url | absolute_url }}/presentation/3.0/#54-range
272272
[prezi30-resource-properties]: {{ site.api_url | absolute_url }}/presentation/3.0/#3-resource-properties
273273
[prezi30-resource-structure]: {{ site.api_url | absolute_url }}/presentation/3.0/#5-resource-structure
274+
[prezi30-rights]: {{ site.api_url | absolute_url }}/presentation/3.0/#rights
274275
[prezi30-seealso]: {{ site.api_url | absolute_url }}/presentation/3.0/#seealso "seeAlso property"
275276
[prezi30-terminology]: {{ site.api_url | absolute_url }}/presentation/3.0/#12-terminology
276277
[prezi30-type-overview]: {{ site.api_url | absolute_url }}/presentation/3.0/#2-resource-type-overview
@@ -294,6 +295,7 @@
294295
[registry-timeModes]: {{ site.api_url | absolute_url }}/registry/timeModes/
295296
[registry-types]: {{ site.api_url | absolute_url }}/registry/types/
296297
[registry-viewingDirections]: {{ site.api_url | absolute_url }}/registry/viewingDirections/
298+
[registry-rights]: {{ site.api_url | absolute_url }}/registry/rights/
297299
[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"
298300

299301
[search-api]: {{ site.api_url | absolute_url }}/search/{{ site.data.apis.search.latest.major }}.{{ site.data.apis.search.latest.minor }}/ "Content Search API"
@@ -316,13 +318,16 @@
316318
[prezi40]: {{ site.api_url | absolute_url }}/presentation/4.0/
317319
[prezi40-terminology]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#terminology
318320

319-
<!-- Link definitions for Presentation API 4.0 model references -->
320-
<!-- Generated by scripts/link_code_references.py -->
321+
322+
[prezi-40-model]: {{ site.api_url | absolute_url }}/presentation/4.0/model/
321323

322324
[prezi40-ldce]: {{ site.api_url | absolute_url }}/presentation/4.{{ site.data.apis.presentation.latest.minor }}/#json-ld-and-extensions "Linked Data Context and Extensions"
323325

324326
[prezi40-context-collisions]: {{ site.api_url | absolute_url }}/presentation/4.{{ site.data.apis.presentation.latest.minor }}/#term-collisions-between-contexts
325-
[prezi-40-model]: {{ site.api_url | absolute_url }}/presentation/4.0/model/
327+
328+
<!-- Link definitions for Presentation API 4.0 model references -->
329+
<!-- Generated by scripts/link_code_references.py -->
330+
326331
[prezi-40-model-Agent]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#Agent
327332
[prezi-40-model-AmbientAudio]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#AmbientAudio
328333
[prezi-40-model-AmbientLight]: {{ site.api_url | absolute_url }}/presentation/4.0/model/#AmbientLight

source/auth/0/context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@id": "auth:failureHeader"
3232
},
3333
"failureDescription": {
34-
"@id": "auth:failureDescriptiom"
34+
"@id": "auth:failureDescription"
3535
}
3636
}
3737
}

source/auth/1/context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@id": "auth:failureHeader"
3232
},
3333
"failureDescription": {
34-
"@id": "auth:failureDescriptiom"
34+
"@id": "auth:failureDescription"
3535
}
3636
}
3737
}

source/auth/2.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ The response from the probe service is a JSON-LD object with the following prope
761761
| `type` | _REQUIRED_ | The type of the service, `AuthProbeResult2`. |
762762
| `status` | _REQUIRED_ | The HTTP status code that would be returned for the access-controlled resource. |
763763
| `substitute` | _OPTIONAL_ | A reference to one or more substitute resources, such as watermarked or other less preferable versions. |
764-
| `location` | _OPTIONAL_ | If present, the client should request this resource instead of the the resource the probe service was declared for. |
764+
| `location` | _OPTIONAL_ | If present, the client should request this resource instead of the resource the probe service was declared for. |
765765
| `heading` | _OPTIONAL_ | Heading text to render if an error occurs. |
766766
| `note` | _OPTIONAL_ | Additional text to render if an error occurs. |
767767
{: .api-table .first-col-normal }

source/presentation/3/context.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@id": "iiif_prezi:Collection",
2525
"@context": {
2626
"partOf": {
27-
"@id": "dcterms:partOf",
27+
"@id": "dcterms:isPartOf",
2828
"@type": "@id",
2929
"@container": "@set"
3030
}
@@ -34,7 +34,7 @@
3434
"@id": "iiif_prezi:Manifest",
3535
"@context": {
3636
"partOf": {
37-
"@id": "dcterms:partOf",
37+
"@id": "dcterms:isPartOf",
3838
"@type": "@id",
3939
"@container": "@set"
4040
}
@@ -44,7 +44,7 @@
4444
"@id": "iiif_prezi:Canvas",
4545
"@context": {
4646
"partOf": {
47-
"@id": "dcterms:partOf",
47+
"@id": "dcterms:isPartOf",
4848
"@type": "@id",
4949
"@container": "@set"
5050
}
@@ -54,7 +54,7 @@
5454
"@id": "iiif_prezi:Range",
5555
"@context": {
5656
"partOf": {
57-
"@id": "dcterms:partOf",
57+
"@id": "dcterms:isPartOf",
5858
"@type": "@id",
5959
"@container": "@set"
6060
}
@@ -67,7 +67,7 @@
6767
"http://www.w3.org/ns/anno.jsonld",
6868
{
6969
"partOf": {
70-
"@id": "dcterms:partOf",
70+
"@id": "dcterms:isPartOf",
7171
"@type": "@id",
7272
"@container": "@set"
7373
},
@@ -206,7 +206,6 @@
206206
"viewingDirection": {
207207
"@id": "iiif_prezi:viewingDirection",
208208
"@type": "@vocab",
209-
"@container": "@set",
210209
"@context": {
211210
"left-to-right": "iiif_prezi:leftToRightDirection",
212211
"right-to-left": "iiif_prezi:rightToLeftDirection",
@@ -382,7 +381,9 @@
382381
},
383382

384383
"painting": "iiif_prezi:painting",
385-
"supplementing": "iiif_prezi:supplementing"
384+
"supplementing": "iiif_prezi:supplementing",
385+
"contentState": "iiif_prezi:contentState",
386+
"contextualizing": "iiif_prezi:contextualizing"
386387
}
387388
}
388389

source/registry/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The process for having an entry included in one of the IIIF extension registries
1919
* [Motivations][registry-motivations]
2020
* [Profiles][registry-profiles]
2121
* [Selectors][registry-selectors]
22+
* [Rights Statements and Licenses][registry-rights]
2223
* [Services][registry-services]
2324
* [TimeModes][registry-timeModes]
2425
* [Types][registry-types]

source/registry/rights/index.md

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
---
22
title: Registry of Rights Statements and Licenses
33
layout: spec
4-
tags: [annex, service, services, specifications]
4+
tags: [registry, rights, specifications]
55
cssversion: 2
66
editors:
7-
- name: Michael Appleby
8-
ORCID: https://orcid.org/0000-0002-1266-298X
9-
institution: Yale University
10-
- name: Tom Crane
11-
ORCID: https://orcid.org/0000-0003-1881-243X
12-
institution: Digirati
13-
- name: Robert Sanderson
14-
ORCID: https://orcid.org/0000-0003-4441-6852
15-
institution: J. Paul Getty Trust
16-
- name: Jon Stroop
17-
ORCID: https://orcid.org/0000-0002-0367-1243
18-
institution: Princeton University Library
19-
- name: Simeon Warner
20-
ORCID: https://orcid.org/0000-0002-7970-7855
21-
institution: Cornell University
7+
- name: Michael Appleby
8+
ORCID: https://orcid.org/0000-0002-1266-298X
9+
institution: Yale University
10+
- name: Tom Crane
11+
ORCID: https://orcid.org/0000-0003-1881-243X
12+
institution: Digirati
13+
- name: Robert Sanderson
14+
ORCID: https://orcid.org/0000-0003-4441-6852
15+
institution: Yale University
16+
- name: Dawn Childress
17+
ORCID: https://orcid.org/0000-0003-2602-2788
18+
institution: UCLA
19+
- name: Jeff Mixter
20+
ORCID: https://orcid.org/0000-0002-8411-2952
21+
institution: OCLC Research
22+
- name: Julie Winchester
23+
ORCID: https://orcid.org/0000-0001-6578-764X
24+
institution: Duke University
2225
---
2326

2427
## Status of this Document
@@ -33,20 +36,15 @@ Changes will be tracked within the document.
3336

3437
{% include copyright.md %}
3538

36-
## Abstract
37-
{:.no_toc}
38-
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.
39-
40-
Please send feedback to [iiif-discuss@googlegroups.com][iiif-discuss]
41-
42-
4339
## 1. Introduction
4440

4541
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.
4642

43+
Please send feedback to [iiif-discuss@googlegroups.com][iiif-discuss]
44+
4745
### 1.1. Disclaimer
4846

49-
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.
47+
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.
5048

5149
### 1.2. Inclusion Process
5250

@@ -58,11 +56,10 @@ The process for having a new entry added to this registry is [described here][re
5856

5957
This table summarizes the known rights statements and licenses available for use with the IIIF APIs.
6058

61-
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.
62-
63-
| Rights Statement / License |
64-
| ------------------------------ |
65-
| |
59+
| Source | URIs | Notes |
60+
| ------------------------------ | --------------------- | ------------------|
61+
| 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 |
62+
| 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 |
6663
{: .api-table}
6764

6865

@@ -76,7 +73,7 @@ Thanks to the members of the [IIIF][iiif-community] for their continuous engagem
7673

7774
| Date | Description |
7875
| ---------- | -------------------------------------------------- |
79-
| 2018-XX-YY | New Version 3 Registries |
76+
| 2024-08-02 | Add existing Creative Commons and RightsStatements to table. |
8077

8178
{% include acronyms.md %}
8279
{% include links.md %}

0 commit comments

Comments
 (0)