Property: typeOfContent

The typeOfContent property defines the different kinds of content that can be referred to with the hasContent property. Currently, this property can have the values data, action, and ca.

Types

owl:DatatypeProperty

Domain

ContentProperty

Range

{"data"^^http://www.w3.org/2001/XMLSchema#string "action"^^http://www.w3.org/2001/XMLSchema#string "ca"^^http://www.w3.org/2001/XMLSchema#string}

Abstract Syntax

ObjectProperty(typeOfContent annotation(rdfs:comment "The <i>typeOfContent</i> property defines the different kinds of content 
    that can be referred to with the <i>hasContent</i> property. Currently, 
    this property can have the values <i>data</i>, <i>action</i>, and <i>ca</i>."^^<http://www.w3.org/2001/XMLSchema#string>)
                            domain(ContentProperty)
                            range(<http://www.w3.org/2001/XMLSchema#string>))

Generated with OWLDoc