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

OperatingSystem

Range

Countermeasure

Inverse Property

runsOnOperatingSystem

Abstract Syntax

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

Generated with OWLDoc