Description
Currently the namespace IRI for gist Core is: https://ontologies.semanticarts.com/gist/
, but this IRI is problematic for two big reasons:
- It tightly couples the ontology to the commercial company Semantic Arts, which might make non-USA governments, or non-USA-based corporations, wary of reusing it.
- If Semantic Arts goes away (e.g., is bought out by another company, or it goes bust), then the domain name
https://semanticarts.com
may no longer exist or be resolvable, thereby preventing lookups. This could make any organization, USA-based or not, wary of having their data contain IRIs that may become unresolvable in future.
Instead it would be advisable (as is very common practice for ontologies generally) to define the namespace IRI using a PURL service, such as https://w3id.org
. (Other PURL services could be considered perhaps (but the only other 'major' PURL services that I'm aware of at the moment are European ones like the new https://purl.eu
, or https://data.europa.eu/
)).
If https://w3id.org
were chosen, this would just require the registration of 'gist' and a simple .htaccess
file to redirect from a new gist namespace IRI (e.g., something like https://w3id.org/gist/core/
) to the current location of the gist ontology, i.e., https://ontologies.semanticarts.com/o/gistCore
.