diff options
Diffstat (limited to 'src/main/scala/uk/ac/ox/cs/rsacomb/converter')
-rw-r--r-- | src/main/scala/uk/ac/ox/cs/rsacomb/converter/RDFoxConverter.scala | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/scala/uk/ac/ox/cs/rsacomb/converter/RDFoxConverter.scala b/src/main/scala/uk/ac/ox/cs/rsacomb/converter/RDFoxConverter.scala index c9bed35..3fac46f 100644 --- a/src/main/scala/uk/ac/ox/cs/rsacomb/converter/RDFoxConverter.scala +++ b/src/main/scala/uk/ac/ox/cs/rsacomb/converter/RDFoxConverter.scala | |||
@@ -23,13 +23,6 @@ import uk.ac.ox.cs.rsacomb.util.{RSA, RDFoxUtil} | |||
23 | * @note the input axioms are assumed to be normalized. Trying to | 23 | * @note the input axioms are assumed to be normalized. Trying to |
24 | * convert non normalized axioms might result in undefined behavious. | 24 | * convert non normalized axioms might result in undefined behavious. |
25 | * We use the normalization defined in the main paper. | 25 | * We use the normalization defined in the main paper. |
26 | * | ||
27 | * @see [[https://github.com/KRR-Oxford/RSA-combined-approach GitHub repository]] | ||
28 | * for more information on the theoretical aspects of the system. | ||
29 | * | ||
30 | * @todo this is not ideal and it would be more sensible to prepend a | ||
31 | * normalization procedure that will prevent errors or unexpected | ||
32 | * results. | ||
33 | */ | 26 | */ |
34 | trait RDFoxConverter { | 27 | trait RDFoxConverter { |
35 | 28 | ||
@@ -358,7 +351,6 @@ trait RDFoxConverter { | |||
358 | */ | 351 | */ |
359 | case e: OWLDataSomeValuesFrom => { | 352 | case e: OWLDataSomeValuesFrom => { |
360 | val role = e.getProperty() | 353 | val role = e.getProperty() |
361 | // TODO: simplify this: | ||
362 | // Computes the result of rule skolemization. Depending on the used | 354 | // Computes the result of rule skolemization. Depending on the used |
363 | // technique it might involve the introduction of additional atoms, | 355 | // technique it might involve the introduction of additional atoms, |
364 | // and/or fresh constants and variables. | 356 | // and/or fresh constants and variables. |