jupyrdf / ipyradiant

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

Capability to pass in dictionary OR rdflib.namespace.NamespaceManager to selection widget #49

Open lnijhawan opened 3 years ago

lnijhawan commented 3 years ago

We want to be able to collapse the representation of a URIRef into a truncated form based on either a dictionary passed by a user or also a namespacermanager object. Need to develop examples for both as well. Blocked by PR#46