Reputation: 21
I am able to serialize in .ttl
format but when I tried serialize the rdf graph in (.nt,.ntriples,.nt11 format)
by python. Everytime it is showing error:
PluginException: No plugin registered for (.nt, <class 'rdflib.serializer.Serializer'>)
using g.serialize(format='.nt')
Anybody can help?Thanks!
Upvotes: 0
Views: 661