observable:byteStringValue leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#byteStringValue

Label

byteStringValue

Description

Specifies the raw, byte-string representation of the extracted string.

Usage

DOMAINPROPERTYRANGE
observable:ExtractedString observable:byteStringValue owl:Thing (inferred)

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:byteStringValue a owl:DatatypeProperty ;
    rdfs:label "byteStringValue"@en ;
    rdfs:comment "Specifies the raw, byte-string representation of the extracted string."@en ;
    rdfs:domain observable:ExtractedString .