observable:bodyMultipart leaf node


URI

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

Label

bodyMultipart

Description

A list of the MIME parts that make up the email body. This field MAY only be used if isMultipart is true.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:bodyMultipart observable:MimePartType

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:bodyMultipart a owl:ObjectProperty ;
    rdfs:label "bodyMultipart"@en ;
    rdfs:comment "A list of the MIME parts that make up the email body. This field MAY only be used if isMultipart is true."@en ;
    rdfs:range observable:MimePartType .