Skip to content

Class: Array

Data entity consisting of an N-dimensional array.

URI: modos:Array

classDiagram class Array click Array href "../Array" DataEntity <|-- Array click DataEntity href "../DataEntity" Array : data_format Array --> "1" DataFormat : data_format click DataFormat href "../DataFormat" Array : data_path Array : description Array : has_reference Array --> "*" ReferenceGenome : has_reference click ReferenceGenome href "../ReferenceGenome" Array : has_sample Array --> "*" Sample : has_sample click Sample href "../Sample" Array : id Array : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
data_path 1
String
The path to access a resource, on a network or local filesystem DataEntity
data_format 1
DataFormat
Data/file format associated with a data entity DataEntity
has_sample *
Sample
Biological sample included or described by a given thing DataEntity
has_reference *
ReferenceGenome
Specifies the reference coordinate system used by an omics dataset DataEntity
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

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sdsc-ordes/modos-schema

Mappings

Mapping Type Mapped Value
self modos:Array
native modos:Array

LinkML Source

Direct

name: Array
description: Data entity consisting of an N-dimensional array.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
is_a: DataEntity

Induced

name: Array
description: Data entity consisting of an N-dimensional array.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
is_a: DataEntity
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: Array
    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: Array
    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
    multivalued: true
    alias: has_sample
    owner: Array
    domain_of:
    - Assay
    - DataEntity
    range: Sample
  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
    multivalued: true
    alias: has_reference
    owner: Array
    domain_of:
    - DataEntity
    range: ReferenceGenome
  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: Array
    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: Array
    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: Array
    domain_of:
    - NamedThing
    range: string