semanticarts / gist

Semantic Arts gist upper enterprise ontology
Creative Commons Attribution 4.0 International
164 stars 18 forks source link

Use version IRI in rdfs:isDefinedBy #383

Open rjyounes opened 4 years ago

rjyounes commented 4 years ago

The use of rdfs:isDefinedBy was proposed for two reasons, at least as I remember:

  1. Before de-modularization, to indicate which ontology module defines a given term.
  2. To version terms in the absence of a versioned IRI for each term.

Currently we are adding the unversioned IRI. I believe ontology-toolkit already provides an option to use the versioned IRI. In that case, this simply needs a change to bundle.yaml to configure it.

sa-bpelakh commented 4 years ago

That is correct, just add versionedDefinedBy: true to the definedBy action.