|
|
|
RDF
|
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.
View Rating |
|
|
RDF
|
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.
View Rating |
|
|
RDF
|
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.
View Rating |
|
|