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: observable:UNIXVolumeFacet
classDiagram
class UNIXVolumeFacet
Facet <|-- UNIXVolumeFacet
UNIXVolumeFacet : mountPoint
UNIXVolumeFacet ..> string : mountPoint
UNIXVolumeFacet : options
UNIXVolumeFacet ..> string : options
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- UNIXVolumeFacet
- Facet
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
mountPoint | 0..1 xsd:string |
"Specifies the mountPoint of the partition | direct |
options | 0..1 xsd:string |
"Specifies any options used when mounting the volume | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:UNIXVolumeFacet |
native | observable: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-observable
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-observable
rank: 1000
is_a: Facet
attributes:
mountPoint:
name: mountPoint
description: '"Specifies the mountPoint of the partition."'
from_schema: https://w3id.org/lmodel/uco-observable
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-observable
rank: 1000
alias: options
owner: UNIXVolumeFacet
domain_of:
- UNIXVolumeFacet
range: string