observable:subsystem leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/subsystem

Label

subsystem

Description

Specifies the subsystem (e.g., GUI, device driver, etc.) that is required to run this image.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:subsystem xsd:unsignedShort

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:subsystem a owl:DatatypeProperty ;
    rdfs:label "subsystem"@en ;
    rdfs:comment "Specifies the subsystem (e.g., GUI, device driver, etc.) that is required to run this image."@en ;
    rdfs:range xsd:unsignedShort .