diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-16 20:09:22 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-16 20:09:22 +0000 |
commit | c6ae617490ad7e2429207e1393415ec9bff7a501 (patch) | |
tree | 43ebdced920b5088cac7de1d16f5b4adebe03ee3 /src/main/scala/rsacomb/RSA.scala | |
parent | 2d8afc3a50384d2aea6c97958a814fedc7b9bd40 (diff) | |
download | RSAComb-c6ae617490ad7e2429207e1393415ec9bff7a501.tar.gz RSAComb-c6ae617490ad7e2429207e1393415ec9bff7a501.zip |
Rework suffixes
This is a WIP implementation of a generalized way of handling IRI
suffixes. It is not currently used everywhere.
Diffstat (limited to 'src/main/scala/rsacomb/RSA.scala')
-rw-r--r-- | src/main/scala/rsacomb/RSA.scala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/rsacomb/RSA.scala b/src/main/scala/rsacomb/RSA.scala index 98c7a4d..dd09899 100644 --- a/src/main/scala/rsacomb/RSA.scala +++ b/src/main/scala/rsacomb/RSA.scala | |||
@@ -14,7 +14,6 @@ import org.semanticweb.owlapi.model.{ | |||
14 | OWLClass, | 14 | OWLClass, |
15 | OWLObjectPropertyExpression | 15 | OWLObjectPropertyExpression |
16 | } | 16 | } |
17 | import rsacomb.RSAOntology | ||
18 | 17 | ||
19 | // Debug only | 18 | // Debug only |
20 | import scala.collection.JavaConverters._ | 19 | import scala.collection.JavaConverters._ |