emmo-repo / EMMO

Elementary Multiperspective Material Ontology (EMMO)
Other
62 stars 16 forks source link

Simplify IRIs #167

Closed jesper-friis closed 2 years ago

jesper-friis commented 3 years ago

Currently all IRIs are on the form http://emmo.info/<DOMAIN>#EMMO_<UUID>. The additional "EMMO_" is redundant and can be removed, such that the generic form for IRIs are

http://emmo.info/<DOMAIN>#<UUID>

Since many tools are not designed for working with labels, most notable git and stardog, it will make our life easier by replacing the UUID with a human understandable name (typically the preferred label), resulting in IRIs on the form http://emmo.info/<DOMAIN>#<NAME>.

jesper-friis commented 2 years ago

If start with a digit http://emmo.info/<DOMAIN>#<UUID> will be invalid when serialising to owl/rdf. We will therefore keep the "EMMO_" prefix.