Skip to content

Commit

Permalink
Merge pull request #1021 from biolink/1020
Browse files Browse the repository at this point in the history
fixes #1020 - make attribute a child of NamedThing
  • Loading branch information
sierra-moxon authored May 23, 2022
2 parents d2d0d36 + 0a2b6b8 commit aa61618
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 133 deletions.
21 changes: 7 additions & 14 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ prefixes:
ExO: 'http://purl.obolibrary.org/obo/ExO_'
fabio: 'http://purl.org/spar/fabio/'
foaf: 'http://xmlns.com/foaf/0.1/'
foodb.compound: 'http://foodb.ca/compounds/'
foodb.food: 'http://foodb.ca/compounds/'
foodb.compound: 'http://foodb.ca/foods/'
FYECO: 'https://www.pombase.org/term/'
FYPO: 'http://purl.obolibrary.org/obo/FYPO_' # Fission Yeast Phenotype Ontology
GAMMA: 'http://translator.renci.org/GAMMA_'
Expand Down Expand Up @@ -7005,6 +7006,8 @@ classes:

ontology class:
mixin: true
slots:
- id
description: >-
a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in
a biolink compatible KG can be considered both instances of biolink classes, and
Expand Down Expand Up @@ -7061,7 +7064,7 @@ classes:
# source: ORCID

attribute:
is_a: annotation
is_a: named thing
mixins:
- ontology class
description: >-
Expand Down Expand Up @@ -7196,20 +7199,10 @@ classes:
An OWL property used as an edge label
gene ontology class:
mixin: true
description: >-
an ontology class that describes a functional aspect of a gene, gene prodoct or complex
is_a: ontology class
in_subset:
- testing
deprecated: true

unclassified ontology class:
mixin: true
description: >-
this is used for nodes that are taken from an ontology but are not typed using an existing biolink class
is_a: ontology class
in_subset:
- testing
deprecated: true

taxonomic rank:
description: >-
Expand Down
Loading

0 comments on commit aa61618

Please sign in to comment.