Class: Term
A term is a concept or entity that can be defined and used in a specific context, often within a controlled vocabulary or ontology.
URI: namo:Term
classDiagram
class Term
click Term href "../Term/"
NamedThing <|-- Term
click NamedThing href "../NamedThing/"
Term : description
Term : id
Term : name
Term : type
Inheritance
- NamedThing
- Term
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| 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 |
| type | 0..1 String |
NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AnimalModel | species | range | Term |
| AnimalModel | strain | range | Term |
| AnimalModel | age | range | Term |
| AnimalModel | environment | range | Term |
| CellularSystem | cell_types | range | Term |
| TwoDCellCulture | cell_types | range | Term |
| ThreeDCellCulture | cell_types | range | Term |
| CoCulture | cell_types | range | Term |
| Organoid | organ_modeled | range | Term |
| Organoid | cell_types | range | Term |
| CellLineModel | cell_types | range | Term |
| OrganOnChip | organ_modeled | range | Term |
| OrganOnChip | cell_types | range | Term |
| TissueOnChip | tissue_modeled | range | Term |
| PBPKModel | species_modeled | range | Term |
| CellRatio | cell_type | range | Term |
| PhenotypeOverlap | shared_phenotypes | range | Term |
| PhenotypeOverlap | model_specific_phenotypes | range | Term |
| PhenotypeOverlap | biological_specific_phenotypes | range | Term |
| CellTypeCoverage | represented_cell_types | range | Term |
| CellTypeCoverage | missing_cell_types | range | Term |
| CellTypeProportion | cell_type | range | Term |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch-initiative/namo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | namo:Term |
| native | namo:Term |
LinkML Source
Direct
name: Term
description: A term is a concept or entity that can be defined and used in a specific
context, often within a controlled vocabulary or ontology.
from_schema: https://w3id.org/monarch-initiative/namo
is_a: NamedThing
Induced
name: Term
description: A term is a concept or entity that can be defined and used in a specific
context, often within a controlled vocabulary or ontology.
from_schema: https://w3id.org/monarch-initiative/namo
is_a: NamedThing
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Term
domain_of:
- NamedThing
- Reference
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
slot_uri: schema:name
alias: name
owner: Term
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
slot_uri: schema:description
alias: description
owner: Term
domain_of:
- NamedThing
range: string
type:
name: type
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
designates_type: true
alias: type
owner: Term
domain_of:
- NamedThing
range: string