owltools.graph.test
Class SparqlDLQueryTest

java.lang.Object
  extended by owltools.graph.test.SparqlDLQueryTest

public class SparqlDLQueryTest
extends Object

This basic examples show how to load an ontology, to initialize the SPARQL-DL query engine as well as to execute some simple queries. We use the OWL wine ontology for demonstration and the built-in StructuralReasoner as sample reasoning system. In case you use any other reasoning engine make sure you have the respective jars within your classpath (note that you have to provide the resp. ReasonerFactory in this case).

Author:
Mario Volke, Thorsten Liebig

Constructor Summary
SparqlDLQueryTest()
           
 
Method Summary
 void testQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SparqlDLQueryTest

public SparqlDLQueryTest()
Method Detail

testQuery

public void testQuery()
Parameters:
args -


Copyright © 2010-2011. All Rights Reserved.