Edurep:Metadata/Licentie/en

Uit Kennisnet Developers Documentatie
< Edurep:Metadata‎ | Licentie
Versie door Dumeljic01 (overleg | bijdragen) op 4 okt 2023 om 22:15 (EN)
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen
Nl.gif Nederlands En.gif English

Use the lom/rights/copyrightandotherrestrictions field to indicate whether a learning resource is shared under a specific license.
It is recommended to use the latest CreativeCommons license values as included in the recommended vocabulary:

In this case it is possible to convert the value of the lom/rights/copyrightandotherrestrictions/value/langstring field to the schema:license field.

Vocabulary

  • cc-by-40 (CC Attribution 4.0 International)
  • cc-by-nd-40 (CC Attribution-NoDerivativeWorks 4.0 International)
  • cc-by-nc-40 (CC Attribution-NonCommercial 4.0 International)
  • cc-by-nc-nd-40 (CC Attribution-NonCommercial-NoDerivativeWorks 4.0 International)
  • cc-by-nc-sa-40 (CC Attribution-NonCommercial-ShareAlike 4.0 International)
  • cc-by-sa-40 (CC Attribution-ShareAlike 4.0 International)
    • cc-by-30 (CC Attribution 3.0 Netherlands )
    • cc-by-nd-30 (CC Attribution-NoDerivativeWorks 3.0 Netherlands )
    • cc-by-nc-30 (CC Attribution-NonCommercial 3.0 Netherlands )
    • cc-by-nc-nd-30 (CC Attribution-NonCommercial-NoDerivativeWorks3.0 Netherlands )
    • cc-by-nc-sa-30 (CC Attribution-NonCommercial-ShareAlike 3.0 Netherlands )
    • cc-by-sa-30 (CC Attributio -ShareAlike 3.0 Netherlands )
  • cc0-10 (CC0 1.0 Universal (CC0 1.0) Publiek Domein Statement)
  • pdm-10 (Public Domain Mark 1.0)

The NL LOM standard also allows the use of the following values:

  • unknown
  • yes
  • no

Although it is allowed, we strongly prefer to use CC licenses.

NL LOM

Bullet book.png Specificatie Nl.gif (leidend)
<lom>
  <rights>
   <copyrightandotherrestrictions>
     <source>
       <langstring xml:lang="x-none">https://purl.edustandaard.nl/copyrightsandotherrestrictions_nllom_20180530</langstring>
     </source>
     <value>
       <langstring xml:lang="x-none">cc-by-40</langstring>
     </value>
   </copyrightandotherrestrictions>
   <description>
     <langstring xml:lang="x-none">De Internationale Creative Commons 4.0 licentie waarbij de gebruiker het werk mag kopiëren, verspreiden en doorgeven en afgeleide werken mag maken onder de voorwaarde: Naamsvermelding, zie http://creativecommons.org/licenses/by/4.0/.</langstring>
   </description>
  </rights>
</lom>


Bullet book.png Specification Nl.gif (leidend)

Using lom/rights/description is RECOMMENDED if the lom/rights/copyrightandotherrestrictions/value/langstring field contains the value "yes". Since in that case the field scheme:license cannot be used (because the entered value must be a URL), a special field lom:copyrightAndOtherRestrictions has been introduced to save that information. In that case, the contents of the lom/rights/description/langstring field are copied to the scheme:copyrightNotice/@value field.

<lom>
  <rights>
   <copyrightandotherrestrictions>
     <source>
       <langstring xml:lang="x-none">https://purl.edustandaard.nl/copyrightsandotherrestrictions_nllom_20180530</langstring>
     </source>
     <value>
       <langstring xml:lang="x-none">yes</langstring>
     </value>
   </copyrightandotherrestrictions>
   <description>
     <langstring xml:lang="x-none">Description of Copyright rights</langstring>
   </description>
  </rights>
</lom>

Schema.org

Bullet book.png Specification En.gif (leidend)

The scheme:license field contains a URL to a license document that applies to this learning resource.

{
  "@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/"
}


Bullet book.png Specificatie En.gif (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"
  }
}

Searching

Searching with lom.rights.copyrightandotherrestrictions or schema.org equivalent lom:copyrightAndOtherRestrictions will return the same result.

Drilldown

/edurep/sruns: query=*&maximumRecords=0&x-term-drilldown=lom.rights.copyrightandotherrestrictions:0
/edurep/sruns: query=*&maximumRecords=0&x-term-drilldown=lom:copyrightAndOtherRestrictions:0
/jsonsearch: query=*&page-size=0&facet=lom:copyrightAndOtherRestrictions:0

Drilldown with schema.org schema:license only counts CC licenses.

/jsonsearch: query=*&page-size=0&facet=schema:license:0

See Also

Gebruikt in Edurep:Metadata
Vergelijkbaar met -
Gerelateerd aan Edurep:VeldenlijstStandaarden:NL_LOM/lom.rights.copyrightandotherrestrictionsStandaarden:NL_LOM/lom.rights.descriptionStandaarden:Schema.org/schema:licenseStandaarden:Schema.org/schema:copyrightNotice