observable:sections leaf node


URI

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

Label

sections

Description

Specifies metadata about the sections in the PE file.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:sections observable:WindowsPESection

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:sections a owl:ObjectProperty ;
    rdfs:label "sections"@en ;
    rdfs:comment "Specifies metadata about the sections in the PE file."@en ;
    rdfs:range observable:WindowsPESection .