Serializers in Raptor (triples to syntax)

Introduction
Atom 1.0 serializer (name atom)
JSON serializers (name json and name json-triples)
mKR serializer - default (name mkr)
N-Quads serializer - default (name nquads)
N-Triples serializer - default (name ntriples)
RDF/XML serializer (name rdfxml)
RDF/XML (Abbreviated) serializer (name rdfxml-abbrev)
RDF/XML (XMP Profile) serializer (name rdfxml-xmp)
Turtle serializer (name turtle)
RSS 1.0 serializer (name rss-1.0)
GraphViz dot serializer (name dot)

Introduction

This section describes the serializers that can be compiled into Raptor and their options. The exact serializers supported may vary by different builds of raptor and can be queried at run-time by use of the raptor_world_get_serializer_description function

The optional options that may be set on parsers can also be queried at run-time with the raptor_world_get_option_description function.