http://vcd.vicomtech.org/ontology/automotive#isIn
Denots spatial and positional relation of an object within another.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| ago:Object | ago:isIn | ago:Object |
@prefix ago: <http://vcd.vicomtech.org/ontology/automotive#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ago:isIn a owl:ObjectProperty ;
rdfs:comment "Denots spatial and positional relation of an object within another." ;
rdfs:domain ago:Object ;
rdfs:range ago:Object .