Created
March 10, 2015 15:22
-
-
Save 0robustus1/9ce1457915c4c4023669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| logic OWL | |
| ontology Vehicle = | |
| Class: Car | |
| Class: Truck SubClassOf: Car | |
| Class: Pickup SubClassOf: Car | |
| end | |
| ontology ManualVehicle = | |
| Class: Bicycle | |
| Class: Motorcycle | |
| end | |
| network Vehicles = | |
| Vehicle, ManualVehicle | |
| end | |
| ontology DisjointUnionVehicles = | |
| combine Vehicles | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment