Skip to content

Class: WindowsVolumeFacet

"A Windows volume facet is a grouping of characteristics unique to a single accessible storage area (volume) with a single windows file system. [based on https://en.wikipedia.org/wiki/volume(computing)]"_

URI: observable:WindowsVolumeFacet

classDiagram class WindowsVolumeFacet Facet <|-- WindowsVolumeFacet WindowsVolumeFacet : driveLetter WindowsVolumeFacet ..> string : driveLetter WindowsVolumeFacet : driveType WindowsVolumeFacet ..> WindowsDriveTypeEnum : driveType WindowsVolumeFacet : windowsVolumeAttributes WindowsVolumeFacet ..> string : windowsVolumeAttributes

Inheritance

Slots

Name Cardinality and Range Description Inheritance
driveLetter 0..1
xsd:string
"Specifies the driveLetter of a windows volume direct
driveType 0..1
xsd:string
"Specifies the driveType of a windows volume direct
windowsVolumeAttributes 0..1
xsd:string
"Specifies the attributes of a windows volume direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:WindowsVolumeFacet
native observable:WindowsVolumeFacet

LinkML Source

Direct

name: WindowsVolumeFacet
description: '"A Windows volume facet is a grouping of characteristics unique to a
  single accessible storage area (volume) with a single windows file system. [based
  on https://en.wikipedia.org/wiki/volume_(computing)]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- driveLetter
- driveType
- windowsVolumeAttributes
slot_usage:
  driveType:
    name: driveType
    domain_of:
    - WindowsVolumeFacet
    range: WindowsDriveTypeEnum
  windowsVolumeAttributes:
    name: windowsVolumeAttributes
    domain_of:
    - WindowsVolumeFacet
    maximum_cardinality: 4

Induced

name: WindowsVolumeFacet
description: '"A Windows volume facet is a grouping of characteristics unique to a
  single accessible storage area (volume) with a single windows file system. [based
  on https://en.wikipedia.org/wiki/volume_(computing)]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  driveType:
    name: driveType
    domain_of:
    - WindowsVolumeFacet
    range: WindowsDriveTypeEnum
  windowsVolumeAttributes:
    name: windowsVolumeAttributes
    domain_of:
    - WindowsVolumeFacet
    maximum_cardinality: 4
attributes:
  driveLetter:
    name: driveLetter
    description: '"Specifies the driveLetter of a windows volume."'
    from_schema: https://w3id.org/lmodel/uco-observable
    broad_mappings:
    - wikidata:Q1135777
    rank: 1000
    alias: driveLetter
    owner: WindowsVolumeFacet
    domain_of:
    - WindowsVolumeFacet
    range: string
  driveType:
    name: driveType
    description: '"Specifies the driveType of a windows volume."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: driveType
    owner: WindowsVolumeFacet
    domain_of:
    - WindowsVolumeFacet
    range: WindowsDriveTypeEnum
  windowsVolumeAttributes:
    name: windowsVolumeAttributes
    description: '"Specifies the attributes of a windows volume."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: windowsVolumeAttributes
    owner: WindowsVolumeFacet
    domain_of:
    - WindowsVolumeFacet
    range: string
    maximum_cardinality: 4