From 941644029fc54395094ce1a7b2764d84409ee518 Mon Sep 17 00:00:00 2001 From: Florian Wetzels Date: Fri, 5 Jul 2024 16:22:14 +0200 Subject: [PATCH] fixed typo and missing property --- profile/isa_ro_crate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/isa_ro_crate.md b/profile/isa_ro_crate.md index b6cb2aa..81b8f66 100644 --- a/profile/isa_ro_crate.md +++ b/profile/isa_ro_crate.md @@ -152,6 +152,7 @@ Has the new Bioschemas DRAFT [bioschemas.org/LabProcess](https://bioschemas.org/ |executesLabProtocol|SHOULD|[bioschemas.org/LabProtocol](https://bioschemas.org/LabProtocol)|The protocol executed| |parameterValue|SHOULD|[schema.org/PropertyValue](https://schema.org/PropertyValue)|A parameter value of the experimental process, usually a key-value pair using ontology terms| |endTime|SHOULD|DateTime|| +|disambiguatingDescription|COULD|Text|Comments| ### LabProtocol @@ -192,7 +193,7 @@ Describes and points to a Data file, and maps to the [ISA-JSON Data](https://isa | Property | Required | Expected Type | Description | |----------|----------|---------------|-------------| |@type |MUST|Text|must be 'File' or 'MediaObject'| -|@id|MUST|[File](https://schema.org/MediaObject)|Should be the path pointing to the file./ +|@id|MUST|Text or URL|Should be the path pointing to the file| |name|MUST|Text or URL|The name of the file.| |comment|COULD|[schema.org/Comment](https://schema.org/Comment)|Comment| |encodingFormat|COULD|Text of URL|Media format as a MIME type|