Standaarden:Schema.org/schema:license: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
k (Dumeljic01 heeft pagina Standaarden:Schema.org/license hernoemd naar Standaarden:Schema.org/schema:license) |
Geen bewerkingssamenvatting |
||
Regel 3: | Regel 3: | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
{ | { | ||
"@context": { | |||
"lom": "http://ltsc.ieee.org/xsd/LOM#", | |||
"schema": "https://schema.org/" | |||
}, | |||
"lom:copyrightAndOtherRestrictions": "cc-by-40", | |||
"schema:copyrightNotice": { | |||
"@language": "nl", | |||
"@value": "CC BY 4.0" | |||
}, | |||
"schema:license": "https://creativecommons.org/licenses/by/4.0/" | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
Versie van 20 okt 2021 19:16
![]() |
Specificatie | ![]() |
(leidend) |
Een URL naar een licentie document dat van toepassing is op dit leermiddel.
{
"@context": {
"lom": "http://ltsc.ieee.org/xsd/LOM#",
"schema": "https://schema.org/"
},
"lom:copyrightAndOtherRestrictions": "cc-by-40",
"schema:copyrightNotice": {
"@language": "nl",
"@value": "CC BY 4.0"
},
"schema:license": "https://creativecommons.org/licenses/by/4.0/"
}
Gebruikt in | Edurep:Metadata/Licentie |
Vergelijkbaar met | Standaarden:NL_LOM/lom.rights.copyrightandotherrestrictions |
Gerelateerd aan | - |