Class: DataRangeFacet
"A data range facet is a grouping of characteristics unique to a particular contiguous scope within a block of digital data."
 classDiagram
    class DataRangeFacet
      Facet <|-- DataRangeFacet
      DataRangeFacet : rangeOffset
      DataRangeFacet : rangeOffsetType
      DataRangeFacet : rangeSize
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- DataRangeFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| rangeOffset | 0..1  Integer  | 
"The offset at which the start of data can be found, relative to the rangeOff... | direct | 
| rangeSize | 0..1  Integer  | 
"The size of the data in bytes | direct | 
| rangeOffsetType | 0..1  String  | 
"The type of offset defined for the range (e | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:DataRangeFacet | 
| native | master:DataRangeFacet | 
LinkML Source
Direct
name: DataRangeFacet
description: '"A data range facet is a grouping of characteristics unique to a particular
  contiguous scope within a block of digital data."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- rangeOffset
- rangeSize
- rangeOffsetType
Induced
name: DataRangeFacet
description: '"A data range facet is a grouping of characteristics unique to a particular
  contiguous scope within a block of digital data."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  rangeOffset:
    name: rangeOffset
    description: '"The offset at which the start of data can be found, relative to
      the rangeOffsetType defined."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: rangeOffset
    owner: DataRangeFacet
    domain_of:
    - DataRangeFacet
    range: integer
  rangeSize:
    name: rangeSize
    description: '"The size of the data in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: rangeSize
    owner: DataRangeFacet
    domain_of:
    - DataRangeFacet
    range: integer
  rangeOffsetType:
    name: rangeOffsetType
    description: '"The type of offset defined for the range (e.g., image, file, address)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: rangeOffsetType
    owner: DataRangeFacet
    domain_of:
    - DataRangeFacet
    range: string