I wanted to know whether Jena RDF.Model Class support particular RDF serialization format or it converts any serialization formnat providing RDF data into Model.
Asked
Active
Viewed 469 times
0
-
2I think you should take a look at [Jena I/O](http://jena.apache.org/documentation/io/iohowto.html) – toniedzwiedz Sep 25 '12 at 19:18
1 Answers
6
It is possible to serialize and parse Jena models in/from various formats (RDF/XML, N3, Turtle, N-Triples). See jena.apache.org/documentation/io/index.html for an overview, or the I/O section of the tutorial.

Ian Dickinson
- 12,875
- 11
- 40
- 67

mgraube
- 380
- 1
- 14