jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

RDF2NX Namespace Improvement #107

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

Previously, namespaces had to be specified for each converter class independently. This bug in behavior was captured during work on another branch.

This PR adds the converter namespaces (SPARQL prefixes) to all converter classes to improve namespace consistency throughout the conversion process. This also prevents the logging error when no base namespace is detected (unless the user specified a converter namespace dict (converter.initNs) without one intentionally).

Blocked by #73 Closes #64