Skip to content

Commit

Permalink
fix: invalid curie being used in example
Browse files Browse the repository at this point in the history
'source_nodes' is declared to be Uriorcurie according [1], but at least one
example being used for testing wasn't compliant (' ! unit' is not
allowed in the reference part of a curie) and therefore the introduced
stricter URI and CURIE validation was failing.
This patch fixes the issue.

[1]: https://linkml.io/linkml-model/latest/docs/source_nodes/

Signed-off-by: Silvano Cirujano Cuesta <[email protected]>
  • Loading branch information
Silvanoc committed Oct 11, 2023
1 parent 1239800 commit 7d949cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ enums:
reachable_from:
source_ontology: bioregistry:uo
source_nodes:
- UO:0000000 ! unit
- UO:0000000
is_direct: false
include_self: false
relationship_types:
Expand Down

0 comments on commit 7d949cf

Please sign in to comment.