Property: sec:supportsCountermeasure

An operating system can support one or more countermeasures. This is for finding countermeasure products for a given operating system. For example: Which firewalls run on Mac OS?

Types

owl:ObjectProperty

Domain

sec:OperatingSystem

Range

sec:Countermeasure

Inverse Property

sec:runsOnOperatingSystem

Abstract Syntax

ObjectProperty(sec:supportsCountermeasure annotation(rdfs:comment "An operating system can support one or more countermeasures. This is for finding countermeasure products for a given operating system. For example: Which firewalls run on Mac OS?"^^<http://www.w3.org/2001/XMLSchema#string>)
                                         inverseOf(sec:runsOnOperatingSystem)
                                         domain(sec:OperatingSystem)
                                         range(sec:Countermeasure))

Generated with OWLDoc