Class: DataEntity
An entity containing data.
URI: modos:DataEntity
classDiagram
class DataEntity
click DataEntity href "../DataEntity"
NamedThing <|-- DataEntity
click NamedThing href "../NamedThing"
DataEntity <|-- AlignmentSet
click AlignmentSet href "../AlignmentSet"
DataEntity <|-- VariantSet
click VariantSet href "../VariantSet"
DataEntity <|-- Array
click Array href "../Array"
DataEntity : data_format
DataEntity --> "1" DataFormat : data_format
click DataFormat href "../DataFormat"
DataEntity : data_path
DataEntity : description
DataEntity : has_reference
DataEntity --> "*" ReferenceGenome : has_reference
click ReferenceGenome href "../ReferenceGenome"
DataEntity : has_sample
DataEntity --> "*" Sample : has_sample
click Sample href "../Sample"
DataEntity : id
DataEntity : name
Inheritance
- NamedThing
- DataEntity
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
data_path | 1 String |
The path to access a resource, on a network or local filesystem | direct |
data_format | 1 DataFormat |
Data/file format associated with a data entity | direct |
has_sample | * Sample |
Biological sample included or described by a given thing | direct |
has_reference | * ReferenceGenome |
Specifies the reference coordinate system used by an omics dataset | direct |
id | 1 Uriorcurie |
A unique identifier for a thing | NamedThing |
name | 0..1 String |
A human-readable name for a thing | NamedThing |
description | 0..1 String |
A human-readable description for a thing | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
Assay | has_data | range | DataEntity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sdsc-ordes/modos-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | modos:DataEntity |
native | modos:DataEntity |
LinkML Source
Direct
name: DataEntity
description: An entity containing data.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
is_a: NamedThing
slots:
- data_path
- data_format
- has_sample
- has_reference
Induced
name: DataEntity
description: An entity containing data.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
is_a: NamedThing
attributes:
data_path:
name: data_path
description: The path to access a resource, on a network or local filesystem.
Can be a path relative to the root of the digital object, a URL, or an absolute
path.
examples:
- value: s3://example-bucket/path/to/data
- value: relative/file/path
- value: file:///absolute/file/path
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
alias: data_path
owner: DataEntity
domain_of:
- DataEntity
- ReferenceGenome
range: string
required: true
data_format:
name: data_format
description: Data/file format associated with a data entity.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
alias: data_format
owner: DataEntity
domain_of:
- DataEntity
range: DataFormat
required: true
has_sample:
name: has_sample
description: Biological sample included or described by a given thing.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
is_a: has_part
alias: has_sample
owner: DataEntity
domain_of:
- Assay
- DataEntity
range: Sample
multivalued: true
has_reference:
name: has_reference
description: Specifies the reference coordinate system used by an omics dataset.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
is_a: has_part
alias: has_reference
owner: DataEntity
domain_of:
- DataEntity
range: ReferenceGenome
multivalued: true
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: DataEntity
domain_of:
- NamedThing
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: DataEntity
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: DataEntity
domain_of:
- NamedThing
range: string