-3
votes
1answer
39 views
Java web service error
I got this error 'java.lang.ClassNotFoundException: com.hp.hpl.jena.rdf.model.Model' when I run my java web service which implement a jena framework function such as OWL reading fu …
1
vote
2answers
166 views
How to use Jena to decide whether you have an owl file or rdf file
I am using Jena. Assuming I am given a URI which may or may not have a file extension (.rdf, .owl etc.) what do I do to determine whether I have an rdf file or owl file and hence w …
2
votes
3answers
296 views
Best way to convert RDF/XML file to POJOs?
I am trying to find out the best way of converting an RDF/XML file into Java Objects. So far I have been struggling to find an easy solution...perhaps because I am new to RDF/XML …