From 4f59753b91027c0255d5b5648a3ab46b9cb523c3 Mon Sep 17 00:00:00 2001 From: Florian Wetzels <36967183+floWetzels@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:28:08 +0200 Subject: [PATCH 1/2] Fragment Selectors in profile description --- 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 8f995ed..f059d8b 100644 --- a/profile/isa_ro_crate.md +++ b/profile/isa_ro_crate.md @@ -189,7 +189,7 @@ Is based on the Bioschemas [bioschemas.org/Sample](https://bioschemas.org/Sample ### Data -Describes and points to a Data file, and maps to the [ISA-JSON Data](https://isa-specs.readthedocs.io/en/latest/isajson.html#data-schema-json) +Describes and points to a Data file or a segment of a Data file (via [data fragment selectors](https://www.w3.org/TR/annotation-model/#fragment-selector)), and maps to the [ISA-JSON Data](https://isa-specs.readthedocs.io/en/latest/isajson.html#data-schema-json) | Property | Required | Expected Type | Description | |----------|----------|---------------|-------------| @@ -199,6 +199,7 @@ Describes and points to a Data file, and maps to the [ISA-JSON Data](https://isa |comment|COULD|[schema.org/Comment](https://schema.org/Comment)|Comment| |disambiguatingDescription|COULD|Text|The type of the data file (“Raw Data File", “Derived Data File" or "Image File").| |encodingFormat|COULD|Text of URL|Media format as a MIME type| +|usageInfo|COULD|Text of URL|Description/specification of the [data fragment selector](https://www.w3.org/TR/annotation-model/#fragment-selector), if the object describes a data fragment and a selector is present in the path/`@id`| ### PropertyValue From 5e7f7dedbb98e8a0c335efa95f027d92d4614bca Mon Sep 17 00:00:00 2001 From: Florian Wetzels <36967183+floWetzels@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:29:15 +0200 Subject: [PATCH 2/2] Fragment selectors in mapping --- profile/isa_ro_crate_mapping.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/isa_ro_crate_mapping.md b/profile/isa_ro_crate_mapping.md index e83e623..1cd93c5 100644 --- a/profile/isa_ro_crate_mapping.md +++ b/profile/isa_ro_crate_mapping.md @@ -95,6 +95,7 @@ This is the mapping between ISA-json types defined in https://isa-specs.readthed |comments|comment|| |-|encodingFormat|ARC-specific property| |type|disambiguatingDescription|| +|-|usageInfo|ARC-specific property| || |[Person](https://isa-specs.readthedocs.io/en/latest/isajson.html#person-schema-json)|[schema.org/Person](https://schema.org/Person)| |@id|@id|| @@ -160,4 +161,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.|