-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/add additional terms #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "verbatim" has ceased to feel real 💫
nice work tho
Quality Gate failedFailed conditions |
Updated to the latest version of the openDS which have now been merged into the openDS repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥞
@@ -172,7 +172,7 @@ | |||
"under water since 2005" | |||
] | |||
}, | |||
"georeference": { | |||
"???:GeoReference": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not dwc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope at the moment GeoReference isn't a dwc class but these terms fall beneath Location
https://dwc.tdwg.org/list/#31-index-by-term-name
ds.withEntityRelationships(assembleDigitalSpecimenEntityRelationships(ds)); | ||
ds.withIdentifier(assembleIdentifiers(data)); | ||
ds.withCitation(assembleSpecimenCitations(data, dwc)); | ||
ds.withEntityRelationship(assembleDigitalSpecimenEntityRelationships(ds)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change this to singletons? citations, identifiers, and relations are all arrays, so it makes sense for them to be plural imo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I know but then we can't use the dwc terms. What we could do is create our own ods:Ocurrences
which then contain dwc:Occurrence
. ABCD(EFG) uses these kind of structures, but they always felt a bit unnecessary as they add this additional level in between. Might be better though, as the dwc:Occurrence
isn't an array. I will create a task for this as it impacts the datamodel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both are needed to comply with MIDS
https://naturalis.atlassian.net/browse/DD-993