observable:imageBase leaf node


URI

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

Label

imageBase

Description

Specifies the address that is relative to the image base of the beginning-of-data section when it is loaded into memory.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:imageBase xsd:unsignedInt

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:imageBase a owl:DatatypeProperty ;
    rdfs:label "imageBase"@en ;
    rdfs:comment "Specifies the address that is relative to the image base of the beginning-of-data section when it is loaded into memory."@en ;
    rdfs:range xsd:unsignedInt .