observable:numberOfSections leaf node


URI

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

Label

numberOfSections

Description

Specifies the number of sections in the PE binary, as a non-negative integer.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:numberOfSections 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:numberOfSections a owl:DatatypeProperty ;
    rdfs:label "numberOfSections"@en ;
    rdfs:comment "Specifies the number of sections in the PE binary, as a non-negative integer."@en ;
    rdfs:range xsd:integer .