RDF Tutorials

- Generate RDF file in Java
In this example we are going to generate our first RDF(
Resource Description File). This example generates a RDF
file with the use of "Jena". Jena is a java API to create and
manipulate RDF graphs.
- Reading RDF file in Java
As you know that The Resource Description Framework is
used to represents the information, so the particular RDF Example is written to
explain you how to read the RDF files in Java.
- Writing RDF file in Java
Jena have provided the methods which can read and write
RDF files. RDF stands for Resource Description Framework that is used to
represents the maximum information of resources available in the World Wide
Web.
- Iterating Statements of RDF file in Java
In this section, you will learn how to Iterate Statements of RDF file in Java.
- Controlling RDF Prefix in Java
We can also control prefixes of RDF files with the use
of Jena API for RDF. In RDF file there are two ways for Controlling RDF
prefixes.
- Simple Query on RDF file in Java
As you have already learned about controlling prefix, generating RDF files and
about RDF Iterators in the previous examples, so in this section we are going to
describe how to run simple query on the RDF graph
model.

|