Hi
I experimented with Jena provider in Virtuoso mainly by following the
examples from the documentation. These examples deals with SPARQL execution
through Jena on Virtuoso. Are there any way where I can use the Jena Java
API (http://jena.sourceforge.net/javadoc/index.html)and can do inferencing
Hi
We are evaluating virtuoso and would like to see if the owl:inverseOf is
supported in the open source edition.
I tried the following ontology and data:
Person isa Class
A isa Person
B isa Person
hasFather is a property
fatherOf is a property
hasFather and fatherOf are inverse
A hasFather B
and