Skip to content

Class: UNIXVolumeFacet

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

URI: master:UNIXVolumeFacet

classDiagram class UNIXVolumeFacet Facet <|-- UNIXVolumeFacet UNIXVolumeFacet : mountPoint UNIXVolumeFacet : options

Inheritance

Slots

Name Cardinality and Range Description Inheritance
mountPoint 0..1
String
"Specifies the mountPoint of the partition direct
options 0..1
String
"Specifies any options used when mounting the volume direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:UNIXVolumeFacet
native master:UNIXVolumeFacet

LinkML Source

Direct

name: UNIXVolumeFacet
description: '"A UNIX volume facet is a grouping of characteristics unique to a single
  accessible storage area (volume) with a single UNIX 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:
- mountPoint
- options

Induced

name: UNIXVolumeFacet
description: '"A UNIX volume facet is a grouping of characteristics unique to a single
  accessible storage area (volume) with a single UNIX 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:
  mountPoint:
    name: mountPoint
    description: '"Specifies the mountPoint of the partition."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q63524048
    rank: 1000
    alias: mountPoint
    owner: UNIXVolumeFacet
    domain_of:
    - DiskPartitionFacet
    - UNIXVolumeFacet
    range: string
  options:
    name: options
    description: '"Specifies any options used when mounting the volume."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: options
    owner: UNIXVolumeFacet
    domain_of:
    - UNIXVolumeFacet
    range: string