Skip to content

Class: DataRangeFacet

"A data range facet is a grouping of characteristics unique to a particular contiguous scope within a block of digital data."

URI: observable:DataRangeFacet

classDiagram class DataRangeFacet Facet <|-- DataRangeFacet DataRangeFacet : rangeOffset DataRangeFacet ..> integer : rangeOffset DataRangeFacet : rangeOffsetType DataRangeFacet ..> string : rangeOffsetType DataRangeFacet : rangeSize DataRangeFacet ..> integer : rangeSize

Inheritance

Slots

Name Cardinality and Range Description Inheritance
rangeOffset 0..1
xsd:integer
"The offset at which the start of data can be found, relative to the rangeOff... direct
rangeSize 0..1
xsd:integer
"The size of the data in bytes direct
rangeOffsetType 0..1
xsd:string
"The type of offset defined for the range (e direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self observable:DataRangeFacet
native observable: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-observable
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-observable
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-observable
    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-observable
    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-observable
    rank: 1000
    alias: rangeOffsetType
    owner: DataRangeFacet
    domain_of:
    - DataRangeFacet
    range: string