Skip to content

Commit

Permalink
Adjust pattern expectation for enumerant lists
Browse files Browse the repository at this point in the history
References:
* #435

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 8, 2022
1 parent 548f1ab commit aa19eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_uco_monolithic.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ def test_semi_open_vocabulary_owl_shacl_alignment(graph: Graph) -> None:
.
?nDatatype
a rdfs:Datatype ;
owl:equivalentClass ?nLexicalSpace ;
.
?nLexicalSpace
owl:oneOf ?nRdfsList ;
.
}
Expand Down

0 comments on commit aa19eaa

Please sign in to comment.