Property: containsTechnology

One technolgoy asset can contain further technology assets. For example: A network contains hosts, hosts contain data.

Types

owl:ObjectProperty
owl:TransitiveProperty

Domain

Technology

Range

Technology

Inverse Property

residesOn

Characteristics

Transitive

Abstract Syntax

ObjectProperty(containsTechnology annotation(rdfs:comment "One technolgoy asset can contain further technology assets. For example: A network contains hosts, hosts contain data."^^<http://www.w3.org/2001/XMLSchema#string>)
                                 inverseOf(residesOn)
                                 Transitive
                                 domain(Technology)
                                 range(Technology))

Generated with OWLDoc