Property: sec: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

sec:OOSoftwareComponent

Inverse Property

sec:extendedBy

Characteristics

Transitive

Abstract Syntax

ObjectProperty(sec: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(sec:extendedBy)
                          Transitive
                          domain(sec:OOSoftwareComponent))

Generated with OWLDoc