From e237c660994978588dea7c8d26043440986ba6df Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 17 Nov 2020 11:45:55 +0000 Subject: Unify use of RSASuffix This commit comes with minor fixes and code simplifications. --- src/main/scala/rsacomb/RDFoxUtil.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/scala/rsacomb/RDFoxUtil.scala') 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 { RDFox_IRI.create(iri.getIRIString()) } - implicit def owlapi2rdfox(iri: String): RDFox_IRI = { + implicit def stringToRDFoxIRI(iri: String): RDFox_IRI = { RDFox_IRI.create(iri) } -- cgit v1.2.3