data2health / credit-ontology

An OWL implementation of CRediT; a high-level classification of the diverse roles performed in the work leading to a published research output in the sciences. Its purpose to provide transparency in contributions to scholarly published work, to enable improved systems of attribution, credit, and accountability.
4 stars 1 forks source link

Picking a persistent URL for this ontology #7

Closed marijane closed 5 years ago

marijane commented 5 years ago

As I'm reading up on how to set up a w3id, I realized that there are a couple options to consider for the persistent URL for this ontology. Here is what I'm considering...

Use the same slug as the GitHub repo: https://w3id.org/credit-ontology Use a nested/patterned URL strategy: https://w3id.org/credit/ontology

I find the second appealing because it feels more elegant. It would allow setting up multiple redirects, for example we could point https://w3id.org/credit/taxonomy at the casrai dictionary entry for the taxonomy, if that's something we would want to do.

marijane commented 5 years ago

@mellybelly Do you have an opinion on this?

mellybelly commented 5 years ago

@jmcmurry any advice?

jmcmurry commented 5 years ago

Nesting in this case is OK, provided your documentation is crystal clear and you select corresponding prefixes for each of the type-specific paths when doing the curie expansion / contraction. Also, you might do well to have the local IDs have dedicated numeric ranges that not overlap, just to guard against collision (since someone could easily confuse creditont:1001 with credittax:1001 and think that they were referring to the same class).

marijane commented 5 years ago

Thank you, Julie. Since I'd be linking to CASRAI's documentation of the taxonomy for the nested taxonomy link, there's no issue with curies, since they don't use a linked data implementation.

marijane commented 5 years ago

Talked with @mellybelly, we are going to use the nested form.

marijane commented 5 years ago

Submitted pull request to w3id repo today!