Edurep:Metadata/Uitgever/en

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

The repository can contain learning materials from different publishers. When using metadata to identify publishers, make sure that the names are consistent across all collections. This will make it easier for end users to search for and find learning material from specific publishers.

In addition to the field containing the publisher's name, the "publication date" field is also linked. This field should contain the date the learning material was first published.

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">publisher</langstring>
        </value>
      </role>
      <centity>
        <vcard>BEGIN:VCARD VERSION:3.0 FN:Uitgeverij 1 END:VCARD</vcard>
      </centity>
      <date>
        <datetime>2018-10-30T12:34:31+01:00</datetime>
        <description>
          <langstring xml:lang="nl">Publicatie datum</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:publisher": "Uitgeverij 1",
  "schema:datePublished": "2018-10-30T12:34:31+01:00"
}

Searching

Searching with

  • lom.lifecycle.contribute.publisher or schema.org equivalent dcterms:publisher
  • lom.lifecycle.contribute.publisherdate or schema.org equivalent schema:datePublished

will return the same result.

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

Drilldown

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

Sort

Ascending:

/edurep/sruns: query=beatrix&sortKeys=lom.lifecycle.contribute.publisherdate,,0
/edurep/sruns: query=beatrix&sortKeys=schema:datePublished,,0
/jsonsearch: query=beatrix&sort=lom.lifecycle.contribute.publisherdate
/jsonsearch: query=beatrix&sort=schema:datePublished

Descending:

/edurep/sruns: query=beatrix&sortKeys=lom.lifecycle.contribute.publisherdate,,1
/edurep/sruns: query=beatrix&sortKeys=schema:datePublished,,1
/jsonsearch: query=beatrix&sort=-lom.lifecycle.contribute.publisherdate
/jsonsearch: query=beatrix&sort=-schema:datePublished

Select a subset

/edurep/sruns: query=beatrix AND lom.lifecycle.contribute.publisherdate>2019
/jsonsearch: query=beatrix AND schema:datePublished>2019

See Also

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