Version History
...
Member | Vote | ||||||
---|---|---|---|---|---|---|---|
1 | YES | ||||||
2 | YES | ||||||
3 | YES | ||||||
4 | YES | ||||||
5 | YES | ||||||
6 | Walter Terkaj |
| |||||
7 | YES | ||||||
8 |
| ||||||
9 | YES | ||||||
10 | YES | ||||||
11 | YES | ||||||
12 | YES | ||||||
13 | Hyunmin Cheong |
| |||||
14 | YES | ||||||
15 | YES | ||||||
16 | YES | With reservations:
| |||||
17 | YES | ||||||
18 |
| ||||||
19 | Thomas Hanke |
| |||||
20 | Total | YES: 1314, NO: 0, No Response: 65 |
Overview
The IRI structure of the IOF references the OWL documents providing a versioned and not-versioned form. The latter form will always refer to the latest released version of the documents. For the IRI syntax, please refer to RFC 3987 from The Internet Engineering Task Force (IETF).
...
For the given IRI:
https://spec.industrialontologies.org/ontology/supplychain
The protocol:
https
The authority:
spec.industrialontologies.org
The development authority:
dev.industrialontologies.org
...
Development and release version IRIs differ where development ontologies are stamped using a year, month, and day (date version) as opposed to the release version IRIs composed of a year and a increasing number (numeric version). All ontologies released together MUST have the same year and number.
Development IRI
The development version IRI MUST use the date of the version in YYYYMMDD
form, such as 20210601
for June 1, 2021. When a versioned IRI is formed, the date MUST appear after the topic. In the following examples, the sub-topic area is given to illustrate the placement of the version (see next section: Sub-Topic). Development ontologies are versioned based on dates.
All versions in GitHub use the development IRI. The publication and release process replaces the version IRI.
The non-versioned IRI MUST always reference the latest released version of the ontology.
Versioned IRI:
https://dev.industrialontologies.org/ontology/supplychain/20220821/meta
Non-Versioned IRI:
https://dev.industrialontologies.org/ontology/supplychain/meta
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 after the topic. In the following examples, the sub-topic area is given to illustrate the placement of the version (see next section: Sub-Topic). All IOF ontologies part of a release MUST share a common numeric 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.
Versioned IRI:
https://spec.industrialontologies.org/ontology/supplychain/202202/meta
Non-Versioned IRI:
https://spec.industrialontologies.org/ontology/supplychain/meta
...