Skip to content

Commit

Permalink
added ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Oct 1, 2024
1 parent 70106d5 commit 6fdda73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/oaklib/datamodels/association.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ prefixes:
imports:
- linkml:types
default_prefix: ontoassoc
default_range: string

classes:

Expand Down
4 changes: 4 additions & 0 deletions src/oaklib/datamodels/obograph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,10 @@ classes:
definedClassId:
description: The class that is defined by this axiom
required: true
range: OboIdentifierString
genusIds:
description: The set of classes that are the genus of the defined class
range: OboIdentifierString
comments:
- typically, this will be a single class
multivalued: true
Expand Down Expand Up @@ -603,6 +605,7 @@ classes:
description: >-
The set of named classes that are mutually disjoint.
multivalued: true
range: OboIdentifierString
classExpressions:
description: >-
The set of class expressions that are mutually disjoint.
Expand All @@ -613,6 +616,7 @@ classes:
unionEquivalentTo:
description: >-
If present, this equates to an OWL DisjointUnion expression.
range: OboIdentifierString
unionEquivalentToExpression:
range: ExistentialRestrictionExpression
description: >-
Expand Down

0 comments on commit 6fdda73

Please sign in to comment.