Class: FacetField
URI: https://w3id.org/monarch/monarch-py/:FacetField
classDiagram
class FacetField
click FacetField href "../FacetField"
FacetField : facet_values
FacetField --> "*" FacetValue : facet_values
click FacetValue href "../FacetValue"
FacetField : label
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
label | 1 String |
direct | |
facet_values | * FacetValue |
Collection of FacetValue label/value instances belonging to a FacetField | direct |
Usages
used by | used in | type | used |
---|---|---|---|
SearchResults | facet_fields | range | FacetField |
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/:FacetField |
native | https://w3id.org/monarch/monarch-py/:FacetField |
LinkML Source
Direct
name: FacetField
from_schema: https://w3id.org/monarch/monarch-py
slots:
- label
- facet_values
Induced
name: FacetField
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: FacetField
domain_of:
- FacetValue
- FacetField
- TermInfo
range: string
required: true
facet_values:
name: facet_values
description: Collection of FacetValue label/value instances belonging to a FacetField
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: facet_values
owner: FacetField
domain_of:
- FacetField
range: FacetValue
multivalued: true
inlined: true
inlined_as_list: true