The MIME type of the content.
URI: schema:encodingFormat
Alias: encodingFormat
Applicable Classes
| Name |
Description |
Modifies Slot |
| DataDownload |
A distribution of a Dataset, e |
no |
Properties
Type and Range
Cardinality and Requirements
- The MIME type describing the file format.
Common examples for oceanographic data:
text/csv (CSV files), application/netcdf (NetCDF files), application/json (JSON data),
application/pdf (PDF documents), text/plain (text files).
See https://www.iana.org/assignments/media-types/ for complete list of official MIME types.
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type |
Mapped Value |
| self |
schema:encodingFormat |
| native |
mbo:encodingFormat |
LinkML Source
name: encodingFormat
description: The MIME type of the content.
title: Encoding Format
comments:
- "The MIME type describing the file format. \nCommon examples for oceanographic data:\n\
\ `text/csv` (CSV files), `application/netcdf` (NetCDF files), `application/json`\
\ (JSON data), \n `application/pdf` (PDF documents), `text/plain` (text files).\
\ \n\n See https://www.iana.org/assignments/media-types/ for complete list of official\
\ MIME types.\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:encodingFormat
alias: encodingFormat
domain_of:
- DataDownload
range: string
required: false
multivalued: false