observable:windowsVolumeAttributes leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#windowsVolumeAttributes

Label

windowsVolumeAttributes

Description

Specifies the attributes of a windows volume.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:windowsVolumeAttributes vocabulary1:WindowsVolumeAttributeVocab

Implementation

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

observable:windowsVolumeAttributes a owl:DatatypeProperty ;
    rdfs:label "windowsVolumeAttributes"@en ;
    rdfs:comment "Specifies the attributes of a windows volume."@en ;
    rdfs:range vocabulary1:WindowsVolumeAttributeVocab .