Edurep:Metadata/Trefwoorden/en

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
Nl.gif Nederlands En.gif English

The field should be used to describe important topics en features in the learning material.

  • Be careful with the number of keywords as interfaces can shorten them; therefore mention the most important ones first.
  • The relevance of each keyword is also determined in relation to the total number of keywords.
    • use at least 3 words
    • use a maximum of 15 words

NL LOM

Bullet book.png Specificatie Nl.gif (leidend)
<lom>
  <general>
    <keyword>
      <langstring lang="nl">experiment</langstring>
    </keyword>
    <keyword>
      <langstring lang="nl">absorptie</langstring>
    </keyword>
  </general>
</lom>

If purpose value that is not equal to discipline, educational level, educational objective or competency is used in category classification, the value of the lom/classification/taxonpath/taxon/id filed will be converted to schema:keywords/schema:DefinedTerm/schema:termCode field.

<lom>
  <classification>
    <purpose>
      <source>
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/classification_purpose_nllom_20180530</langstring>
      </source>
      <value>
        <langstring xml:lang="x-none">medium</langstring>
      </value>
    </purpose>
    <taxonpath>
      <source>
        <langstring xml:lang="x-none">http://library.wur.nl/vdex/publicatietypes.xml</langstring>
      </source>
      <taxon>
        <id>External research report</id>
      </taxon>
    </taxonpath>
  </classification>
</lom>


Schema.org

Bullet book.png Specificatie En.gif (leidend)
{
  "@context": {
    "schema": "https://schema.org/"
  },
  "schema:keywords": [
    {
      "@language": "nl",
      "@value": "experiment"
    },
    {
      "@language": "nl",
      "@value": "absorptie"
    },
    {
      "@id": "http://library.wur.nl/vdex/publicatietypes.xml#External research report",
      "@type": "schema:DefinedTerm",
      "schema:inDefinedTermSet": "http://library.wur.nl/vdex/publicatietypes.xml",
      "schema:termCode": "External research report"
    }
  ]
}

See Also

Gebruikt in Edurep:Metadata
Vergelijkbaar met -
Gerelateerd aan Edurep:VeldenlijstStandaarden:NL_LOM/lom.general.keywordStandaarden:Schema.org/schema:keywordsStandaarden:NL_LOM/lom.classification/mediumStandaarden:NL_LOM/lom.classification