You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
processSequence.outputs has additionalProperty mapped to "characteristics" and "factorValues", instead of or.
Person
requires familiyName, but some cultures do not have one. PLUS if we must infer a person object from a isa-json authorList string we can only set name. I recommend setting familiyName as COULD. Therefore, we should also set givenName as SHOULD or move the inferred name from name to givenName.
ScholarlyArticle
sameAs is used for DOI in the example, but the given example doi is just a doi "11.1111/abcdef123456789", which is not of type URL.
url is used for PubMedID in the example, but the given example PMID is just a number "12345678", which is not of type URL.
i recommend setting both DOI and PMID as identifier of type PropertyValue with value as the identifier and valueReference as "DOI"/"PMID"/..etc
More
Do we really need to switch between PropertyValue and DefinedTerm for ontology annotations? Deciding for either one seems like a better idea.
Decoder
Everything
The text was updated successfully, but these errors were encountered:
Regarding the PropertyValue vs DefinedTerm:
These are (in principle) not meant to be used interchangeably. Defined Term is used to depict a single ontology term. Property Value on the other hand is used to depict a term triplet (like parameterValue in isa). It can have an ontology header, ontology value and/or ontology unit.
Sources:
Must still be done:
Encoder
Assay
creator
identifier
measurementMethod
instrument
Covered by nfdi4plants/isa-ro-crate-profile#9?
url
Covered by nfdi4plants/isa-ro-crate-profile#5?
headline
description
dateCreated
dateModified
citation
LabProtocol
https://github.com/nfdi4plants/isa-ro-crate-profile/blob/main/profile/isa_ro_crate.md#labprotocol
reagent
computationalTool
url
has strange value "http://nfdi4plants.org/protocols/MyProtocol".Just a placeholder
Covered by nfdi4plants/isa-ro-crate-profile#13?
sameAs
Covered by nfdi4plants/isa-ro-crate-profile#10?
headline
name
Sample
additionalProperty
mapped to "characteristics" and "factorValues", instead ofor
.Person
familiyName
, but some cultures do not have one. PLUS if we must infer a person object from a isa-json authorList string we can only setname
. I recommend settingfamiliyName
as COULD. Therefore, we should also setgivenName
as SHOULD or move the inferred name fromname
togivenName
.ScholarlyArticle
sameAs
is used for DOI in the example, but the given example doi is just a doi "11.1111/abcdef123456789", which is not of type URL.url
is used for PubMedID in the example, but the given example PMID is just a number "12345678", which is not of type URL.identifier
of type PropertyValue withvalue
as the identifier andvalueReference
as "DOI"/"PMID"/..etcMore
PropertyValue
andDefinedTerm
for ontology annotations? Deciding for either one seems like a better idea.Decoder
Everything
The text was updated successfully, but these errors were encountered: