ago:objectOfAction leaf node


URI

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

Label

objectOfAction

Description

Links an action to the object that is being acted upon.

Usage

DOMAINPROPERTYRANGE
ago:Action ago:objectOfAction 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:objectOfAction a owl:ObjectProperty ;
    rdfs:comment "Links an action to the object that is being acted upon." ;
    rdfs:domain ago:Action ;
    rdfs:range ago:Object .