Skip to content

Commit

Permalink
#38: Make datePublished mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 25, 2025
1 parent c7ccc42 commit d620755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/isa_ro_crate.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ Is based upon [schema.org/Dataset](https://schema.org/Dataset) and maps to the [
|identifier|MUST|Text or URL|Identifying descriptor of the investigation (e.g. repository name).|
|name|MUST|Text|A title of the investigation (e.g. a paper title).|
|license|MUST|Text or URL|The license under which the RO-Crate may be used. When no license information is available on crate creation, use the default string `'ALL RIGHTS RESERVED BY THE AUTHORS'` |
|datePublished|MUST|DateTime|When the Investigation was published. If the Investigation is not (yet) published, use the date of the crate creation as default value.|
|creator|SHOULD|[schema.org/Person](https://schema.org/Person)|The creator(s)/authors(s)/owner(s)/PI(s) of the investigation.|
|dateCreated|SHOULD|DateTime|When the Investigation was created|
|datePublished|SHOULD|DateTime|When the Investigation was published|
|description|SHOULD|Text|A description of the investigation (e.g. an abstract).|
|hasPart|SHOULD|[schema.org/Dataset](https://schema.org/Dataset) (Study)|An Investigation object should contain other datasets representing the *studies* of the investigation. They must follow the Study profile.|
|citation|COULD|[schema.org/ScholarlyArticle](https://schema.org/ScholarlyArticle)|Publications corresponding with this investigation.|
Expand Down

0 comments on commit d620755

Please sign in to comment.