Property: residesOn

One technology asset resides on one or more technology assets. For example: Data resides on Host, Host resides on Network.

Types

owl:ObjectProperty
owl:TransitiveProperty

Domain

Technology

Range

Technology

Inverse Property

containsTechnology

Characteristics

Transitive

Abstract Syntax

ObjectProperty(residesOn annotation(rdfs:comment "One technology asset resides on one or more technology assets. For example: Data resides on Host, Host resides on Network."^^<http://www.w3.org/2001/XMLSchema#string>)
                        inverseOf(containsTechnology)
                        Transitive
                        domain(Technology)
                        range(Technology))

Generated with OWLDoc