Class: CommunicativeAct

The CommunicativeAct class is the super class of all different kinds of communicative acts. It places some restrictions – mainly cardinality restrictions – on the properties defined above. Each communicative act must have one and only one hasSender property, at least one hasReceiver property, exactly one hasStrength property, exactly one hasContent property, and exactly one hasContext property.

•owl:Thing
        •CommunicativeAct

Super Classes

owl:Thing
hasStrength EQ 1
hasContent EQ 1
hasSender EQ 1
hasReceiver MIN 1
hasContext EQ 1

Annotations

rdfs:seeAlsoisAdjacentTo

Abstract Syntax

Class(CommunicativeAct partial owl:Thing
                              restriction(hasStrength cardinality(1))
                              restriction(hasContent cardinality(1))
                              restriction(hasSender cardinality(1))
                              restriction(hasReceiver minCardinality(1))
                              restriction(hasContext cardinality(1)))

Usage

Class Description/Definition (Necessary Conditions)

Assertion, Commissive, Declarative, Directive, Expression

Domain of

hasContent, hasContext, hasReceiver, hasSender, hasStrength
Generated with OWLDoc