Member Avatar for vijiraghs

The following is my RDF file structure.

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > 
  <rdf:Description rdf:about="http://www.wordpress.com/blogs/ckj">
    <rdf:subject>Data structures</rdf:subject>
    <rdf:object>vijayalakshmi</rdf:object>
    <rdf:value>kjhjk</rdf:value>
  </rdf:Description>
</rdf:RDF>

I want to write a piece of java code that can
* read the value of <rdf:subject> <rdf:object> into a model inside a java program.

How should I do this??

I am a newbie. So, please help!!

Are there any third party packages that parse RDF files?
It looks like XML. Does it have the same syntax rules?
If so there are packages for parsing XML files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.