observable:windowsVolumeAttributes leaf node


URI

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

Label

windowsVolumeAttributes

Description

Specifies the attributes of a windows volume.

Usage

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

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 vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .

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