Mayank Agarwal
Mayank Agarwal

Reputation: 21

PluginException: No plugin registered for (.nt, <class 'rdflib.serializer.Serializer'>)

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

Answers (0)

Related Questions