Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/