module RDF

Registers the N-Triples renderer

And then in controllers, use `render nt: model`.

For example, in a controller action, we can: respond_to do |format|

format.nt { render nt: model }

end