Property: 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

Countermeasure

Range

OperatingSystem

Inverse Property

supportsCountermeasure

Abstract Syntax

ObjectProperty(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(supportsCountermeasure)
                                    domain(Countermeasure)
                                    range(OperatingSystem))

Generated with OWLDoc