Skip to content

Class: AssociationHighlighting

Optional highlighting information for search results

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

 classDiagram
    class AssociationHighlighting
    click AssociationHighlighting href "../AssociationHighlighting"
      AssociationHighlighting : object_closure_label

      AssociationHighlighting : object_label

      AssociationHighlighting : predicate

      AssociationHighlighting : subject_closure_label

      AssociationHighlighting : subject_label

Slots

Name Cardinality and Range Description Inheritance
object_label *
String
The name of the object entity direct
object_closure_label *
String
Field containing object name and the names of all of it's ancestors direct
subject_label *
String
The name of the subject entity direct
subject_closure_label *
String
Field containing subject name and the names of all of it's ancestors direct
predicate *
String
direct

Usages

used by used in type used
DirectionalAssociation highlighting range AssociationHighlighting

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: AssociationHighlighting
description: Optional highlighting information for search results
from_schema: https://w3id.org/monarch/monarch-py
slots:
- object_label
- object_closure_label
- subject_label
- subject_closure_label
- predicate
slot_usage:
  object_label:
    name: object_label
    required: false
    multivalued: true
  subject_label:
    name: subject_label
    required: false
    multivalued: true
  predicate:
    name: predicate
    required: false
    multivalued: true

Induced

name: AssociationHighlighting
description: Optional highlighting information for search results
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
  object_label:
    name: object_label
    required: false
    multivalued: true
  subject_label:
    name: subject_label
    required: false
    multivalued: true
  predicate:
    name: predicate
    required: false
    multivalued: true
attributes:
  object_label:
    name: object_label
    description: The name of the object entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    is_a: name
    alias: object_label
    owner: AssociationHighlighting
    domain_of:
    - Association
    - CompactAssociation
    - AssociationTypeMapping
    - Mapping
    - AssociationHighlighting
    - TermPairwiseSimilarity
    range: string
    required: false
    multivalued: true
  object_closure_label:
    name: object_closure_label
    description: Field containing object name and the names of all of it's ancestors
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: object_closure_label
    owner: AssociationHighlighting
    domain_of:
    - Association
    - AssociationHighlighting
    range: string
    multivalued: true
  subject_label:
    name: subject_label
    description: The name of the subject entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    is_a: name
    alias: subject_label
    owner: AssociationHighlighting
    domain_of:
    - Association
    - CompactAssociation
    - AssociationTypeMapping
    - Mapping
    - AssociationHighlighting
    - TermPairwiseSimilarity
    range: string
    required: false
    multivalued: true
  subject_closure_label:
    name: subject_closure_label
    description: Field containing subject name and the names of all of it's ancestors
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: subject_closure_label
    owner: AssociationHighlighting
    domain_of:
    - Association
    - AssociationHighlighting
    range: string
    multivalued: true
  predicate:
    name: predicate
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: predicate
    owner: AssociationHighlighting
    domain_of:
    - Association
    - CompactAssociation
    - AssociationHighlighting
    range: string
    required: false
    multivalued: true