Property: sec:runsOnOperatingSystem

A countermeasure executes on one or more operating systems. This is for finding countermeasure products for a given operating system. For example: Which firewalls run on Mac OS?

Types

owl:ObjectProperty

Domain

sec:Countermeasure

Range

sec:OperatingSystem

Inverse Property

sec:supportsCountermeasure

Abstract Syntax

ObjectProperty(sec:runsOnOperatingSystem annotation(rdfs:comment "A countermeasure executes on one or more operating systems. 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:supportsCountermeasure)
                                        domain(sec:Countermeasure)
                                        range(sec:OperatingSystem))

Generated with OWLDoc