https://unifiedcyberontology.org/ontology/uco/observable#byteStringValue
@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 .