Skip to content

Class: AssociationCount

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

 classDiagram
    class AssociationCount
    click AssociationCount href "../AssociationCount"
      FacetValue <|-- AssociationCount
        click FacetValue href "../FacetValue"

      AssociationCount : category

      AssociationCount : count

      AssociationCount : label

Inheritance

Slots

Name Cardinality and Range Description Inheritance
category 0..1
String
direct
label 1
String
FacetValue
count 0..1
Integer
count of documents FacetValue

Usages

used by used in type used
AssociationCountList items range AssociationCount
Node association_counts range AssociationCount

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://w3id.org/monarch/monarch-py/:AssociationCount
native https://w3id.org/monarch/monarch-py/:AssociationCount

LinkML Source

Direct

name: AssociationCount
from_schema: https://w3id.org/monarch/monarch-py
is_a: FacetValue
slots:
- category
slot_usage:
  category:
    name: category
    multivalued: false

Induced

name: AssociationCount
from_schema: https://w3id.org/monarch/monarch-py
is_a: FacetValue
slot_usage:
  category:
    name: category
    multivalued: false
attributes:
  category:
    name: category
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: category
    owner: AssociationCount
    domain_of:
    - Association
    - AssociationCount
    - CompactAssociation
    - AssociationTypeMapping
    - Entity
    range: string
    multivalued: false
  label:
    name: label
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: label
    owner: AssociationCount
    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: AssociationCount
    domain_of:
    - FacetValue
    range: integer