Skip to content

Class: FacetField

URI: https://w3id.org/monarch/monarch-py/:FacetField

 classDiagram
    class FacetField
      FacetField : facet_values

          FacetField --|> FacetValue : facet_values

      FacetField : label

Slots

Name Cardinality and Range Description Inheritance
label 1..1
String
direct
facet_values 0..*
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

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
    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
    multivalued: true
    alias: facet_values
    owner: FacetField
    domain_of:
    - FacetField
    range: FacetValue
    inlined: true
    inlined_as_list: true