Class: HistoBin
URI: https://w3id.org/monarch/monarch-py/:HistoBin
classDiagram
class HistoBin
FacetValue <|-- HistoBin
HistoBin : count
HistoBin : id
HistoBin : label
Inheritance
- FacetValue
- HistoBin
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 String |
direct | |
label | 1..1 String |
FacetValue | |
count | 0..1 Integer |
count of documents | FacetValue |
Usages
used by | used in | type | used |
---|---|---|---|
HistoPheno | items | range | HistoBin |
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/:HistoBin |
native | https://w3id.org/monarch/monarch-py/:HistoBin |
LinkML Source
Direct
name: HistoBin
from_schema: https://w3id.org/monarch/monarch-py
is_a: FacetValue
slots:
- id
Induced
name: HistoBin
from_schema: https://w3id.org/monarch/monarch-py
is_a: FacetValue
attributes:
id:
name: id
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
identifier: true
alias: id
owner: HistoBin
domain_of:
- Association
- Entity
- HistoPheno
- HistoBin
range: string
required: true
label:
name: label
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: label
owner: HistoBin
domain_of:
- FacetValue
- FacetField
range: string
required: true
count:
name: count
description: count of documents
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: count
owner: HistoBin
domain_of:
- FacetValue
range: integer