Class: DiskFacet
"A disk facet is a grouping of characteristics unique to a storage mechanism where data is recorded by various electronic, magnetic, optical, or mechanical changes to a surface layer of one or more rotating disks."
URI: master:DiskFacet
 classDiagram
    class DiskFacet
      Facet <|-- DiskFacet
      DiskFacet : diskSize
      DiskFacet : diskType
      DiskFacet : freeSpace
      DiskFacet : partition
          DiskFacet ..> ObservableObject : partition
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- DiskFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| partition | 0..1  ObservableObject  | 
"The partitions that reside on the disk | direct | 
| diskSize | 0..1  Integer  | 
"The size of the disk, in bytes | direct | 
| freeSpace | 0..1  Integer  | 
"The amount of freeSpace on the disk, in bytes | direct | 
| diskType | 0..1  String  | 
"The type of disk being characterized, e | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:DiskFacet | 
| native | master:DiskFacet | 
LinkML Source
Direct
name: DiskFacet
description: '"A disk facet is a grouping of characteristics unique to a storage mechanism
  where data is recorded by various electronic, magnetic, optical, or mechanical changes
  to a surface layer of one or more rotating disks."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- partition
- diskSize
- freeSpace
- diskType
slot_usage:
  partition:
    name: partition
    multivalued: true
    domain_of:
    - DiskFacet
Induced
name: DiskFacet
description: '"A disk facet is a grouping of characteristics unique to a storage mechanism
  where data is recorded by various electronic, magnetic, optical, or mechanical changes
  to a surface layer of one or more rotating disks."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  partition:
    name: partition
    multivalued: true
    domain_of:
    - DiskFacet
attributes:
  partition:
    name: partition
    description: '"The partitions that reside on the disk."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: partition
    owner: DiskFacet
    domain_of:
    - DiskFacet
    range: ObservableObject
  diskSize:
    name: diskSize
    description: '"The size of the disk, in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: diskSize
    owner: DiskFacet
    domain_of:
    - DiskFacet
    range: integer
  freeSpace:
    name: freeSpace
    description: '"The amount of freeSpace on the disk, in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: freeSpace
    owner: DiskFacet
    domain_of:
    - DiskFacet
    range: integer
  diskType:
    name: diskType
    description: '"The type of disk being characterized, e.g., removable."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: diskType
    owner: DiskFacet
    domain_of:
    - DiskFacet
    range: string