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: master:VolumeFacet

classDiagram class VolumeFacet Facet <|-- VolumeFacet VolumeFacet : sectorSize VolumeFacet : volumeID

Inheritance

Slots

Name Cardinality and Range Description Inheritance
sectorSize 0..1
Integer
"The sectorSize of the volume in bytes direct
volumeID 0..1
String
"The unique identifier of the volume direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:VolumeFacet
native master: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-master
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-master
rank: 1000
is_a: Facet
attributes:
  sectorSize:
    name: sectorSize
    description: '"The sectorSize of the volume in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    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-master
    rank: 1000
    alias: volumeID
    owner: VolumeFacet
    domain_of:
    - VolumeFacet
    range: string