I am building an Ontology.
I have a Class called Vehicle
I have an Object Property called hasType
I have a Class called VehicleTypes
How can I force all the instances from Vehicle
class to have one and just one instance of VehicleTypes
What I have tried
I am working on Protege.
I made the
hasType
as a functional property.I added an
Equivalent To
which is like this: hasType exactly 1 VehicleTypes
Is that enough please?