Skip to content

Class: MimePartType

"A mime part type is a grouping of characteristics unique to a component of a multi-part email body."

URI: observable:MimePartType

classDiagram class MimePartType UcoInherentCharacterizationThing <|-- MimePartType MimePartType : body MimePartType ..> string : body MimePartType : bodyRaw MimePartType ..> ObservableObject : bodyRaw MimePartType : contentDisposition MimePartType ..> string : contentDisposition MimePartType : contentType MimePartType ..> string : contentType

Inheritance

Slots

Name Cardinality and Range Description Inheritance
bodyRaw 0..1
ObservableObject
direct
body 0..1
xsd:string
"Text forming the main content of a printed or digital work (as opposed to ad... direct
contentDisposition 0..1
xsd:string
direct
contentType 0..1
xsd:string
direct

Usages

used by used in type used
EmailMessageFacet bodyMultipart range MimePartType

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:MimePartType
native observable:MimePartType

LinkML Source

Direct

name: MimePartType
description: '"A mime part type is a grouping of characteristics unique to a component
  of a multi-part email body."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- bodyRaw
- body
- contentDisposition
- contentType

Induced

name: MimePartType
description: '"A mime part type is a grouping of characteristics unique to a component
  of a multi-part email body."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  bodyRaw:
    name: bodyRaw
    description: ''
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: bodyRaw
    owner: MimePartType
    domain_of:
    - EmailMessageFacet
    - MimePartType
    range: ObservableObject
  body:
    name: body
    description: '"Text forming the main content of a printed or digital work (as
      opposed to additional elements such as headlines, images, charts, footnotes)"'
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - wikidata:Q1378314
    rank: 1000
    alias: body
    owner: MimePartType
    domain_of:
    - EmailMessageFacet
    - MimePartType
    range: string
  contentDisposition:
    name: contentDisposition
    from_schema: https://w3id.org/lmodel/uco-observable
    broad_mappings:
    - wikidata:Q1149305
    rank: 1000
    alias: contentDisposition
    owner: MimePartType
    domain_of:
    - EmailMessageFacet
    - MimePartType
    range: string
  contentType:
    name: contentType
    from_schema: https://w3id.org/lmodel/uco-observable
    close_mappings:
    - wikidata:P1163
    narrow_mappings:
    - NCIT:C114549
    rank: 1000
    alias: contentType
    owner: MimePartType
    domain_of:
    - EmailMessageFacet
    - MimePartType
    range: string