Class: GridBin
A grouping bin for row entities
URI: https://w3id.org/monarch/monarch-py/GridBin
classDiagram
class GridBin
click GridBin href "../GridBin/"
GridBin : count
GridBin : id
GridBin : label
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| id | 1 String |
direct | |
| label | 1 String |
direct | |
| count | 1 Integer |
count of documents | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| EntityGridResponse | bins | range | GridBin |
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/GridBin |
| native | https://w3id.org/monarch/monarch-py/GridBin |
LinkML Source
Direct
name: GridBin
description: A grouping bin for row entities
from_schema: https://w3id.org/monarch/monarch-py
slots:
- id
- label
- count
slot_usage:
id:
name: id
identifier: true
required: true
label:
name: label
required: true
count:
name: count
required: true
Induced
name: GridBin
description: A grouping bin for row entities
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
id:
name: id
identifier: true
required: true
label:
name: label
required: true
count:
name: count
required: true
attributes:
id:
name: id
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
identifier: true
alias: id
owner: GridBin
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: GridBin
domain_of:
- FacetValue
- FacetField
- CaseEntity
- CasePhenotype
- HistoPhenoBin
- GridColumnEntity
- GridRowEntity
- GridBin
- Qualifier
- TermInfo
range: string
required: true
count:
name: count
description: count of documents
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: count
owner: GridBin
domain_of:
- FacetValue
- GridBin
range: integer
required: true