Class: FacetValue
URI: https://w3id.org/monarch/monarch-py/FacetValue
classDiagram
class FacetValue
click FacetValue href "../FacetValue/"
FacetValue <|-- AssociationCount
click AssociationCount href "../AssociationCount/"
FacetValue <|-- HistoBin
click HistoBin href "../HistoBin/"
FacetValue : count
FacetValue : label
Inheritance
- FacetValue
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| label | 1 String |
direct | |
| count | 0..1 Integer |
count of documents | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AssociationResults | facet_queries | range | FacetValue |
| CompactAssociationResults | facet_queries | range | FacetValue |
| AssociationTableResults | facet_queries | range | FacetValue |
| FacetField | facet_values | range | FacetValue |
| SearchResults | facet_queries | range | FacetValue |
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/FacetValue |
| native | https://w3id.org/monarch/monarch-py/FacetValue |
LinkML Source
Direct
name: FacetValue
from_schema: https://w3id.org/monarch/monarch-py
slots:
- label
- count
Induced
name: FacetValue
from_schema: https://w3id.org/monarch/monarch-py
attributes:
label:
name: label
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: label
owner: FacetValue
domain_of:
- FacetValue
- FacetField
- 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: FacetValue
domain_of:
- FacetValue
range: integer