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 and Semantic Web Programming I am just missing it.
I have an XSD file as well as an OWL (containing RDFS) file. I have played with Jena, Jastor, and RDFReactor to no positive effect. Perhaps I am just not doing it right.
Any help would be greatly appreciated to find the best approach to do this.
note I can post snippets of whatever you may think you need to see to help me solve this problem.