Skip to content

Commit

Permalink
test case for #369
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jul 11, 2023
1 parent 8743bcb commit fe6aa61
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/pre-unsatisfiable/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BASE := pre-unsatisfiable
include ../Makefile


1 change: 1 addition & 0 deletions examples/pre-unsatisfiable/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests case where inputs are already unsatisfiable
15 changes: 15 additions & 0 deletions examples/pre-unsatisfiable/pre-unsatisfiable.owl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://example.org/empty.owl#"
xml:base="http://example.org/empty.owl"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://example.org/empty.owl"/>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->

4 changes: 4 additions & 0 deletions examples/pre-unsatisfiable/pre-unsatisfiable.ptable.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
A:1 A:2 0.1 0.0 0.0 0.0
B:2 B:1 0.1 0.0 0.0 0.0
A:1 B:1 0.0 0.0 1.0 0.0
A:2 B:2 0.0 0.0 1.0 0.0
5 changes: 5 additions & 0 deletions examples/pre-unsatisfiable/prefixes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A: http://example.org/A/
B: http://example.org/B/
C: http://example.org/C/
D: http://example.org/D/

0 comments on commit fe6aa61

Please sign in to comment.