Standaarden:Schema.org/schema:copyrightNotice: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
k (Dumeljic01 heeft pagina Standaarden:Schema.org/copyrightNotice hernoemd naar Standaarden:Schema.org/schema:copyrightNotice) |
|||
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
{{Documentatie|https://schema.org/copyrightNotice|Specificatie|en|leidend}} |
{{Documentatie|https://schema.org/copyrightNotice|Specificatie|en|leidend}} |
||
− | Tekst waarin de auteursrechthebbende van dit leermiddel wordt vermeld. |
||
<syntaxhighlight lang="json"> |
<syntaxhighlight lang="json"> |
||
{ |
{ |
||
− | + | "@context": { |
|
− | + | "lom": "http://ltsc.ieee.org/xsd/LOM#", |
|
− | + | "schema": "https://schema.org/" |
|
− | + | }, |
|
− | + | "lom:copyrightAndOtherRestrictions": "yes", |
|
− | + | "schema:copyrightNotice": { |
|
− | + | "@language": "nl", |
|
− | + | "@value": "Omschrijving Rechten bij Copyright" |
|
− | + | } |
|
} |
} |
||
</syntaxhighlight> |
</syntaxhighlight> |
Huidige versie van 12 nov 2021 om 16:45
Specificatie | (leidend) |
{
"@context": {
"lom": "http://ltsc.ieee.org/xsd/LOM#",
"schema": "https://schema.org/"
},
"lom:copyrightAndOtherRestrictions": "yes",
"schema:copyrightNotice": {
"@language": "nl",
"@value": "Omschrijving Rechten bij Copyright"
}
}
Gebruikt in | Edurep:Metadata/Licentie |
Vergelijkbaar met | Standaarden:NL_LOM/lom.rights.description |
Gerelateerd aan | - |