Skip to content

Commit

Permalink
fix GCI example
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 17, 2024
1 parent d8c394a commit 5a5ec1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/input/obo-compliance.obo
Original file line number Diff line number Diff line change
Expand Up @@ -710,14 +710,14 @@ disjoint_from: X:2 {source="PMID:123465"}

[Term]
id: X:1
relationship: R:1 X:2 {gci_predicate="R:2", gci_filler="X:3"}
relationship: R:1 X:2 {gci_relation="R:2", gci_filler="X:3"}

!! name: gci-is-a
!! description: General Class Inclusion is_a

[Term]
id: X:1
is_a: X:2 {gci_predicate="R:2", gci_filler="X:3"}
is_a: X:2 {gci_relation="R:2", gci_filler="X:3"}

!! name: created_by-annotated
!! description: Metadata for creator with annotation
Expand Down

0 comments on commit 5a5ec1f

Please sign in to comment.