Skip to content

Commit

Permalink
Merge pull request #1260 from biolink/denormalized_edge_properties_kgx
Browse files Browse the repository at this point in the history
add denormalized annotations for use in KGX
  • Loading branch information
sierra-moxon authored Apr 3, 2023
2 parents 0d11e67 + ca00f1e commit 0ad928c
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4986,7 +4986,9 @@ slots:
field used primarily in the SQL serialization of a knowledge graph via KGX.
multivalued: true
domain: association

annotations:
denormalized: true

object closure:
is_a: association slot
description: >-
Expand All @@ -5003,6 +5005,8 @@ slots:
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.
annotations:
denormalized: true

subject category:
is_a: association slot
Expand All @@ -5017,6 +5021,8 @@ slots:
description: >-
The subject category of the association between the gene
'BRCA1' and the disease 'breast cancer' is 'biolink:Gene'.
annotations:
denormalized: true

object category:
is_a: association slot
Expand All @@ -5031,6 +5037,8 @@ slots:
description: >-
The object category of the association between the gene
'BRCA1' and the disease 'breast cancer' is 'biolink:Disease'.
annotations:
denormalized: true

subject category closure:
is_a: association slot
Expand All @@ -5049,6 +5057,8 @@ slots:
biolink model. Note: typically the "subclass of" and "part of"
relations are used to construct the closure, but other relations
may be used as well.
annotations:
denormalized: true

object category closure:
is_a: association slot
Expand All @@ -5067,6 +5077,8 @@ slots:
biolink model. Note: typically the "subclass of" and "part of"
relations are used to construct the closure, but other relations
may be used as well.
annotations:
denormalized: true

subject label closure:
is_a: association slot
Expand All @@ -5082,7 +5094,9 @@ slots:
The subject label closure of the association between the gene
'BRCA1' and the disease 'breast cancer' is the set of all
labels that are ancestors of 'BRCA1' in the
biolink model.
biolink model.
annotations:
denormalized: true

object label closure:
is_a: association slot
Expand All @@ -5099,6 +5113,8 @@ slots:
'BRCA1' and the disease 'breast cancer' is the set of all
labels that are ancestors of 'breast cancer' in the
biolink model.
annotations:
denormalized: true

subject namespace:
aliases: ["subject prefix"]
Expand All @@ -5114,6 +5130,8 @@ slots:
description: >-
The subject namespace of the association between the gene
'BRCA1' and the disease 'breast cancer' is 'NCBIGene'.
annotations:
denormalized: true

object namespace:
aliases: ["object prefix"]
Expand All @@ -5129,6 +5147,8 @@ slots:
description: >-
The object namespace of the association between the gene
'BRCA1' and the disease 'breast cancer' is 'MONDO'.
annotations:
denormalized: true

subject:
is_a: association slot
Expand Down

0 comments on commit 0ad928c

Please sign in to comment.