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

Data Fragment Selectors #28

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion profile/isa_ro_crate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|----------|----------|---------------|-------------|
Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion profile/isa_ro_crate_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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||
Expand Down Expand Up @@ -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.|
|-|additionalType||Can be used to describe if the value is a factor, characteristic or parameter.|