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: master:MimePartType

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
bodyRaw 0..1
ObservableObject
direct
body 0..1
String
"Text forming the main content of a printed or digital work (as opposed to ad... direct
contentDisposition 0..1
String
direct
contentType 0..1
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-master

Mappings

Mapping Type Mapped Value
self master:MimePartType
native master: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-master
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-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  bodyRaw:
    name: bodyRaw
    description: ''
    from_schema: https://w3id.org/lmodel/uco-master
    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-master
    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-master
    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-master
    close_mappings:
    - wikidata:P1163
    narrow_mappings:
    - NCIT:C114549
    rank: 1000
    alias: contentType
    owner: MimePartType
    domain_of:
    - EmailMessageFacet
    - MimePartType
    range: string