Standaarden:Schema.org/schema:encoding/en
Naar navigatie springen
Naar zoeken springen
Specificatie | (leidend) |
In schema.org, a separate MediaObject is created for each download format.
{
"@context": {
"schema": "https://schema.org/"
},
"schema:encoding": [
{
"@type": "schema:MediaObject",
"schema:encodingFormat": "application/pdf",
"schema:url": "http://www.site.nl/materiaal/4560.pdf"
},
{
"@type": "schema:MediaObject",
"schema:encodingFormat": "application/epub+zip",
"schema:url": "http://www.site.nl/materiaal/4560.epub"
}
]
}
Gebruikt in | Edurep:Metadata/Uitvoerformaten |
Vergelijkbaar met | Standaarden:NL_LOM/lom.relation/hasformat |
Gerelateerd aan | - |