Standaarden:Schema.org/schema:encoding: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Nieuwe pagina aangemaakt met '{{Documentatie|https://schema.org/encoding|Specificatie|en|leidend}} <syntaxhighlight lang="json"> { "@context": { "schema": "https://schema.org/" }, "sch...') |
(relate formaat) |
||
Regel 20: | Regel 20: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<noinclude> | <noinclude> | ||
{{:Edurep:SeeAlso|use=[[Edurep:Metadata/Uitvoerformaten]]|sibling=[[Standaarden:NL_LOM/lom.relation/hasformat]]}} | {{:Edurep:SeeAlso|use=[[Edurep:Metadata/Uitvoerformaten]]|sibling=[[Standaarden:NL_LOM/lom.relation/hasformat]]|related=[[Edurep:Metadata/Formaat]]}} | ||
</noinclude> | </noinclude> |
Versie van 22 okt 2021 07:25
![]() |
Specificatie | ![]() |
(leidend) |
{
"@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 | Edurep:Metadata/Formaat |