Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
1  
This is basically the same question you asked before. See stackoverflow.com/questions/12305927/… . You got an answer there, which you even accepted. So why the new question? – Jeen Broekstra Sep 20 '12 at 22:53

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.