|
|
Regel 1: |
Regel 1: |
|
{{Talen}} |
|
{{Talen}} |
− |
A collection can contain several 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.
|
+ |
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. |
|
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. |
Huidige versie van 9 okt 2023 om 20:35
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.
<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>
{
"@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.
Drilldown
Sort
Ascending:
Descending:
Select a subset
See Also