http://vcd.vicomtech.org/ontology/automotive#subjectOfAction
Links an action to the object that is performing it.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| ago:Action | ago:subjectOfAction | 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:subjectOfAction a owl:ObjectProperty ;
rdfs:comment "Links an action to the object that is performing it." ;
rdfs:domain ago:Action ;
rdfs:range ago:Object .