2
votes
1answer
72 views
What Jena/ARQ/Pellet API methods to call for OWL validation?
Sort of in reply to the questions Simple CLI useable OWL Reasoner and Validate against rdf vocabulary?, I have the following question about what Java methods to call to validate:
…
3
votes
2answers
128 views
Pros and cons for different Jena backends - SDB vs. TDB
I'm still using the old RDB backend in a project and want to upgrade now to either SDB or TDB.
Which one is better when the application is expecting to be mostly writing/reading/ …
0
votes
1answer
110 views
How do I use Jena in a Google App?
Is there a tutorial explaining in detail how Jena can be installed and used as part of a Google App using the Google Plugin for Eclipse, and in particular what Jena jars need to be …
1
vote
1answer
37 views
How can I transfrom an ontology to an ArrayList in java
Question is like this:
The ontology is described in the following lines.
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rdf:RDF [
<!ENTITY xsd "http://www.w3 …