Skip to content

Commit

Permalink
Merge pull request #36 from nfdi4plants/title_to_name
Browse files Browse the repository at this point in the history
Updated title from headline to name in profile
  • Loading branch information
floWetzels authored Dec 19, 2024
2 parents 01c9335 + 30ec70d commit 736c8cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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| 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||
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| 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||
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.|

0 comments on commit 736c8cc

Please sign in to comment.