Edurep:Metadata/Auteur/en

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

The "author" part can be used to indicate who created or edited the learning material. It can also be noted when this was done in the associated "date" section.

In the NL LOM record format, multiple "author" parts can be added, and a separate date can be entered for each.

Different authors can also be added in the schema.org record format, but there is only one field where the last modified date of the learning material can be entered.

NL LOM

Bullet book.png Specificatie Nl.gif (leidend)
<lom>
  <lifecycle>
    <contribute>
      <role>
        <source>
          <langstring xml:lang="x-none">LOMv1.0</langstring>
        </source>
        <value>
          <langstring xml:lang="x-none">author</langstring>
        </value>
      </role>
      <centity>
        <vcard>BEGIN:VCARD VERSION:3.0 FN:Auteur 1 END:VCARD</vcard>
      </centity>
      <centity>
        <vcard>BEGIN:VCARD VERSION:3.0 FN:Auteur 2 END:VCARD</vcard>
      </centity>
      <date>
        <datetime>1960-04-01</datetime>
        <description>
          <langstring xml:lang="nl">De datum waarop het materiaal is gemaakt of gewijzigd.</langstring>
        </description>
      </date>
    </contribute>
  </lifecycle>
</lom>

Schema.org

Bullet book.png Specificatie En.gif (leidend)
{
  "@context": {
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/"
  },
  "dcterms:creator": [
    "Auteur 1",
    "Auteur 2"
  ],
  "schema:dateCreated": "1960-04-01"
}

Searching

Searching with

  • lom.lifecycle.contribute.author of schema.org equivalent dcterms:creator
  • lom.lifecycle.contribute.authordate of schema.org equivalent schema:dateCreated

will return the same result.

/edurep/sruns: query=about.repository exact wikiwijsmaken AND lom.lifecycle.contribute.authordate>2021-11-01
/edurep/sruns: query=about.repository exact wikiwijsmaken AND schema:dateCreated>2021-11-01
/jsonsearch: query=lom.lifecycle.contribute.authordate>2021-11-01
/jsonsearch: query=schema:dateCreated>2021-11-01

Drilldown

/edurep/sruns: query=about.repository exact wikiwijsmaken AND lom.lifecycle.contribute.authordate>2021-11-01&maximumRecords=0&x-term-drilldown=lom.lifecycle.contribute.author:0
/edurep/sruns: query=about.repository exact wikiwijsmaken AND schema:dateCreated>2021-11-01&maximumRecords=0&x-term-drilldown=dcterms:creator:0
/jsonsearch: query=lom.lifecycle.contribute.authordate>2021-11-01&page-size=0&facet=lom.lifecycle.contribute.author:0
/jsonsearch: query=schema:dateCreated>2021-11-01&page-size=0&facet=dcterms:creator:0

Sort

Ascending:

/edurep/sruns: query=*&sortKeys=lom.lifecycle.contribute.authordate,,0
/edurep/sruns: query=*&sortKeys=schema:dateCreated,,0
/jsonsearch: query=*&sort=lom.lifecycle.contribute.authordate
/jsonsearch: query=*&sort=schema:dateCreated

Descending:

/edurep/sruns: query=*&sortKeys=lom.lifecycle.contribute.authordate,,1
/edurep/sruns: query=*&sortKeys=schema:dateCreated,,1
/jsonsearch: query=*&sort=-lom.lifecycle.contribute.authordate
/jsonsearch: query=*&sort=-schema:dateCreated

Select a subset

/edurep/sruns: query=about.repository exact wikiwijsmaken AND lom.lifecycle.contribute.authordate>2021-11-01
/jsonsearch: query=schema:dateCreated>2021-11-01

See Also

Gebruikt in Edurep:Metadata
Vergelijkbaar met -
Gerelateerd aan Edurep:VeldenlijstStandaarden:NL_LOM/contribute/authorStandaarden:Schema.org/dcterms:creatorStandaarden:NL_LOM/contribute