ago:isIn leaf node


URI

http://vcd.vicomtech.org/ontology/automotive#isIn

Label

isIn

Description

Denots spatial and positional relation of an object within another.

Usage

DOMAINPROPERTYRANGE
ago:Object ago:isIn ago:Object

Implementation

@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 .