edmcouncil / ontology-publisher

The owl-builder "builds" publishable / deployable versions (and derived products) of a given set of ontologies (such as FIBO)
MIT License
7 stars 6 forks source link

Support for special rules for owl:versionIRI in the IOF ontology #128

Closed przemekgradzki closed 1 year ago

przemekgradzki commented 1 year ago

"Public Release IRI" in "IRI Structure and Format V2.1":

Public Release IRI The publicly released version IRI MUST use a numeric version formed with the release year and a monotonically increasing number NN in YYYYNN form, such as 202202 for the second release in 2022. If the IOF releases every quarter, NN represents the quarter when the ontology was released. When a versioned IRI is formed, the version MUST appear before the topic. All IOF ontologies that are part of a release MUST share a common version.

This version IRI will be automatically changed during the release and publication process. The version IRI in GitHub will not be changed by the publication process.

The non-versioned IRI MUST always reference the latest released version of the ontology.

See also edmcouncil/devops: "IOF: special rules for owl:versionIRI #17"