diff options
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 | ||