Class: ContentDataFacet
"A content data facet is a grouping of characteristics unique to a block of digital data."
URI: observable:ContentDataFacet
classDiagram
class ContentDataFacet
Facet <|-- ContentDataFacet
ContentDataFacet : byteOrder
ContentDataFacet ..> string : byteOrder
ContentDataFacet : dataPayload
ContentDataFacet ..> string : dataPayload
ContentDataFacet : dataPayloadReferenceURL
ContentDataFacet ..> ObservableObject : dataPayloadReferenceURL
ContentDataFacet : entropy
ContentDataFacet ..> decimal type : entropy
ContentDataFacet : hash
ContentDataFacet ..> Hash : hash
ContentDataFacet : isEncrypted
ContentDataFacet ..> boolean type : isEncrypted
ContentDataFacet : magicNumber
ContentDataFacet ..> string : magicNumber
ContentDataFacet : mimeClass
ContentDataFacet ..> string : mimeClass
ContentDataFacet : mimeType
ContentDataFacet ..> string : mimeType
ContentDataFacet : sizeInBytes
ContentDataFacet ..> integer : sizeInBytes
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- ContentDataFacet
- Facet
- UcoInherentCharacterizationThing
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 xsd:integer |
"The size of the data in bytes | direct |
dataPayload | 0..1 xsd:string |
direct | |
magicNumber | 0..1 xsd:string |
direct | |
mimeClass | 0..1 xsd:string |
direct | |
mimeType | 0..1 xsd:string |
"MIME type of the data | direct |
byteOrder | 0..1 xsd:string |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:ContentDataFacet |
native | observable: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-observable
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-observable
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-observable
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-observable
rank: 1000
multivalued: true
alias: hash
owner: ContentDataFacet
domain_of:
- ContentDataFacet
range: Hash
isEncrypted:
name: isEncrypted
from_schema: https://w3id.org/lmodel/uco-observable
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-observable
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-observable
rank: 1000
alias: sizeInBytes
owner: ContentDataFacet
domain_of:
- ContentDataFacet
- FileFacet
range: integer
dataPayload:
name: dataPayload
from_schema: https://w3id.org/lmodel/uco-observable
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-observable
rank: 1000
alias: magicNumber
owner: ContentDataFacet
domain_of:
- ContentDataFacet
range: string
mimeClass:
name: mimeClass
from_schema: https://w3id.org/lmodel/uco-observable
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-observable
rank: 1000
multivalued: true
alias: mimeType
owner: ContentDataFacet
domain_of:
- ContentDataFacet
range: string
byteOrder:
name: byteOrder
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: byteOrder
owner: ContentDataFacet
domain_of:
- ContentDataFacet
union_of:
- '{''range'': ''EndiannessTypeVocab''}'
- '{''range'': ''string type''}'
range: string