Skip to content

Class: DiskPartitionFacet

"A disk partition facet is a grouping of characteristics unique to a particular managed region on a storage mechanism."

URI: master:DiskPartitionFacet

classDiagram class DiskPartitionFacet Facet <|-- DiskPartitionFacet DiskPartitionFacet : diskPartitionType DiskPartitionFacet : mountPoint DiskPartitionFacet : observableCreatedTime DiskPartitionFacet : partitionID DiskPartitionFacet : partitionLength DiskPartitionFacet : partitionOffset DiskPartitionFacet : spaceLeft DiskPartitionFacet : spaceUsed DiskPartitionFacet : totalSpace

Inheritance

Slots

Name Cardinality and Range Description Inheritance
observableCreatedTime 0..1
Datetime
"The date and time at which the observable object being characterized was cre... direct
partitionLength 0..1
Integer
"Specifies the length of the partition, in bytes direct
partitionOffset 0..1
Integer
"Specifies the starting offset of the partition, in bytes direct
spaceLeft 0..1
Integer
"Specifies the amount of spaceLeft on the partition, in bytes direct
spaceUsed 0..1
Integer
"Specifies the amount of spaceUsed on the partition, in bytes direct
totalSpace 0..1
Integer
"Specifies the total amount of space available on the partition, in bytes direct
diskPartitionType 0..1
String
"Specifies the type of partition being characterized direct
mountPoint 0..1
String
"Specifies the mountPoint of the partition direct
partitionID 0..1
String
"Specifies the identifier of the partition, as provided by the containing par... direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DiskPartitionFacet
description: '"A disk partition facet is a grouping of characteristics unique to a
  particular managed region on a storage mechanism."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- observableCreatedTime
- partitionLength
- partitionOffset
- spaceLeft
- spaceUsed
- totalSpace
- diskPartitionType
- mountPoint
- partitionID

Induced

name: DiskPartitionFacet
description: '"A disk partition facet is a grouping of characteristics unique to a
  particular managed region on a storage mechanism."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  observableCreatedTime:
    name: observableCreatedTime
    description: '"The date and time at which the observable object being characterized
      was created. This time pertains to an intrinsic characteristic of the observable
      object, and would be consistent across independent characterizations or observations
      of the observable object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: observableCreatedTime
    owner: DiskPartitionFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - DiskPartitionFacet
    - EventRecordFacet
    - FileFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - NoteFacet
    - ProcessFacet
    - WindowsTaskFacet
    range: datetime
  partitionLength:
    name: partitionLength
    description: '"Specifies the length of the partition, in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: partitionLength
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: integer
  partitionOffset:
    name: partitionOffset
    description: '"Specifies the starting offset of the partition, in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: partitionOffset
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: integer
  spaceLeft:
    name: spaceLeft
    description: '"Specifies the amount of spaceLeft on the partition, in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: spaceLeft
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: integer
  spaceUsed:
    name: spaceUsed
    description: '"Specifies the amount of spaceUsed on the partition, in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: spaceUsed
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: integer
  totalSpace:
    name: totalSpace
    description: '"Specifies the total amount of space available on the partition,
      in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: totalSpace
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: integer
  diskPartitionType:
    name: diskPartitionType
    description: '"Specifies the type of partition being characterized."'
    from_schema: https://w3id.org/lmodel/uco-master
    close_mappings:
    - wikidata:Q17042692
    rank: 1000
    alias: diskPartitionType
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: string
  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: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    - UNIXVolumeFacet
    range: string
  partitionID:
    name: partitionID
    description: '"Specifies the identifier of the partition, as provided by the containing
      partition table.  This identifier is the index value within the partition table,
      and is expected to be an incrementing alphanumeric value (numeric in most partition
      systems), not a GUID or UUID.  Sorting partitions by this index should first
      attempt to sort a numeric cast of the value."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: partitionID
    owner: DiskPartitionFacet
    domain_of:
    - DiskPartitionFacet
    range: string