Hi, I'm learning how to make an ontology and would value this community's thoughts on this.
Is there a way to inherit properties?
if i had a (Apple -is_in-> Basket) and a (Basket -is_in-> Car).. this would mean (Apple -is_in-> Car) as well.
but how would I go about designing my ontology so that the third predicate is formed as long as i have the first 2?