I have 8 ontology files(ttl files). My task is to extract all the triples from it and display the output with all the properties. The task must be done in java. looking forward for your reply.
Rakesh
|
I have 8 ontology files(ttl files). My task is to extract all the triples from it and display the output with all the properties. The task must be done in java. looking forward for your reply. Rakesh |
|||||
|
|
Jena or Sesame are your two best bets for working with RDF in Java. I prefer Sesame over Jena; I find it easier to use because it's more lightweight, but ymmv. Jena provides a simple tutorial that will show you the basics of the API, and here is an article written by one of the Sesame developers on how to use RIO to read & write RDF. |
|||
|
|