Slot: subject_namespace
Description: Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX.
Aliases: subject prefix
Aliases: subject prefix
Domain: Association
Range: String
Inheritance
- association_slot
- subject_namespace
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 |
---|---|
subject_namespace | NCBIGene |
LinkML Source
name: subject namespace
annotations:
denormalized:
tag: denormalized
value: true
description: Used to hold the subject namespace of an association. This is a denormalized
field used primarily in the SQL serialization of a knowledge graph via KGX.
examples:
- value: NCBIGene
description: The subject namespace of the association between the gene 'BRCA1' and
the disease 'breast cancer' is 'NCBIGene'.
from_schema: https://w3id.org/biolink/biolink-model
aliases:
- subject prefix
is_a: association slot
domain: association
alias: subject_namespace
domain_of:
- association
range: string
multivalued: false