cocina-models 0.104.0 → 0.104.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f840e3ef12581234eadde8076ad771b0e5062f3a599a15898899dc0152746fc
4
- data.tar.gz: ac0e7038340531de80eca2ec3aef3577da530c7f1b49d8e6bb947e9a08953926
3
+ metadata.gz: 0c5247bd642c98dd9f07950f5a20623860063c5bc88169b08284b6263612aa35
4
+ data.tar.gz: 03bd48cd9584e928ce81f877e5d63588c89367c61f51e102aa29c85b7ef9853e
5
5
  SHA512:
6
- metadata.gz: 8539513679bf08a7afa30ea0fc03ac74eb2e43fde5781fc03bcde90be4757871ce9b1db04cae355afa89431b0dc3952ba27356e463c300468cb424e00d2e1200
7
- data.tar.gz: a71e1f1ae017ee5d3b6121d21a7e438b54b74a9423b047871468a01260deb4ce6fe324654675ec9f022257cf9f8ba0dac590c951dc305789e7c33528a35a4c02
6
+ metadata.gz: 91d8bd68f3b1f674b9dc60767711a046692715138511e9c798e63ee129704f670155166f94d089c2a5584193a480c98899605ef45df4fffd3cd2f546388d8bc9
7
+ data.tar.gz: cd395232e4f96cc20e8ea0c398402ff3febd5d32c4a9d993e979e71e5cdf0b920a7d178f7e71e7ab8d969ee43b50496b6884a1502df6b716c464b41627168d3a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocina-models (0.104.0)
4
+ cocina-models (0.104.1)
5
5
  activesupport
6
6
  deprecation
7
7
  dry-struct (~> 1.0)
@@ -601,6 +601,10 @@ note.groupedValue:
601
601
  - value: title
602
602
  - value: text
603
603
  relatedResource:
604
+ - value: described by
605
+ description: A related resource that is described by the content of the resource.
606
+ - value: describes
607
+ description: A related resource which the resource describes.
604
608
  - value: derived from
605
609
  description: The source from which the resource was derived, such as a raw data set before processing.
606
610
  - value: has original version
@@ -577,6 +577,10 @@ _Path: note.groupedValue.type_
577
577
  * text
578
578
  # RelatedResource types
579
579
  _Path: relatedResource.type_
580
+ * described by
581
+ * A related resource that is described by the content of the resource.
582
+ * describes
583
+ * A related resource which the resource describes.
580
584
  * derived from
581
585
  * The source from which the resource was derived, such as a raw data set before processing.
582
586
  * has original version
@@ -6,7 +6,7 @@ module Cocina
6
6
  class RelatedResource < Struct
7
7
  # The relationship of the related resource to the described resource.
8
8
  attribute? :type, Types::Strict::String
9
- # The DataCite relationType of the related resource to the described resource, as defined by DataCite https://datacite-metadata-schema.readthedocs.io/en/4.6/appendices/appendix-1/relationType
9
+ # The DataCite relationType describing the relationship between the related resource and the described resource. See https://datacite-metadata-schema.readthedocs.io/en/4.6/appendices/appendix-1/relationType
10
10
  attribute? :dataCiteRelationType, Types::Strict::String.enum('IsCitedBy', 'Cites', 'IsSupplementTo', 'IsSupplementedBy', 'IsContinuedBy', 'Continues', 'Describes', 'IsDescribedBy', 'HasMetadata', 'IsMetadataFor', 'HasVersion', 'IsVersionOf', 'IsNewVersionOf', 'IsPreviousVersionOf', 'IsPartOf', 'HasPart', 'IsPublishedIn', 'IsReferencedBy', 'References', 'IsDocumentedBy', 'Documents', 'IsCompiledBy', 'Compiles', 'IsVariantFormOf', 'IsOriginalFormOf', 'IsIdenticalTo', 'IsReviewedBy', 'Reviews', 'IsDerivedFrom', 'IsSourceOf', 'IsRequiredBy', 'Requires', 'Obsoletes', 'IsObsoletedBy', 'IsCollectedBy', 'Collects', 'IsTranslationOf', 'HasTranslation')
11
11
  # Status of the related resource relative to other related resources.
12
12
  attribute? :status, Types::Strict::String
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocina
4
4
  module Models
5
- VERSION = '0.104.0'
5
+ VERSION = '0.104.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocina-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.104.0
4
+ version: 0.104.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-06-24 00:00:00.000000000 Z
10
+ date: 2025-06-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport