Skip to content

Commit

Permalink
Fix publication_date (#294)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matentzn authored Jul 25, 2023
1 parent 0ff31e4 commit 95ea414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sssom_schema/schema/sssom_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ classes:
- mapping_tool
- mapping_tool_version
- mapping_date
- publication_date
- subject_match_field
- object_match_field
- subject_preprocessing
Expand Down Expand Up @@ -563,6 +564,7 @@ classes:
- mapping_tool
- mapping_tool_version
- mapping_date
- publication_date
- confidence
- curation_rule
- curation_rule_text
Expand Down

0 comments on commit 95ea414

Please sign in to comment.