From 95ea414e65d25cb88cd4e436bcbf32390e40aaae Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Tue, 25 Jul 2023 19:01:44 +0300 Subject: [PATCH] Fix publication_date (#294) Resolves #293 A property (publication_date) was defined in SSSOM, but was not added to the SSSOM mapping and mapping set data model. Since a very similar property (mapping_date) was already defined, this change is considered a bugfix, rather than an added feature. --- src/sssom_schema/schema/sssom_schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sssom_schema/schema/sssom_schema.yaml b/src/sssom_schema/schema/sssom_schema.yaml index fe4f9b85..3a8ab1f2 100644 --- a/src/sssom_schema/schema/sssom_schema.yaml +++ b/src/sssom_schema/schema/sssom_schema.yaml @@ -524,6 +524,7 @@ classes: - mapping_tool - mapping_tool_version - mapping_date + - publication_date - subject_match_field - object_match_field - subject_preprocessing @@ -563,6 +564,7 @@ classes: - mapping_tool - mapping_tool_version - mapping_date + - publication_date - confidence - curation_rule - curation_rule_text