Skip to content

Class: ContentDataFacet

"A content data facet is a grouping of characteristics unique to a block of digital data."

URI: master:ContentDataFacet

classDiagram class ContentDataFacet Facet <|-- ContentDataFacet ContentDataFacet : byteOrder ContentDataFacet : dataPayload ContentDataFacet : dataPayloadReferenceURL ContentDataFacet ..> ObservableObject : dataPayloadReferenceURL ContentDataFacet : entropy ContentDataFacet : hash ContentDataFacet ..> Hash : hash ContentDataFacet : isEncrypted ContentDataFacet : magicNumber ContentDataFacet : mimeClass ContentDataFacet : mimeType ContentDataFacet : sizeInBytes

Inheritance

Slots

Name Cardinality and Range Description Inheritance
dataPayloadReferenceURL 0..1
ObservableObject
direct
hash 0..1
Hash
"Hash values of the data direct
isEncrypted 0..1
BooleanType
direct
entropy 0..1
DecimalType
"Shannon entropy (a measure of randomness) of the data direct
sizeInBytes 0..1
Integer
"The size of the data in bytes direct
dataPayload 0..1
String
direct
magicNumber 0..1
String
direct
mimeClass 0..1
String
direct
mimeType 0..1
String
"MIME type of the data direct
byteOrder 0..1
String
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ContentDataFacet
description: '"A content data facet is a grouping of characteristics unique to a block
  of digital data."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- dataPayloadReferenceURL
- hash
- isEncrypted
- entropy
- sizeInBytes
- dataPayload
- magicNumber
- mimeClass
- mimeType
- byteOrder
slot_usage:
  hash:
    name: hash
    multivalued: true
    domain_of:
    - ContentDataFacet
  mimeType:
    name: mimeType
    multivalued: true
    domain_of:
    - ContentDataFacet

Induced

name: ContentDataFacet
description: '"A content data facet is a grouping of characteristics unique to a block
  of digital data."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  hash:
    name: hash
    multivalued: true
    domain_of:
    - ContentDataFacet
  mimeType:
    name: mimeType
    multivalued: true
    domain_of:
    - ContentDataFacet
attributes:
  dataPayloadReferenceURL:
    name: dataPayloadReferenceURL
    description: ''
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: dataPayloadReferenceURL
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: ObservableObject
  hash:
    name: hash
    description: '"Hash values of the data."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: hash
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: Hash
  isEncrypted:
    name: isEncrypted
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isEncrypted
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: boolean type
  entropy:
    name: entropy
    description: '"Shannon entropy (a measure of randomness) of the data."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q4205093
    rank: 1000
    alias: entropy
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    - WindowsPESection
    range: decimal type
  sizeInBytes:
    name: sizeInBytes
    description: '"The size of the data in bytes."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: sizeInBytes
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    - FileFacet
    range: integer
  dataPayload:
    name: dataPayload
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q1424639
    narrow_mappings:
    - wikidata:Q726868
    - wikidata:Q55106975
    rank: 1000
    alias: dataPayload
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: string
  magicNumber:
    name: magicNumber
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: magicNumber
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: string
  mimeClass:
    name: mimeClass
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: mimeClass
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: string
  mimeType:
    name: mimeType
    description: '"MIME type of the data. For example ''text/html'' or ''audio/mp3''."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: mimeType
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    range: string
  byteOrder:
    name: byteOrder
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: byteOrder
    owner: ContentDataFacet
    domain_of:
    - ContentDataFacet
    union_of:
    - '{''range'': ''EndiannessTypeVocab''}'
    - '{''range'': ''string type''}'
    range: string