diff --git a/profile/isa_ro_crate.md b/profile/isa_ro_crate.md index 3aeb399..b6baa6d 100644 --- a/profile/isa_ro_crate.md +++ b/profile/isa_ro_crate.md @@ -83,12 +83,12 @@ Is based upon [schema.org/Dataset](https://schema.org/Dataset) and maps to the [ |@type|MUST|Text|must be '[schema.org/Dataset](https://schema.org/Dataset)'| |additionalType|MUST|Text or URL|‘Investigation’ or ontology term to identify it as an Investigation| |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).| |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.| -|headline|SHOULD|Text|A title of the investigation (e.g. a paper title).| |citation|COULD|[schema.org/ScholarlyArticle](https://schema.org/ScholarlyArticle)|Publications corresponding with this investigation.| |comment|COULD|[schema.org/Comment](https://schema.org/Comment)|Comment| |dateModified|COULD|DateTime|When the Investigation was last modified| @@ -105,13 +105,13 @@ Is based upon [schema.org/Dataset](https://schema.org/Dataset) and maps to the [ |@type|MUST|Text|must be '[schema.org/Dataset](https://schema.org/Dataset)'| |additionalType|MUST|Text or URL|‘Study’ or ontology term to identify it as a Study| |identifier|MUST|Text or URL|Identifying descriptor of the study.| +|name|MUSR|Text|A title of the study.| |about|SHOULD|[bioschemas.org/LabProcess](https://bioschemas.org/LabProcess)|The experimental processes performed in this study.| |creator|SHOULD|[schema.org/Person](https://schema.org/Person)|The performer of the study.| |dateCreated|SHOULD|DateTime|When the Study was created| |datePublished|SHOULD|DateTime|When the Study was published| |description|SHOULD|Text|A short description of the study (e.g. an abstract).| |hasPart|SHOULD|[schema.org/Dataset](https://schema.org/Dataset) (Assay) or [File](https://schema.org/MediaObject)|Assays contained in this study or actual data files resulting from the process sequence.| -|headline|SHOULD|Text|A title of the study.| |citation|COULD|[schema.org/ScholarlyArticle](https://schema.org/ScholarlyArticle)|A publication corresponding to the study.| |comment|COULD|[schema.org/Comment](https://schema.org/Comment)|Comment| |dateModified|COULD|DateTime|When the Study was last modified| diff --git a/profile/isa_ro_crate_mapping.md b/profile/isa_ro_crate_mapping.md index e83e623..db0ed33 100644 --- a/profile/isa_ro_crate_mapping.md +++ b/profile/isa_ro_crate_mapping.md @@ -8,7 +8,7 @@ This is the mapping between ISA-json types defined in https://isa-specs.readthed |@id|@id|| |-|additionalType|for distinction from Study and Assay| |fileName|url|| -|title|headline|| +|title|name| RO-Crate requires a name for the root data entity. For the usecase of Google markup, we map the title to name, since the Google Dataset Search shows this property in the fashion of a title. | |people|creator|| |identifier|identifier|| |description|description|| @@ -26,7 +26,7 @@ This is the mapping between ISA-json types defined in https://isa-specs.readthed |fileName|url|| |people|creator|| |identifier|identifier|| -|title|headline|| +|title|name| RO-Crate requires a name for the root data entity. For the usecase of Google markup, we map the title to name, since the Google Dataset Search shows this property in the fashion of a title. | |assays|hasPart|| |processSequence|about|| |description|description|| @@ -160,4 +160,4 @@ The unit is again an ontology term that has to be resolved into a URL and a name |unit|unitCode|Ontology URL of the unit.| |unit|unitText|Name of the unit.| |value|valueReference|Ontology URL or ontology term objetc of the value.| -|-|additionalType||Can be used to describe if the value is a factor, characteristic or parameter.| \ No newline at end of file +|-|additionalType||Can be used to describe if the value is a factor, characteristic or parameter.|