Property: hasReceiver

The hasReceiver property identifies the receivers of the communicative act. It contains a reference to an individual of the Agent class that represents either a human or machine. Each communicative act can have more than one instances of the hasReceiver property, i.e. each communicative act can have one or more receivers.

Domain

CommunicativeAct

Range

Agent

Abstract Syntax

ObjectProperty(hasReceiver annotation(rdfs:comment "The <i>hasReceiver</i> property identifies the receivers of the 
    communicative act. It contains a reference to an individual of the <i>Agent</i> 
    class that represents either a human or machine. Each communicative act 
    can have more than one instances of the <i>hasReceiver</i> property, i.e. 
    each communicative act can have one or more receivers."^^<http://www.w3.org/2001/XMLSchema#string>)
                          domain(CommunicativeAct)
                          range(Agent))

Generated with OWLDoc