From c4bef39700410c6a86b8d8cb225a0ac9d3692bc1 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Wed, 21 Oct 2020 12:25:24 +0200 Subject: Temporary remove `roles` from RSAOntology This is not needed at the time of writing. Also it is not clear why I decided to instantiate it with the RBox roles only. --- src/main/scala/rsacomb/RSAOntology.scala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/main/scala/rsacomb/RSAOntology.scala b/src/main/scala/rsacomb/RSAOntology.scala index c1d3ba9..2941440 100644 --- a/src/main/scala/rsacomb/RSAOntology.scala +++ b/src/main/scala/rsacomb/RSAOntology.scala @@ -48,13 +48,13 @@ trait RSAOntology { .toList } - private val roles: Set[OWLObjectPropertyExpression] = { - ontology - .rboxAxioms(Imports.INCLUDED) - .collect(Collectors.toSet()) - .asScala - .flatMap(_.objectPropertyExpressionsInSignature) - } + // private val roles: Set[OWLObjectPropertyExpression] = { + // ontology + // .rboxAxioms(Imports.INCLUDED) + // .collect(Collectors.toSet()) + // .asScala + // .flatMap(_.objectPropertyExpressionsInSignature) + // } // OWLAPI reasoner for same easier tasks private val reasoner = -- cgit v1.2.3