Property: packageOf

Defines the relationship between an OO Package and the OO Program which contains it.

Types

owl:ObjectProperty
owl:FunctionalProperty

Domain

OOPackage

Inverse Property

hasPackage

Characteristics

Functional

Abstract Syntax

ObjectProperty(packageOf annotation(rdfs:label "package of"^^<http://www.w3.org/2001/XMLSchema#string>)
                        annotation(rdfs:comment "Defines the relationship between an OO Package and the OO Program which contains it."^^<http://www.w3.org/2001/XMLSchema#string>)
                        inverseOf(hasPackage)
                        Functional
                        domain(OOPackage))

Generated with OWLDoc