vocabulary:PartitionTypeVocab leaf node


URI

https://unifiedcyberontology.org/ontology/uco/vocabulary#PartitionTypeVocab

Label

Partition Type Vocabulary

Description

Defines an open-vocabulary of partition types. See http://www.win.tue.nl/~aeb/partitions/partition_types-1.html for more information about the various partition types.

Implementation

@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:PartitionTypeVocab a rdfs:Datatype ;
    rdfs:label "Partition Type Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of partition types. See http://www.win.tue.nl/~aeb/partitions/partition_types-1.html for more information about the various partition types."@en ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "PARTITION_ENTRY_UNUSED"^^vocabulary:PartitionTypeVocab "PARTITION_EXTENDED"^^vocabulary:PartitionTypeVocab "PARTITION_FAT32"^^vocabulary:PartitionTypeVocab "PARTITION_FAT32_XINT13"^^vocabulary:PartitionTypeVocab "PARTITION_FAT_12"^^vocabulary:PartitionTypeVocab "PARTITION_FAT_16"^^vocabulary:PartitionTypeVocab "PARTITION_HUGE"^^vocabulary:PartitionTypeVocab "PARTITION_IFS"^^vocabulary:PartitionTypeVocab "PARTITION_LDM"^^vocabulary:PartitionTypeVocab "PARTITION_NTFT"^^vocabulary:PartitionTypeVocab "PARTITION_OS2BOOTMGR"^^vocabulary:PartitionTypeVocab "PARTITION_PREP"^^vocabulary:PartitionTypeVocab "PARTITION_UNIX"^^vocabulary:PartitionTypeVocab "PARTITION_XENIX_1"^^vocabulary:PartitionTypeVocab "PARTITION_XENIX_2"^^vocabulary:PartitionTypeVocab "PARTITION_XINT13"^^vocabulary:PartitionTypeVocab "PARTITION_XINT13_EXTENDED"^^vocabulary:PartitionTypeVocab "UNKNOWN"^^vocabulary:PartitionTypeVocab "VALID_NTFT"^^vocabulary:PartitionTypeVocab ) .