Class: FacetValue
URI: https://w3id.org/monarch/monarch-py/:FacetValue
classDiagram
class FacetValue
FacetValue <|-- AssociationCount
FacetValue <|-- HistoBin
FacetValue : count
FacetValue : label
Inheritance
- FacetValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
label | 1..1 String |
direct | |
count | 0..1 Integer |
count of documents | direct |
Usages
used by | used in | type | used |
---|---|---|---|
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
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