Property: hasSender

The hasSender property identifies the originator of the communicative act. It contains a reference to an individual of the Agent class that represents either a human or machine. Each instance of this property can have only one value (sender). This means that each communicative act can have one and only one sender.

Types

owl:FunctionalProperty

Domain

CommunicativeAct

Range

Agent

Characteristics

Functional

Abstract Syntax

ObjectProperty(hasSender annotation(rdfs:comment "The <i>hasSender</i> property identifies the originator 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 instance of this 
    property can have only one value (sender). This means that each 
    communicative act can have one and only one sender."^^<http://www.w3.org/2001/XMLSchema#string>)
                        Functional
                        domain(CommunicativeAct)
                        range(Agent))

Generated with OWLDoc