From d5f6ddbfa4167849b38655fea59c395e28061a37 Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Tue, 3 Oct 2023 15:45:42 +0200 Subject: [PATCH] updated the datacite relationtype terms in the preliminary schema to align with the open PR in CFF repo --- src/cffconvert/schemas/1.3.0/schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/cffconvert/schemas/1.3.0/schema.json b/src/cffconvert/schemas/1.3.0/schema.json index 7109a5e4..ad95fa56 100644 --- a/src/cffconvert/schemas/1.3.0/schema.json +++ b/src/cffconvert/schemas/1.3.0/schema.json @@ -502,8 +502,9 @@ "Continues", "Describes", "Documents", + "HasMetadata", "HasPart", - "IsAlternateIdentifier", + "HasVersion", "IsCitedBy", "IsCompiledBy", "IsContinuedBy", @@ -511,8 +512,10 @@ "IsDescribedBy", "IsDocumentedBy", "IsIdenticalTo", + "IsMetadataFor", "IsNewVersionOf", "IsObsoletedBy", + "IsOriginalFormOf", "IsPartOf", "IsPreviousVersionOf", "IsPublishedIn", @@ -522,6 +525,8 @@ "IsSourceOf", "IsSupplementedBy", "IsSupplementTo", + "IsVariantFormOf", + "IsVersionOf", "Obsoletes", "References", "Requires",