You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Element name

Format

 

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7be580d0-f854-4c45-8173-f194a4e8ede5"><ac:plain-text-body><![CDATA[

DCMI definition

The physical or digital manifestation of the resource. Typically, Format may include the media-type or dimensions of the resource. Format may be used to determine the software, hardware or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats).

 

]]></ac:plain-text-body></ac:structured-macro>

Usage

Recommended

 

Usage instruction

Based on best practice, the IANA registered list of Internet Media Types (MIME types) is used to select a term from. For the full list see the scheme location below. Below will follow an example list of IANA MIME types:

 

 

Type

Subtype

 

 

text

  • plain
  • richtext
  • enriched
  • tab-separated-values
  • html
  • sgml
  • xml

 

 

application

  • octet-stream
  • postscript
  • rtf
  • applefile
  • mac-binhex40
  • wordperfect5.1
  • pdf
  • vnd.oasis.opendocument.text
  • zip
  • macwriteii
  • msword
  • sgml
  • ms-excel
  • ms-powerpoint
  • ms-project
  • ms-works
  • xhtml+xml
  • xml

 

 

image

  • jpeg
  • gif
  • tiff
  • png
  • jpeg2000
  • sid

 

 

audio

  • wav
  • mp3
  • quicktime

 

 

video

  • mpeg1
  • mpeg2
  • mpeg3
  • avi

 

 

If one specific resource (an instance of scientific output) has more than one physical formats (e.g. postscript and pdf) stored as different object files, all formats are mentioned in the DC element 'format', for example:

  • <dc:format>application/pdf</dc:format>
  • <dc:format>application/postscript</dc:format>
  • <dc:format>application/vnd.oasis.opendocument.text</dc:format>

 

Do not confuse with with

  • Type
  • Identifier
    DC element 'format' describes the media type of this resource. DC element 'type' describes the kind of academic output the resource is a representation of. Dc:identifier is used to represent manifestations of digital resources.

 

Scheme

the IANA registered list of Internet Media Types (MIME types) - http://www.iana.org/assignments/media-types/

 

Examples

<dc:format>video/quicktime</dc:format>
<dc:format>application/pdf</dc:format>
<dc:format>application/xml</dc:format>
<dc:format>application/xhtml+xml</dc:format>
<dc:format>application/html</dc:format>
<dc:format>application/vnd.oasis.opendocument.text</dc:format>

 


  • No labels