>> RDFWriter rdfWriter = model_.getWriter("N3-TRIPLE");
>
> Clarification: Jena does not implement N3 - it implements Turtle. N3 goes
> beyond RDF.
>
> Saysing "N3" goes to TURTLE.Hmm. This documentation confused me: http://jena.sourceforge.net/IO/iohowto.html#ntriple That detail isn't very clear from the docs. > try: > > @prefix rdf:<http://www.w3.org/2000/01/rdf-schema#> . > > which does abbreviate (and will do other things). > > Andy Thanks, Dan
