Skip to content

Commit

Permalink
Link BFO shapes to review
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Mar 8, 2024
1 parent 6fa2d96 commit 9e966ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ uco_srcdir := $(top_srcdir)/dependencies/CDO-Shapes-BFO/dependencies/UCO

profile_ttls := $(wildcard $(top_srcdir)/ontology/uco-*.ttl)

shape_ttls := $(wildcard $(top_srcdir)/shapes/sh-*.ttl)
shape_ttls := \
$(top_srcdir)/dependencies/CDO-Shapes-BFO/shapes/sh-bfo.ttl \
$(wildcard $(top_srcdir)/shapes/sh-*.ttl)

all: \
monolithic.ttl
Expand Down
2 changes: 1 addition & 1 deletion tests/exemplars.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ kb:Person-aec83773-81b1-4db2-aa8f-59cf745bf558

kb:Quality-4b765c1f-362c-4562-a50f-7bb781fe4737
a drafting:Quality ;
obo:BFO_0000080 kb:ContentData-179c7e84-f72d-47f7-b6f3-3f4a1f0938bd ;
obo:BFO_0000197 kb:ContentData-179c7e84-f72d-47f7-b6f3-3f4a1f0938bd ;
.

0 comments on commit 9e966ce

Please sign in to comment.