Renamed the qname() function to qnameToIri() to better reflect what the function does. Added an inverse to qnameToIri() called iriToQname() to the rdfStore.
Also moved the copy to clipboard to helper functions for reusability.
Will take this PR out of draft once #80 is merged.
Renamed the
qname()
function toqnameToIri()
to better reflect what the function does. Added an inverse toqnameToIri()
callediriToQname()
to the rdfStore.Also moved the copy to clipboard to helper functions for reusability.
Will take this PR out of draft once #80 is merged.