-
Notifications
You must be signed in to change notification settings - Fork 23
Principles for Relations
Sometimes it is necessary to express something like: A gasoline vehicle is a vehicle that has only a gasoline engine but no other motor. This can be expressed as an axiom with two parts (with gasoline engine
being a subclass of motor
:
(1) 'gasoline vehicle' 'has part' some 'gasoline engine'
and
(2) 'gasoline vehicle' 'has part' only ( 'gasoline engine' or not motor )
As a vehicle has also other parts like e.g. four wheels and a driver's seat, the axiom gasoline vehicle has part only gasoline engine
would not be sufficient. This would mean that the vehicle does any other parts.
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