ont-app / vocabulary

Utilities to map between clojure namespaced keywords and RDF-style URIs
Eclipse Public License 1.0
57 stars 5 forks source link

Current namespace qualified keywords are not KWIs #5

Closed ont-app closed 4 months ago

ont-app commented 4 years ago

If we define a KWI to be a keyword qualified in the preferred prefix of a given namespace, using double-colon to intern a keyword, it is not technically a KWI, and will not match a KWI which is otherwise the same. There is some provision to do mapping in some cases, but there needs to be better support for ensuring that KWIs are treated canonically.

ont-app commented 1 year ago

The Resource protocol introduced in 0.3 could be helpful here.

ont-app commented 4 months ago

Marking this fixed as of 0.3.