Standaarden:Schema.org/schema:license: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Nieuwe pagina aangemaakt met '{{Documentatie|https://schema.org/license|Specificatie|en|leidend}} <syntaxhighlight lang="json"> { "@context": { "schema": "https://schema.org/" },...') |
|||
Regel 3: | Regel 3: | ||
{ |
{ |
||
"@context": { |
"@context": { |
||
+ | "lom": "http://ltsc.ieee.org/xsd/LOM#", |
||
"schema": "https://schema.org/" |
"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/", |
"schema:license": "https://creativecommons.org/licenses/by/4.0/", |
Versie van 13 okt 2021 22:15
Specificatie | (leidend) |
{
"@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 | - |