Skip to content

Commit

Permalink
Add comment on the origin of the test ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
ckindermann committed Jun 3, 2024
1 parent ba00eed commit 15bec6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ clobber:
bin/ build/:
mkdir -p $@


### Install Dependencies

# Require SQLite
Expand Down Expand Up @@ -84,7 +83,8 @@ bin/ldtab: bin/ldtab.jar
echo 'java -jar "$$(dirname $$0)/ldtab.jar" "$$@"' >> $@
chmod +x $@

### Test
### Round-trip Test
# The test ontology was taken from here: https://raw.githubusercontent.com/ontodev/robot/master/robot-core/src/test/resources/axioms.owl

.PHONY: test
test: tests/prefix/prefix.tsv | bin/ldtab bin/robot build/ $(ontology)
Expand All @@ -98,5 +98,3 @@ test: tests/prefix/prefix.tsv | bin/ldtab bin/robot build/ $(ontology)
ldtab export $(DB) build/ontology.ttl --format ttl
robot convert --input build/ontology.ttl --output build/ontology.owl
robot diff --left $(ontology) --right build/ontology.owl


0 comments on commit 15bec6d

Please sign in to comment.