ago:subjectOfAction leaf node


URI

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

Label

subjectOfAction

Description

Links an action to the object that is performing it.

Usage

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