RDFLib / prez-ui

BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Renamed qname() function, other small refactors #81

Closed jamiefeiss closed 1 year ago

jamiefeiss commented 1 year ago

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.