Property: typeOfInterrupt

If an interruptsCA property is present in the context of a communicative act then a typeOfInterrupt should be also available specifying the kind of interruption. Currently, three different kinds are defined: Subordination, Interruption and Correction.

Types

owl:ObjectProperty

Domain

InterruptProperty

Range

{Correction Interruption Subordination}

Abstract Syntax

ObjectProperty(typeOfInterrupt annotation(rdfs:comment "If an <i>interruptsCA</i> property is present in the context of a 
    communicative act then a <i>typeOfInterrupt</i> should be also available 
    specifying the kind of interruption. Currently, three different kinds are 
    defined: <i>Subordination</i>, <i>Interruption</i> and <i>Correction</i>."^^<http://www.w3.org/2001/XMLSchema#string>)
                              domain(InterruptProperty)
                              range(oneOf(Correction
                                          Interruption
                                          Subordination)))

Generated with OWLDoc