cocina-models 0.61.3 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/sampleETD/foxml.xml +1 -1
- data/docs/sampleETD/xn109qc9773_bibframe.ttl +1 -1
- data/docs/sampleETD/xn109qc9773_taco.json +1 -1
- data/lib/cocina/models/purl.rb +1 -1
- data/lib/cocina/models/version.rb +1 -1
- data/openapi.yml +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84700c2e6a407806e02239fdf2e9bb02c464e6fd37486a11a59c029bc3a2674f
|
|
4
|
+
data.tar.gz: d89ab88841ba72ca95e694f3ca937e2aab2ae07d7c2ea09d8a880c559ec57e63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d474a66dee1dfb3a51b4793bf7714470a48ee2a8ecc43e45370a148beb84c87d4e035cc0b8417bb6e01bbfbd05c42d9f8cac20f456d3eee6c8d9506604f6964
|
|
7
|
+
data.tar.gz: d9c66e8953c4d4f386f7d4d87f6bf5ca305d06cee6c1ff304fb41c6d9a1d9a7536cfe415f223f05bcb9415a1c8d8a8701a32e2f463f22a5f31dcac7611e9b517
|
data/docs/sampleETD/foxml.xml
CHANGED
|
@@ -944,7 +944,7 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
|
|
|
944
944
|
<note>Submitted to the Graduate School of Education.</note>
|
|
945
945
|
<note type="thesis">Thesis (Ph.D.)--Stanford University, 2015.</note>
|
|
946
946
|
<location>
|
|
947
|
-
<url displayLabel="electronic resource" usage="primary display">
|
|
947
|
+
<url displayLabel="electronic resource" usage="primary display">https://purl.stanford.edu/xn109qc9773</url>
|
|
948
948
|
</location>
|
|
949
949
|
<recordInfo>
|
|
950
950
|
<recordContentSource authority="marcorg">CSt</recordContentSource>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
:xn109qc9773_item [ a bf:Item ;
|
|
88
88
|
bf:electronicLocator [ a rdf:Resource ;
|
|
89
|
-
rdf:value <
|
|
89
|
+
rdf:value <https://purl.stanford.edu/xn109qc9773> ;
|
|
90
90
|
bf:note [ a bf:Note ;
|
|
91
91
|
rdfs:label "primary display" ;
|
|
92
92
|
bf:noteType "URL usage"
|
data/lib/cocina/models/purl.rb
CHANGED
data/openapi.yml
CHANGED
|
@@ -1396,8 +1396,8 @@ components:
|
|
|
1396
1396
|
description: Stanford persistent URL associated with the related resource. Note this is http, not https.
|
|
1397
1397
|
type: string
|
|
1398
1398
|
format: uri
|
|
1399
|
-
# Canonical URI is
|
|
1400
|
-
pattern: '^
|
|
1399
|
+
# Canonical URI is https
|
|
1400
|
+
pattern: '^https:\/\/'
|
|
1401
1401
|
RelatedResource:
|
|
1402
1402
|
description: Other resource associated with the described resource.
|
|
1403
1403
|
type: object
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocina-models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.62.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|