New issue 210 by terry.ra...@gmail.com: Feature Request
http://code.google.com/p/rdflib/issues/detail?id=210
I have input files in turtle and cant seem to find an input plugin to read
them.
How do other people read turtle files? Would you consider writing a turtle
input plugin?
Comment #1 on issue 210 by gromgull: Feature Request
http://code.google.com/p/rdflib/issues/detail?id=210
Turtle is a subset of N3 and can be parsed with the N3 parser.
There is a turtle SERIALIZER since the N3 serializer supports some things
not supported by turtle, mainly formulas and some extra shortcuts.
Actually - we could consider adding a plugin binding for turtle though - so
that doing graph.parse(source, format='turtle') just uses the n3 parser.
And it's done:
http://code.google.com/p/rdflib/source/detail?r=a3d179189c0e4481d545582ad56601ea2ec77bf9&url_prefix=p