Eugene Morozov
Eugene Morozov
Hi @a1012, There seems to be two issues. First, you need to import NamespaceManager before you can use it: `from rdflib.namespace import NamespaceManager`. I may need to fix the example...
Hi @a1012, I'd start with RDF Primer here https://www.w3.org/TR/rdf11-concepts/ My second point is that the CSV that you read into Pandas DataFrame to convert to Rdflib Graph and serialize as...
Hi Tobias, Thanks for the feedback, it is very much appreciated. Re: questions: - I am assuming you want to change the prefix while keeping the prefix URI the same...