@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .
vocabulary:WindowsVolumeAttributeVocab a rdfs:Datatype ;
rdfs:label "Windows Volume Attribute Vocabulary"@en-US ;
rdfs:comment "Defines an open-vocabulary of attributes that may be returned by the diskpart attributes command: http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx."@en ;
rdfs:subClassOf rdfs:Resource ;
owl:oneOf ( "Hidden"^^vocabulary:WindowsVolumeAttributeVocab "NoDefaultDriveLetter"^^vocabulary:WindowsVolumeAttributeVocab "ReadOnly"^^vocabulary:WindowsVolumeAttributeVocab "ShadowCopy"^^vocabulary:WindowsVolumeAttributeVocab ) .