Examples of OWLDataPropertyExpressionGenerator


Examples of org.herakles.ml.selection.trainingData.queryGenerate.OWLDataPropertyExpressionGenerator

        IRI.create(new File("external" + File.separator + "ontology"
            + File.separator + "wine.owl")));
    OWLOntoElementExtractor ontoExtractor = new OWLOntoElementExtractor(ontology);
    OWLObjectPropertyExpressionGenerator owlObjectPropertyExpressionGenerator =
      new OWLObjectPropertyExpressionGenerator(ontoExtractor);
    OWLDataPropertyExpressionGenerator owlDataPropertyExpressionGenerator =
      new OWLDataPropertyExpressionGenerator(ontoExtractor);
    OWLClassExpressionGenerator generator =
        new OWLClassExpressionGenerator(ontoExtractor,
            owlObjectPropertyExpressionGenerator, owlDataPropertyExpressionGenerator);
    ClassExpressionAnalyser analyser = new ClassExpressionAnalyser();
   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.