You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: principles/fp-003-uris.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,24 +15,19 @@ A unique namespace within the OBO Foundry Library allows the source of an elemen
15
15
16
16
## Recommendations and Requirements
17
17
18
-
Each ontology MUST have a unique IRI in the form of an OBO Foundry permanent URL (PURL). The PURL must include the ontology namespace, which is abbreviated by a short set of letters approved by the OBO Foundry Operations Committee. Every element (class, property, etc.) created by the ontology MUST use the namespace in the identifier of each element, as specified in the OBO Foundry [ID policy](http://www.obofoundry.org/id-policy).
18
+
Each ontology MUST have a unique IRI in the form of an OBO Foundry permanent URL (PURL). The PURL must include the ontology namespace, which is a short string of letters (usually 2-5) that represents the ontology. Namespaces MUST be approved by the OBO Foundry Operations Committee. Every element (class, property, etc.) created by the ontology MUST use the namespace in the identifier of each element, as specified in the OBO Foundry [ID policy](http://www.obofoundry.org/id-policy).
19
19
20
20
## Implementation
21
21
22
22
### Ontology Namespace:
23
23
24
-
The namespace is a short string of letters (usually 2-5) that represents the ontology.
25
-
When used as part of a CURIE, on its own, or as part of a term ID, the namespace MUST be capitalized.
26
-
As per [vote on 31st May 2024](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2596), this applies to all ontologies submitted for acceptance after the 1st June 2024. Ontologies submitted before the 1st June 2024 may retain their mixed case prefixes.
27
-
When used as part of the ontology IRI, the namespace is in lower case. See examples below.
24
+
The ontology namespace MUST be unique; that is, it MUST NOT be in current use or have been used in the past. When used as part of the ontology IRI, the namespace is in lower case. When used as part of a CURIE, on its own, or as part of a term ID, the namespace MUST be capitalized (<i>Note: this applies to ontologies submitted after 1st June 2024; mixed-case prefixes for ontologies submitted before this date may be retained</i>).
28
25
29
26
To request a new namespace, ontology developers MUST follow the guidelines outlined here. Note that very short namespaces (2-3 characters) are reserved for ontologies that cover a general domain and are likely to be frequently used.
30
27
31
-
The ontology namespace MUST be unique; that is, it MUST NOT be in current use or have been used in the past.
32
-
33
28
### Ontology IRI:
34
29
35
-
The primary IRI for an OBO Library IRI MUST have the following format:
30
+
The primary IRI for an OBO ontology IRI MUST have the following format:
36
31
https://purl.obolibrary.org/obo/$namespace.owl
37
32
38
33
Note: To conform with OBO Foundry [Principle 2](https://obofoundry.org/principles/fp-002-format.html), the ontology IRI MUST resolve to the ontology file, not a landing page.
@@ -41,20 +36,22 @@ For guidelines on how to create IRIs for ontology elements/terms, see the OBO Fo
41
36
42
37
## Examples
43
38
44
-
http://purl.obolibrary.org/obo/go.owl
45
-
http://purl.obolibrary.org/obo/pco.owl
39
+
| Namespace | Ontology IRI | Term IRI | Term CURIE |
Furthermore, these IRIs do not resolve to the ontology file.
54
51
55
-
http://purl.org/dc/terms/
52
+
-http://purl.org/dc/terms/
56
53
57
-
http://dbpedia.org/ontology/
54
+
-http://dbpedia.org/ontology/
58
55
59
56
## Criteria for Review
60
57
@@ -67,3 +64,5 @@ The ontology namespace MUST be registered following the procedures outlined with
67
64
To suggest revisions or begin a discussion pertaining to this principle, please [create an issue on GitHub](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/new?labels=attn%3A+Editorial+WG,principles&title=Principle+%233+%22URIs%22+%3CENTER+ISSUE+TITLE%3E).
68
65
69
66
To suggest revisions or begin a discussion pertaining to the automated validation of this principle, please [create an issue on GitHub](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/new?labels=attn%3A+Technical+WG,automated+validation+of+principles&title=Principle+%233+%22URIs%22+-+automated+validation+%3CENTER+ISSUE+TITLE%3E).
67
+
68
+
See also [this discussion](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2596) of URI capitalization by the OBO Foundry Operations Committee.
0 commit comments