|
|
Regel 35: |
Regel 35: |
| {{EdurepJsonsearchQuery|query=*|sort=-lom.lifecycle.contribute.authordate}} | | {{EdurepJsonsearchQuery|query=*|sort=-lom.lifecycle.contribute.authordate}} |
| {{EdurepJsonsearchQuery|query=*|sort=-schema:dateCreated}} | | {{EdurepJsonsearchQuery|query=*|sort=-schema:dateCreated}} |
| === Select === | | === Select a subset === |
| {{EdurepQuery|query=about.repository exact wikiwijsmaken AND lom.lifecycle.contribute.authordate>2021-11-01}} | | {{EdurepQuery|query=about.repository exact wikiwijsmaken AND lom.lifecycle.contribute.authordate>2021-11-01}} |
| {{EdurepJsonsearchQuery|query=schema:dateCreated>2021-11-01}} | | {{EdurepJsonsearchQuery|query=schema:dateCreated>2021-11-01}} |
Huidige versie van 4 okt 2023 om 15:34
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.
<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>
{
"@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.
Drilldown
Sort
Ascending:
Descending:
Select a subset
See Also