Property: sec:uses

A countermeasure or a credential can use one or more countermeasures or credentials.

Types

owl:ObjectProperty
owl:TransitiveProperty

Domain

sec:Countermeasure
sec:Credential

Range

sec:Countermeasure OR sec:Credential

Inverse Property

sec:usedBy

Characteristics

Transitive

Abstract Syntax

ObjectProperty(sec:uses annotation(rdfs:comment "A countermeasure or a credential can use one or more countermeasures or credentials."^^<http://www.w3.org/2001/XMLSchema#string>)
                       inverseOf(sec:usedBy)
                       Transitive
                       domain(unionOf(sec:Countermeasure
                                      sec:Credential))
                       range(unionOf(sec:Countermeasure
                                     sec:Credential)))

Generated with OWLDoc