dajobe / raptor

Redland Raptor RDF syntax library
https://librdf.org/raptor/
Other
157 stars 62 forks source link

Mkr serializer #17

Closed rhmccullough closed 9 years ago

rhmccullough commented 10 years ago

Re-implementation of mKR serializer using raptor_serialize_turtle.c and raptor_turtle_writer.c context->emit_mkr = 1 for mkr, = 0 for turtle in raptor_serialize_turtle.c Ditto for new emit_mkr argument for _prefix and _base procedures in raptor_turtle_writer.c

dajobe commented 9 years ago

Here is the single commit version https://github.com/dajobe/raptor/pull/18 that will be the version to merge. 'make distcheck' works on it.