Class: GridRowEntity
A row entity in the grid (phenotype, GO term, anatomy, etc.)
URI: https://w3id.org/monarch/monarch-py/GridRowEntity
classDiagram
class GridRowEntity
click GridRowEntity href "../GridRowEntity/"
GridRowEntity : bin_id
GridRowEntity : category
GridRowEntity : id
GridRowEntity : label
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 String |
direct | |
| label | 0..1 String |
direct | |
| category | 1 String |
direct | |
| bin_id | 1 String |
The identifier for the histopheno bin a phenotype belongs to | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| EntityGridResponse | rows | range | GridRowEntity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://w3id.org/monarch/monarch-py/GridRowEntity |
| native | https://w3id.org/monarch/monarch-py/GridRowEntity |
LinkML Source
Direct
name: GridRowEntity
description: A row entity in the grid (phenotype, GO term, anatomy, etc.)
from_schema: https://w3id.org/monarch/monarch-py
slots:
- id
- label
- category
- bin_id
slot_usage:
id:
name: id
identifier: true
required: true
category:
name: category
required: true
label:
name: label
required: false
bin_id:
name: bin_id
required: true
Induced
name: GridRowEntity
description: A row entity in the grid (phenotype, GO term, anatomy, etc.)
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
id:
name: id
identifier: true
required: true
category:
name: category
required: true
label:
name: label
required: false
bin_id:
name: bin_id
required: true
attributes:
id:
name: id
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
identifier: true
alias: id
owner: GridRowEntity
domain_of:
- Association
- ExpandedCurie
- Entity
- HistoPheno
- HistoBin
- Mapping
- MultiEntityAssociationResults
- CaseEntity
- CasePhenotype
- HistoPhenoBin
- CasePhenotypeCellData
- GridColumnEntity
- GridRowEntity
- GridBin
- Qualifier
- GridCellData
- TermInfo
range: string
required: true
label:
name: label
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: label
owner: GridRowEntity
domain_of:
- FacetValue
- FacetField
- CaseEntity
- CasePhenotype
- HistoPhenoBin
- GridColumnEntity
- GridRowEntity
- GridBin
- Qualifier
- TermInfo
range: string
required: false
category:
name: category
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: category
owner: GridRowEntity
domain_of:
- Association
- AssociationCount
- CompactAssociation
- AssociationTypeMapping
- Entity
- GridColumnEntity
- GridRowEntity
range: string
required: true
multivalued: false
bin_id:
name: bin_id
description: The identifier for the histopheno bin a phenotype belongs to
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: bin_id
owner: GridRowEntity
domain_of:
- CasePhenotype
- GridRowEntity
range: string
required: true