From c6ae617490ad7e2429207e1393415ec9bff7a501 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 16 Nov 2020 20:09:22 +0000 Subject: Rework suffixes This is a WIP implementation of a generalized way of handling IRI suffixes. It is not currently used everywhere. --- src/main/scala/rsacomb/RDFoxClassExprConverter.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/scala/rsacomb/RDFoxClassExprConverter.scala') diff --git a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala index 89a1a04..f3a0dfc 100644 --- a/src/main/scala/rsacomb/RDFoxClassExprConverter.scala +++ b/src/main/scala/rsacomb/RDFoxClassExprConverter.scala @@ -31,13 +31,15 @@ import rsacomb.RDFoxRuleShards import org.semanticweb.owlapi.model.OWLObjectPropertyExpression import org.semanticweb.owlapi.model.OWLObjectProperty +import suffix.{RSASuffix, Empty} + object RDFoxClassExprConverter { def apply( term: Term, unsafe: List[OWLObjectPropertyExpression] = List(), skolem: SkolemStrategy = SkolemStrategy.None, - suffix: RSASuffix = RSASuffix.None + suffix: RSASuffix = Empty ): RDFoxClassExprConverter = new RDFoxClassExprConverter(term, unsafe, skolem, suffix) -- cgit v1.2.3