Skip to content

Slot: object_closure (multivalued)

Description: Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX.

Domain: Association
Range: String

Inheritance

Applicable Classes

Name Description Modifies Slot
Association A typed association between two entities, supported by evidence no

Annotations

property value
denormalized True

Example values

Slot Name Value
object_closure ['MONDO:0000167', 'MONDO:0005395']

LinkML Source

name: object closure
annotations:
  denormalized:
    tag: denormalized
    value: true
description: Used to hold the object closure of an association. This is a denormalized
  field used primarily in the SQL serialization of a knowledge graph via KGX.
examples:
- value: '[''MONDO:0000167'', ''MONDO:0005395'']'
  description: 'The object closure of the association between the gene ''BRCA1'' and
    the disease ''breast cancer'' is the set of all diseases that are ancestors of
    ''breast cancer'' in the MONDO ontology.  Note: typically the "subclass of" and
    "part of" relations are used to construct the closure, but other relations may
    be used as well.'
from_schema: https://w3id.org/biolink/biolink-model
is_a: association slot
domain: association
multivalued: true
alias: object_closure
domain_of:
- association
range: string