diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-17 11:45:55 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-11-17 11:45:55 +0000 |
commit | e237c660994978588dea7c8d26043440986ba6df (patch) | |
tree | 5e3dea7dce3020c289024e7cf19e0de6cfea3842 /src/main/scala/rsacomb/RDFoxUtil.scala | |
parent | c6ae617490ad7e2429207e1393415ec9bff7a501 (diff) | |
download | RSAComb-e237c660994978588dea7c8d26043440986ba6df.tar.gz RSAComb-e237c660994978588dea7c8d26043440986ba6df.zip |
Unify use of RSASuffix
This commit comes with minor fixes and code simplifications.
Diffstat (limited to 'src/main/scala/rsacomb/RDFoxUtil.scala')
-rw-r--r-- | src/main/scala/rsacomb/RDFoxUtil.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/rsacomb/RDFoxUtil.scala b/src/main/scala/rsacomb/RDFoxUtil.scala index 45d97de..d391d41 100644 --- a/src/main/scala/rsacomb/RDFoxUtil.scala +++ b/src/main/scala/rsacomb/RDFoxUtil.scala | |||
@@ -25,7 +25,7 @@ object RDFoxUtil { | |||
25 | RDFox_IRI.create(iri.getIRIString()) | 25 | RDFox_IRI.create(iri.getIRIString()) |
26 | } | 26 | } |
27 | 27 | ||
28 | implicit def owlapi2rdfox(iri: String): RDFox_IRI = { | 28 | implicit def stringToRDFoxIRI(iri: String): RDFox_IRI = { |
29 | RDFox_IRI.create(iri) | 29 | RDFox_IRI.create(iri) |
30 | } | 30 | } |
31 | 31 | ||