Serializers in Raptor (triples to syntax)

Introduction
Atom 1.0 serializer (name atom)
JSON serializers (name json and name json-triples)
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 features. The exact serializers supported may vary by different builds of raptor and can be queried at run-time by use of the raptor_serializers_enumerate function

The optional features that may be set on parsers can also be queried at run-time iwth the raptor_serializer_features_enumerate function.