Skip to content

Class: TermInfo

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

 classDiagram
    class TermInfo
    click TermInfo href "../TermInfo"
      TermInfo : id

      TermInfo : label

Slots

Name Cardinality and Range Description Inheritance
id 1
String
direct
label 0..1
String
direct

Usages

used by used in type used
TermSetPairwiseSimilarity subject_termset range TermInfo
TermSetPairwiseSimilarity object_termset range TermInfo

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: TermInfo
from_schema: https://w3id.org/monarch/monarch-py
attributes:
  id:
    name: id
    from_schema: https://w3id.org/monarch/monarch-py-similarity
    identifier: true
    domain_of:
    - Association
    - ExpandedCurie
    - Entity
    - HistoPheno
    - HistoBin
    - Mapping
    - MultiEntityAssociationResults
    - TermInfo
    required: true
  label:
    name: label
    from_schema: https://w3id.org/monarch/monarch-py-similarity
    slot_uri: rdfs:label
    domain_of:
    - FacetValue
    - FacetField
    - TermInfo

Induced

name: TermInfo
from_schema: https://w3id.org/monarch/monarch-py
attributes:
  id:
    name: id
    from_schema: https://w3id.org/monarch/monarch-py-similarity
    identifier: true
    alias: id
    owner: TermInfo
    domain_of:
    - Association
    - ExpandedCurie
    - Entity
    - HistoPheno
    - HistoBin
    - Mapping
    - MultiEntityAssociationResults
    - TermInfo
    range: string
    required: true
  label:
    name: label
    from_schema: https://w3id.org/monarch/monarch-py-similarity
    slot_uri: rdfs:label
    alias: label
    owner: TermInfo
    domain_of:
    - FacetValue
    - FacetField
    - TermInfo
    range: string