0

I'm trying to parse turtle format data into json format. I've searched about Apache Jena, but it's still clear if Jena is the solution.

Is there any Turtle parser already implemented in Java that allows me do this job?

Saulo Ricci
  • 776
  • 1
  • 8
  • 27
  • Apache Jena has a command "riot" that runs a parser (Turtle and all other standard formats) and outputs in various formats, JSON-LD included. See http://jena.apache.org/documentation/io/#command-line-tools – AndyS Mar 07 '17 at 12:18
  • This post shows how to use [rdf4j in combination with jsonldjava to create nice JSON](http://stackoverflow.com/questions/43638342). – jschnasse Apr 26 '17 at 15:33

0 Answers0