Class: MODO
Represents the Multi-Omics Digital Object. It encapsulates omics and other datasets and their metadata.
URI: modos:MODO
classDiagram
class MODO
click MODO href "../MODO"
NamedThing <|-- MODO
click NamedThing href "../NamedThing"
MODO : creation_date
MODO : description
MODO : has_assay
MODO --> "*" Assay : has_assay
click Assay href "../Assay"
MODO : id
MODO : last_update_date
MODO : name
MODO : source_uri
Inheritance
- NamedThing
- MODO
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
creation_date | 1 Datetime |
The date on which something was created | direct |
has_assay | * Assay |
An assay that was performed as part of a given thing | direct |
last_update_date | 1 Datetime |
The date on which the thing was last modified | direct |
source_uri | 0..1 Uri |
The URI from which a resource or dataset was obtained or derived | 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 |
---|---|---|---|
MODOCollection | entries | range | MODO |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/sdsc-ordes/modos-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | modos:MODO |
native | modos:MODO |
LinkML Source
Direct
name: MODO
description: Represents the Multi-Omics Digital Object. It encapsulates omics and
other datasets and their metadata.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
is_a: NamedThing
slots:
- creation_date
- has_assay
- last_update_date
- source_uri
Induced
name: MODO
description: Represents the Multi-Omics Digital Object. It encapsulates omics and
other datasets and their metadata.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
is_a: NamedThing
attributes:
creation_date:
name: creation_date
description: The date on which something was created.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
alias: creation_date
owner: MODO
domain_of:
- MODO
range: datetime
required: true
has_assay:
name: has_assay
description: An assay that was performed as part of a given thing.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
is_a: has_part
alias: has_assay
owner: MODO
domain_of:
- MODO
range: Assay
multivalued: true
last_update_date:
name: last_update_date
description: The date on which the thing was last modified.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
alias: last_update_date
owner: MODO
domain_of:
- MODO
range: datetime
required: true
source_uri:
name: source_uri
description: The URI from which a resource or dataset was obtained or derived.
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
alias: source_uri
owner: MODO
domain_of:
- MODO
- ReferenceGenome
- ReferenceSequence
range: uri
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: MODO
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: MODO
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: MODO
domain_of:
- NamedThing
range: string