observable:numberOfSymbols leaf node


URI

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

Label

numberOfSymbols

Description

Specifies the number of entries in the symbol table of the PE binary, as a non-negative integer.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:numberOfSymbols xsd:integer

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:numberOfSymbols a owl:DatatypeProperty ;
    rdfs:label "numberOfSymbols"@en ;
    rdfs:comment "Specifies the number of entries in the symbol table of the PE binary, as a non-negative integer."@en ;
    rdfs:range xsd:integer .