-
Notifications
You must be signed in to change notification settings - Fork 23
Numerical Identifiers
The OEO switched from human readable names to alphanumeric identifiers. To get a personal user ID, add yourself to the list at the end of this page.
See the #133 for the whole discussion. Alphanumeric identifiers are listed as best practice and commonly used because in most cases their advantages outweigh the disadvantages. A short summary is given below:
- versioning and backward compability: a name for a concept can change in a new version of the ontology without its identifier (in databases etc) having to be changed everywhere.
- user groups: if people talk about the same concept but can't decide on a main name for it they can both be added as labels for this concept and the people can get their own views of the ontology showing their preferred label.
- better readability of long names: in labels we dont have to use CamelCase. Long names like NonRenewableMunicipalWasteFuel are better readable in lower case as "non renewable municipial waste fuel".
- the file is harder to read without a tool like protege (that will automatically show labels instead of the alphanumerical identifiers).
Identifiers look like this: OEO_00140123
They are structured in three parts: OEO_[yyyy][xxxx]
- "OEO_" identifies them as part of the OEO ontology
- [yyyy] identifies the user who added the classes. Each user gets a unique ID (list below). Entities with the ID 0000 were created before the change to alphanumeric identifiers was made.
- [xxxx] identifies the specific class added by the user. This enables every user to create 10000 entities before having to get a new ID. IDs are assigned chronologically to each entity, starting with 0000.
Every user has to set his protégé user settings according to the structure of the identifiers used in the OEO.
This is done by opening the "oeo.omn" file in Protégé and clicking on File -> Preferences -> new entities
.
Then the following settings are selected:
Entity IRI:
Active ontology IRI
/
Auto-generated ID
Entity Label:
Same as label renderer
Auto-generated ID:
Numeric (iterative)
prefix: OEO_[your user id] e.g. OEO_0001 if you user ID is 1
Digit count: 4
check "Remember last ID between Protégé sessions"
then click "OK"
Please add yourself to the list to reserve an ID.
- 0000: entities created before the switch to IDs
- 0001: @l-emele
- 0002: @stap-m
- 0003: @akleinau
- 0004: @jannahastings
You already know what to do? Perfect, make sure that you miss no step by using checklists
Symbols used in this wiki:
🐙➔ github | 🔶➔ git | 📙➔ protégé | 📝➔ text editor | 🤖➔ robot
-
Home
- Welcome! How to participate
- Use Cases
- Best Practice Principles
- Structure of the OEO
-
Tutorials: How to...
- ...Get Involved (First Steps)
- ...Contribute
- ...Use Protégé to Change the Ontology
- ...Test the Ontology
- ...Write Competency Questions
- ...Choose a Class Type
- ...Deal with Ambiguous Terms
- ...Use Term Tracker Annotations
- ...Use the GitHub Labels
- ...Set up OwlViz for Visualisation
- ...Use Automation of Recurring Text Entries
- ...Manually Merge Terms from Other Ontologies 🤖
- ...Release a New Ontology Version
- ...Translate Into Turtle RDF
- Setup your Work Environment and Get Involved
- ...Maintain automated Workflows for GitHub Issues and PRs
- Get to Know the Workflow This sections will contain the full workflow in the future
- Tools and Utilities
- Community