Skip to content

Class: VolumeFacet

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

URI: observable:VolumeFacet

classDiagram class VolumeFacet Facet <|-- VolumeFacet VolumeFacet : sectorSize VolumeFacet ..> integer : sectorSize VolumeFacet : volumeID VolumeFacet ..> string : volumeID

Inheritance

Slots

Name Cardinality and Range Description Inheritance
sectorSize 0..1
xsd:integer
"The sectorSize of the volume in bytes direct
volumeID 0..1
xsd:string
"The unique identifier of the volume direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: VolumeFacet
description: '"A volume facet is a grouping of characteristics unique to a single
  accessible storage area (volume) with a single file system. [based on https://en.wikipedia.org/wiki/volume_(computing)]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- sectorSize
- volumeID

Induced

name: VolumeFacet
description: '"A volume facet is a grouping of characteristics unique to a single
  accessible storage area (volume) with a single file system. [based on https://en.wikipedia.org/wiki/volume_(computing)]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
  sectorSize:
    name: sectorSize
    description: '"The sectorSize of the volume in bytes."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: sectorSize
    owner: VolumeFacet
    domain_of:
    - VolumeFacet
    range: integer
  volumeID:
    name: volumeID
    description: '"The unique identifier of the volume."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: volumeID
    owner: VolumeFacet
    domain_of:
    - VolumeFacet
    range: string