Skip to content
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

Updated title from headline to name in profile #36

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions profile/isa_ro_crate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|
Expand Down
6 changes: 3 additions & 3 deletions profile/isa_ro_crate_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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||
|people|creator||
|identifier|identifier||
|description|description||
Expand All @@ -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||
|assays|hasPart||
|processSequence|about||
|description|description||
Expand Down Expand Up @@ -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.|
|-|additionalType||Can be used to describe if the value is a factor, characteristic or parameter.|