IANA site and MDN reference), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.

In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.">

encodingFormat - Schema.org Property (original) (raw)

Note: You are viewing the development version of Schema.org. See how we work for more details.

Media type typically expressed using a MIME format (see IANA site and MDN reference), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.

In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.

Values expected to be one of these types

`* Text

Supersedes
fileFormat

Examples

Example notes or example HTML without markup.

12oclock_girona.mp3 Total Time: 0m:15s - Recorded on a terrace of Girona a sunday morning composed by Roger

Example encoded as Microdata embedded in HTML.

12oclock_girona.mp3 Recorded on a terrace of Girona a sunday morning

Example encoded as RDFa embedded in HTML.

12oclock_girona.mp3 Recorded on a terrace of Girona a sunday morning

Example encoded as JSON-LD in a HTML script tag.

Structured representation of the JSON-LD example.

{ "@context": "https://schema.org", "@type": "AudioObject", "contentUrl": "http://media.freesound.org/data/0/previews/719\_\_elmomo\_\_12oclock\_girona\_preview.mp3", "description": "Recorded on a terrace of Girona a sunday morning", "duration": "T0M15S", "encodingFormat": "audio/mpeg", "name": "12oclock_girona.mp3" }

Example notes or example HTML without markup.

standards. toothbrushes. don't ask

Example encoded as Microdata embedded in HTML.

standards. toothbrushes. don't ask

Example encoded as RDFa embedded in HTML.

standards. toothbrushes. don't ask

No JSON-LD example available

Example notes or example HTML without markup.

[A basic presentation in HTML]

Example encoded as Microdata embedded in HTML.

Example encoded as RDFa embedded in HTML.

Example encoded as JSON-LD in a HTML script tag.

Structured representation of the JSON-LD example.

{ "@context" : "https://schema.org/" , "@type" : "CreativeWork" , "accessibilityHazard" : [ "FlashingHazard" , "noSoundHazard" , "noMotionSimulationHazard" ] , "accessibilityFeature" : [ "alternativeText" , "longDescription" ] , "encodingFormat" : [ "text/html" , "image/png" , "text/javascript" , "text/css" ] , "accessibilityAPI" : [ "ARIA" , "UIA" ], "accessibilityControl" : [ "fullKeyboardControl" , "fullTouchControl" , "fullVoiceControl" , "fullMouseControl" ] }