Property: extends

"Defines the relationship between an OO Class which extends another and the OO CLass which it extends." [lang: en]

Types

owl:ObjectProperty
owl:TransitiveProperty

Domain

OOSoftwareComponent

Inverse Property

extendedBy

Characteristics

Transitive

Abstract Syntax

ObjectProperty(extends annotation(rdfs:label "extends"^^<http://www.w3.org/2001/XMLSchema#string>)
                      annotation(rdfs:comment "Defines the relationship between an OO Class which extends another and the OO CLass which it extends."@en)
                      inverseOf(extendedBy)
                      Transitive
                      domain(OOSoftwareComponent))

Generated with OWLDoc