Class OwlApiOntologyValidationService

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_validation.OntologyValidationService<org.semanticweb.owlapi.model.OWLOntology>
de.uni_mannheim.informatik.dws.melt.matching_validation.OwlApiOntologyValidationService

public class OwlApiOntologyValidationService extends OntologyValidationService<org.semanticweb.owlapi.model.OWLOntology>
OWL API implementation of OntologyValidationService.
  • Field Details

    • man

      private static org.semanticweb.owlapi.model.OWLOntologyManager man
  • Constructor Details

    • OwlApiOntologyValidationService

      public OwlApiOntologyValidationService(File ontologyFile)
      Constructor
      Parameters:
      ontologyFile - File reference to the ontology to be validated.
    • OwlApiOntologyValidationService

      public OwlApiOntologyValidationService(String fileContent)
      Constructor
      Parameters:
      fileContent - file content of ontology file.
    • OwlApiOntologyValidationService

      public OwlApiOntologyValidationService(URI ontologyUri)
      Constructor
      Parameters:
      ontologyUri - URI reference to the ontology to be validated.
  • Method Details