Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Pending Closed
-
None
-
None
-
None
Description
The ReengineerManager has the method performDataReengineering(String graphNS, IRI outputIRI, DataSource dataSource, IRI schemaOntologyIRI) which fetch the ontology of the schema from the storage. This maight introduce a strong dependency with persistence store module that is not required.
In case only performDataReengineering(String graphNS, IRI outputIRI, DataSource dataSource, OWLOntology schemaOntology), which has a concrete reference to a schema ontology should exists.