Standaarden:Schema.org/schema:license: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
 
(3 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
 
{{Documentatie|https://schema.org/license|Specificatie|en|leidend}}
 
{{Documentatie|https://schema.org/license|Specificatie|en|leidend}}
  +
Het {{Code|schema:license}} veld bevat een URL naar een licentie document dat van toepassing is op dit leermiddel.
 
<syntaxhighlight lang="json">
 
<syntaxhighlight lang="json">
 
{
 
{
"@context": {
+
"@context": {
"lom": "http://ltsc.ieee.org/xsd/LOM#",
+
"lom": "http://ltsc.ieee.org/xsd/LOM#",
"schema": "https://schema.org/"
+
"schema": "https://schema.org/"
},
+
},
"lom:copyrightAndOtherRestrictions": "cc-by-40",
+
"lom:copyrightAndOtherRestrictions": "cc-by-40",
"schema:copyrightNotice": {
+
"schema:copyrightNotice": {
"@language": "nl",
+
"@language": "nl",
"@value": "CC BY 4.0"
+
"@value": "CC BY 4.0"
},
+
},
"schema:license": "https://creativecommons.org/licenses/by/4.0/"
+
"schema:license": "https://creativecommons.org/licenses/by/4.0/"
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>

Huidige versie van 12 nov 2021 om 18:01

Bullet book.png Specificatie En.gif (leidend)

Het schema:license veld bevat 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 -