Class: NamedThing
A named thing
- NOTE: this is an abstract class and should not be instantiated directly
URI: biostride_schema:NamedThing
classDiagram
class NamedThing
click NamedThing href "../NamedThing/"
NamedThing <|-- Dataset
click Dataset href "../Dataset/"
NamedThing <|-- Study
click Study href "../Study/"
NamedThing <|-- Sample
click Sample href "../Sample/"
NamedThing <|-- SamplePreparation
click SamplePreparation href "../SamplePreparation/"
NamedThing <|-- Instrument
click Instrument href "../Instrument/"
NamedThing <|-- ExperimentRun
click ExperimentRun href "../ExperimentRun/"
NamedThing <|-- WorkflowRun
click WorkflowRun href "../WorkflowRun/"
NamedThing <|-- DataFile
click DataFile href "../DataFile/"
NamedThing <|-- Image
click Image href "../Image/"
NamedThing : description
NamedThing : id
NamedThing : title
Inheritance
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1 Uriorcurie |
direct | |
title | 0..1 String |
direct | |
description | 0..1 String |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/biostride/
Mappings
Mapping Type | Mapped Value |
---|---|
self | biostride_schema:NamedThing |
native | biostride_schema:NamedThing |
LinkML Source
Direct
name: NamedThing
description: A named thing
from_schema: https://w3id.org/biostride/
abstract: true
attributes:
id:
name: id
from_schema: https://w3id.org/biostride/
rank: 1000
identifier: true
domain_of:
- NamedThing
- OntologyTerm
range: uriorcurie
required: true
title:
name: title
from_schema: https://w3id.org/biostride/
rank: 1000
slot_uri: dcterms:title
domain_of:
- NamedThing
description:
name: description
from_schema: https://w3id.org/biostride/
rank: 1000
domain_of:
- NamedThing
range: string
Induced
name: NamedThing
description: A named thing
from_schema: https://w3id.org/biostride/
abstract: true
attributes:
id:
name: id
from_schema: https://w3id.org/biostride/
rank: 1000
identifier: true
alias: id
owner: NamedThing
domain_of:
- NamedThing
- OntologyTerm
range: uriorcurie
title:
name: title
from_schema: https://w3id.org/biostride/
rank: 1000
slot_uri: dcterms:title
alias: title
owner: NamedThing
domain_of:
- NamedThing
range: string
description:
name: description
from_schema: https://w3id.org/biostride/
rank: 1000
alias: description
owner: NamedThing
domain_of:
- NamedThing
range: string