GraphViz dot serializer (name dot)

A serializer to the GraphViz DOT format.

This serializer has a set of associated serializer options that may be set to customise the output colors using raptor_serializer_set_option() with the appropriate option name and value as given below.

RAPTOR_OPTION_RESOURCE_BORDER 	Border color of resource nodes
RAPTOR_OPTION_LITERAL_BORDER 	Border color of literal nodes
RAPTOR_OPTION_BNODE_BORDER 	Border color of blank nodes
RAPTOR_OPTION_RESOURCE_FILL 	Fill color of resource nodes
RAPTOR_OPTION_LITERAL_FILL 	Fill color of literal nodes
RAPTOR_OPTION_BNODE_FILL 	Fill color of blank nodes