Edurep:Migraties/2021: verschil tussen versies
k (event) |
k (→Overzicht) |
||
(44 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
== Inleiding == | |||
In de 2021 release van Edurep is het voor Edurep mogelijk om naast het bekende leermateriaal ook evenementen toe te voegen. Vanwege deze wijziging is het interne dataformaat van Edurep veranderd van {{Standaard|NL LOM}} naar {{Standaard|Schema.org}}. | |||
Met Schema.org zijn we niet alleen in staat om evenementen en leermateriaal in hetzelfde metadataschema uit te drukken, ook hebben we daarmee de basis gelegd om andere soorten entiteiten te kunnen opslaan. | |||
== Wat == | |||
=== Functionele wijzigingen === | |||
{{:Edurep:Releases/2021-11}} | |||
=== Migratie === | |||
Met de introductie van schema.org als basis record representatie in Edurep, worden binnenkomende LOM/SMO records geconverteerd naar schema.org/jsonld. Ook andere informatie zoals smbAggregatedData is geconverteerd. | |||
Het verwerkingsproces kan in meer detail bekeken worden op de [[Edurep:Metadata verwerking|Metadata Verwerking pagina]]. | |||
{| class="wikitable | Versimpeld overzicht van migratie. Een uitgebreider overzicht staat [[#Overzicht|onderaan de pagina]]. | ||
{| class="wikitable" style="font-size:90%" | |||
|- | |- | ||
! LOM veld | |||
! LOM zoekindex | |||
! schema.org veld | |||
! schema.org zoekindex | |||
|- | |||
| valign="top" | /lom:lom/lom:general/lom:identifier/lom:entry/lom:string | |||
| lom.general.identifier.entry</br>lom.general.catalogentry.entry | |||
| valign="top" | - | |||
| valign="top" | schema:identifier | |||
|- | |||
| /lom:lom/lom:general/lom:title/lom:string | |||
| lom.general.title | |||
| /schema:name | |||
| schema:name | | schema:name | ||
|- | |- | ||
| | | /lom:lom/lom:general/lom:language | ||
| | | lom.general.language | ||
| | | /schema:inLanguage | ||
| | | schema:inLanguage | ||
|- | |- | ||
| | |/lom:lom/lom:general/lom:description/lom:string | ||
|lom.general.description | |||
| | |/schema:description | ||
| | |schema:description | ||
|- | |- | ||
| | |/lom:lom/lom:general/lom:keyword/lom:string | ||
|lom.general.keyword | |||
| | |/schema:keywords | ||
| | |schema:keywords | ||
| | |||
|- | |- | ||
| | |/lom:lom/lom:general/lom:aggregationLevel/lom:value | ||
|lom.general.aggregationlevel | |||
| | |/lom:aggregationLevel | ||
| | |lom:aggregationLevel | ||
| | |||
|- | |- | ||
| | |/lom:lom/lom:lifeCycle/lom:status/lom:value | ||
|lom.lifecycle.status | |||
| | |/schema:creativeWorkStatus | ||
| | |schema:creativeWorkStatus | ||
| | |||
|- | |- | ||
| lom: | |/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:centity/lom:vcard/(FN/N/ORG) | ||
|lom.lifecycle.contribute.author | |||
| | |/dcterms:creator | ||
| | |dcterms:creator | ||
| | |||
|- | |- | ||
| lom: | |/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:centity/lom:vcard/(FN/N/ORG) | ||
|lom.lifecycle.contribute.publisher | |||
| | |/dcterms:publisher | ||
| | |dcterms:publisher | ||
|- | |- | ||
| | |/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:datetime | ||
|lom.lifecycle.contribute.authordate | |||
| | |/schema:dateCreated | ||
| | |schema:dateCreated | ||
| | |||
|- | |- | ||
| | |/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:datetime | ||
|lom.lifecycle.contribute.publisherdate | |||
| | |/schema:datePublished | ||
| | |schema:datePublished | ||
| | |||
|- | |- | ||
| | |/lom:lom/lom:metaMetadata/lom:contribute[lom:role/lom:value="creator"]/lom:centity/lom:vcard/(FN/N/ORG) | ||
|lom.metametadata.contribute.creator | |||
| | |/dcterms:contributor | ||
| | |dcterms:contributor | ||
|- | |- | ||
| | |/lom:lom/lom:technical/lom:format | ||
| | |lom.technical.format | ||
|/schema:encodingFormat | |||
|schema:encodingFormat | |||
| | |||
|- | |- | ||
| | | valign="top" | /lom:lom/lom:technical/lom:location | ||
| valign="top" | lom.technical.location | |||
| | | /schema:url</br>/schema:identifier | ||
| | | schema:url</br>schema:identifier | ||
|- | |- | ||
| | | /lom:lom/lom:educational/lom:learningresourcetype/lom:value | ||
| | | lom.educational.learningresourcetype | ||
| /schema:learningResourceType/schema:DefinedTerm/schema:termCode | |||
| schema:learningResourceType.schema:termCode | |||
| | |||
|- | |- | ||
| | | /lom:lom/lom:educational/lom:intendedenduserrole/lom:value | ||
| lom.educational.intendedenduserrole | |||
| | | /schema:audience/schema:audienceType | ||
| | | schema:audience.schema:audienceType | ||
|- | |- | ||
| | | /lom:lom/lom:educational/lom:context/lom:value | ||
| lom.educational.context | |||
| | | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | ||
| | | schema:educationalLevel.schema:termCode | ||
|- | |- | ||
| | |/lom:lom/lom:rights/lom:cost/lom:value | ||
| | |lom.rights.cost | ||
| | |/schema:isAccessibleForFree | ||
| | |schema:isAccessibleForFree | ||
|- | |- | ||
| | |/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id | ||
|lom.classification.educationallevel.id | |||
| | |/schema:educationalLevel/schema:DefinedTerm/schema:termCode | ||
| | |schema:educationalLevel.schema:termCode | ||
| | |||
|- | |- | ||
| | |/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string | ||
|lom.classification.educationalLevel.entry | |||
| | |/schema:educationalLevel/schema:DefinedTerm/schema:name | ||
| | |schema:educationalLevel.schema:name | ||
|- | |- | ||
| | |/lom:lom/lom:classification[lom:purpose/lom:value="discpline"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id | ||
|lom.classification.discipline.id | |||
| | |/schema:educationalAlignment/schema:AlignmentObject/schema:targetName | ||
| | |schema:educationalAlignment.schema:targetName | ||
|- | |- | ||
| | |/lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string | ||
|lom.classification.discipline.entry | |||
| | |/schema:educationalAlignment/schema:AlignmentObject/schema:name | ||
| | |schema:educationalAlignment.schema:name | ||
| | |||
|- | |- | ||
| lom: | |/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id | ||
|lom.classification.competency.id | |||
| | |/schema:teaches/schema:DefinedTerm/schema:termCode | ||
| | |schema:teaches.schema:termCode | ||
| | |||
|- | |- | ||
| | |/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string | ||
| | |lom.classification.competency.entry | ||
| | |/schema:teaches/schema:DefinedTerm/schema:name | ||
|schema:teaches.schema:name | |||
| | |||
|- | |- | ||
| | |} | ||
{{ | |||
| | == Hoe == | ||
| | Afhankelijk van het soort gebruiker zijn er verschillende migratiescenario's. | ||
{{ | |||
=== Zoeken === | |||
Er zijn 2 manieren om de Schema.org representatie van de zoekresultaten op te halen. | |||
* [[Edurep:Jsonsearch|Jsonsearch interface]] | |||
* [[Edurep:Zoekopdracht/recordSchema/SRU|SRU interface en jsonld recordSchema]] | |||
=== Aanbieden === | |||
Op dit moment is hier nog geen documentatie over beschikbaar. | |||
== Overzicht == | |||
Inhoudelijke migratie en nieuwe zoekequivalenten voor de {{Standaard|NL LOM}}, [[Edurep:SAD|SmbAggregatedData]] en {{Standaard|SMO}} naar {{Standaard|Schema.org}} mapping. | |||
* De NL LOM en SmbAggregatedData velden komen terecht in een schema:LearningResource type entititeit. | |||
* De SMO velden worden gekoppeld aan een schema:Review entiteit. | |||
{| class="wikitable" style="font-size:90%" | |||
|- | |- | ||
| | ! metadata | ||
! valign="top" | bron inhoud | |||
! bron zoekveld | |||
! schema.org inhoud | |||
! schema.org zoekveld | |||
|- | |- | ||
| | | [[Edurep:Metadata/Object Identifier|Object Identifier]] | ||
| | | valign="top" | /lom:lom/lom:general/lom:identifier | ||
| | | lom.general.identifier</br>lom.general.catalogentry | ||
| | | valign="top" | - | ||
| | | valign="top" | schema:identifier | ||
|- | |- | ||
| valign="top" | | | [[Edurep:Metadata/Object Identifier|Object Identifier]] | ||
| | | valign="top" | /lom:lom/lom:general/lom:identifier/lom:entry/lom:string | ||
| | | lom.general.identifier.entry</br>lom.general.catalogentry.entry | ||
| | | valign="top" | - | ||
| | | valign="top" | schema:identifier | ||
|- | |- | ||
| valign="top" | | | [[Edurep:Metadata/Object Identifier|Object Identifier]] | ||
| | | valign="top" | /lom:lom/lom:general/lom:identifier/lom:catalog | ||
| | | lom.general.identifier.catalog</br>lom.general.catalogentry.catalog | ||
| | | valign="top" | - | ||
| | | valign="top" | - | ||
|- | |- | ||
| | | [[Edurep:Metadata/Titel|Titel]] | ||
| | | /lom:lom/lom:general/lom:title/lom:string | ||
| | | lom.general.title | ||
| | | /schema:name | ||
| | | schema:name | ||
|- | |- | ||
| | |[[Edurep:Metadata/Taal|Taal]] | ||
| | | /lom:lom/lom:general/lom:language | ||
| | | lom.general.language | ||
| | | /schema:inLanguage | ||
| | | schema:inLanguage | ||
|- | |- | ||
| | |[[Edurep:Metadata/Omschrijving|Omschrijving]] | ||
| | |/lom:lom/lom:general/lom:description/lom:string | ||
| | |lom.general.description | ||
| | |/schema:description | ||
| | |schema:description | ||
|- | |- | ||
| | |[[Edurep:Metadata/Trefwoorden|Trefwoorden]] | ||
|/lom:lom/lom:general/lom:keyword/lom:string | |||
| | |lom.general.keyword | ||
| | |/schema:keywords | ||
| | |schema:keywords | ||
|- | |- | ||
| | | | ||
| | |/lom:lom/lom:general/lom:coverage/lom:string | ||
|lom.general.coverage | |||
|/dcterms:coverage | |||
|dcterms:coverage | |||
|- | |- | ||
| | | | ||
| | |/lom:lom/lom:general/lom:structure/lom:value | ||
|lom.general.structure | |||
|/lom:structure | |||
|lom:structure | |||
|- | |- | ||
| | |[[Edurep:Metadata/Aggregatieniveau|Aggregatieniveau]] | ||
|/lom:lom/lom:general/lom:aggregationLevel/lom:value | |||
| | |lom.general.aggregationlevel | ||
| | |/lom:aggregationLevel | ||
|lom:aggregationLevel | |||
|- | |- | ||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:version/lom:string | |||
|lom.lifecycle.version | |||
|/schema:version | |||
|schema:version | |||
|- | |- | ||
| | | [[Edurep:Metadata/Status|Status]] | ||
|/lom:lom/lom:lifeCycle/lom:status/lom:value | |||
| | |lom.lifecycle.status | ||
| | |/schema:creativeWorkStatus | ||
|schema:creativeWorkStatus | |||
|- | |- | ||
| | |[[Edurep:Metadata/Auteur|Auteur]] | ||
| | |/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:centity/lom:vcard/(FN/N/ORG) | ||
| | |lom.lifecycle.contribute.author | ||
| | |/dcterms:creator | ||
|dcterms:creator | |||
|- | |- | ||
| | |[[Edurep:Metadata/Uitgever|Uitgever]] | ||
| | |/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:centity/lom:vcard/(FN/N/ORG) | ||
|lom.lifecycle.contribute.publisher | |||
|/dcterms:publisher | |||
| | |dcterms:publisher | ||
|- | |- | ||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="initiator"]/lom:centity/lom:vcard/(FN/N/ORG) | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="validator"]/lom:centity/lom:vcard/(FN/N/ORG) | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="content provider"]/lom:centity/lom:vcard/(FN/N/ORG) | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | |[[Edurep:Metadata/Auteur|Auteur]] | ||
| | |||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:datetime | |||
|lom.lifecycle.contribute.authordate | |||
|/schema:dateCreated | |||
|schema:dateCreated | |||
|- | |||
|[[Edurep:Metadata/Uitgever|Uitgever]] | |||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:datetime | |||
|lom.lifecycle.contribute.publisherdate | |||
|/schema:datePublished | |||
|schema:datePublished | |||
|- | |- | ||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="initiator"]/lom:datetime | |||
| - | |||
| - | |||
| - | |||
|- | |||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="validator"]/lom:datetime | |||
| - | |||
| - | |||
| - | |||
|- | |||
| | | | ||
|/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="content provider"]/lom:datetime | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
| /lom:lom/lom:metametadata/lom:identifier | |||
| - | |||
| - | |||
| - | |||
|- | |||
|[[Edurep:Metadata/Metadata maker|Metadata Maker]] | |||
|/lom:lom/lom:metaMetadata/lom:contribute[lom:role/lom:value="creator"]/lom:centity/lom:vcard/(FN/N/ORG) | |||
|lom.metametadata.contribute.creator | |||
|/dcterms:contributor | |||
|dcterms:contributor | |||
|- | |||
| | | | ||
|/lom:lom/lom:metaMetadata/lom:contribute[lom:role/lom:value="validator"]/lom:centity/lom:vcard/(FN/N/ORG) | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
| /lom:lom/lom:metaMetadata/lom:metaMetadataScheme | |||
| lom.metametadata.metadatascheme | |||
| - | |||
| - | |||
|- | |||
| | | | ||
| /lom:lom/lom:metaMetadata/lom:language | |||
| lom.metametadata.language | |||
| - | |||
| - | |||
|- | |||
|[[Edurep:Metadata/Formaat|Formaat]] | |||
|/lom:lom/lom:technical/lom:format | |||
|lom.technical.format | |||
|/schema:encodingFormat | |||
|schema:encodingFormat | |||
|- | |||
|[[Edurep:Metadata/Url|Url]] | |||
| valign="top" | /lom:lom/lom:technical/lom:location | |||
| valign="top" | lom.technical.location | |||
| /schema:url</br>/schema:identifier | |||
| schema:url</br>schema:identifier | |||
|- | |- | ||
| | | | ||
| /lom:lom/lom:technical/lom:duration | |||
| lom.technical.duration | |||
| - | |||
| - | |||
|- | |||
| | | | ||
| /lom:lom/lom:technical/lom:size | |||
| - | |||
| - | |||
| - | |||
|- | |||
| | | | ||
| /lom:lom/lom:technical/lom:installationRemarks/lom:string | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
| /lom:lom/lom:technical/lom:requirement[lom:type="operating system"]/lom:name/lom:value | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
| /lom:lom/lom:technical/lom:requirement[lom:type="webbrowser"]/lom:name/lom:value | |||
| - | |||
| - | |||
| - | |||
|- | |||
| [[Edurep:Metadata/Interactiviteit|Interactiviteit]] | |||
| /lom:lom/lom:educational/lom:interactivityType/lom:value | |||
| lom.educational.interactivitytype | |||
| /schema:interactivityType | |||
| schema:interactivityType | |||
|- | |||
|[[Edurep:Metadata/Soort Leermateriaal|Soort Leermateriaal]] | |||
| /lom:lom/lom:educational/lom:learningresourcetype/lom:source | |||
| - | |||
| /schema:learningResourceType/schema:DefinedTerm/schema:inDefinedTerm | |||
| - | |||
|- | |||
|[[Edurep:Metadata/Soort Leermateriaal|Soort Leermateriaal]] | |||
| /lom:lom/lom:educational/lom:learningresourcetype/lom:value | |||
| lom.educational.learningresourcetype | |||
| /schema:learningResourceType/schema:DefinedTerm/schema:termCode | |||
| schema:learningResourceType.schema:termCode | |||
|- | |||
| | | | ||
| /lom:lom/lom:educational/lom:interactivitylevel/lom:value | |||
| lom.educational.interactivitylevel | |||
| - | |||
| - | |||
|- | |||
| | | | ||
| /lom:lom/lom:educational/lom:semanticdensity/lom:value | |||
| lom.educational.semanticdensity | |||
| - | |||
| - | |||
|- | |- | ||
| | |[[Edurep:Metadata/Rol Eindgebruiker|Rol Eindgebruiker]] | ||
| /lom:lom/lom:educational/lom:intendedenduserrole/lom:value | |||
| | | lom.educational.intendedenduserrole | ||
| | | /schema:audience/schema:audienceType | ||
| | | schema:audience.schema:audienceType | ||
|- | |- | ||
| | |[[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| /lom:lom/lom:educational/lom:context/lom:value | |||
| | | lom.educational.context | ||
| /schema:educationalLevel/schema:DefinedTerm/schema:termCode | |||
| | | schema:educationalLevel.schema:termCode | ||
|- | |- | ||
| | | | ||
| /lom:lom/lom:educational/lom:typicalAgeRange/lom:string | |||
| lom.educational.typicalagerange | |||
| /schema:typicalAgeRange | |||
| schema:typicalAgeRange | |||
|- | |||
| | | | ||
| /lom:lom/lom:educational/lom:difficulty/lom:value | |||
| lom.educational.difficulty | |||
| /lom:difficulty | |||
| lom:difficulty | |||
|- | |||
| [[Edurep:Metadata/Studielast|Studielast]] | |||
| /lom:lom/lom:educational/lom:typicallearningtime/lom:datetime | |||
| lom.educational.typicallearningtime | |||
| /schema:timeRequired | |||
| schema:timeRequired | |||
|- | |||
| | | | ||
| /lom:lom/lom:educational/lom:description/lom:string | |||
| lom.educational.description | |||
| - | |||
| - | |||
|- | |||
| | | | ||
| /lom:lom/lom:educational/lom:language | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| | |[[Edurep:Metadata/Kosten|Kosten]] | ||
|/lom:lom/lom:rights/lom:cost/lom:value | |||
| | |lom.rights.cost | ||
| | |/schema:isAccessibleForFree | ||
|schema:isAccessibleForFree | |||
|- | |||
|[[Edurep:Metadata/Licentie|Licentie]] | |||
| /lom:lom/lom:rights/lom:copyrightandotherrestrictions/lom:value | |||
| lom.rights.copyrightandotherrestrictions | |||
| /lom:copyrightAndOtherRestrictions | |||
| lom:copyrightAndOtherRestrictions | |||
|- | |- | ||
| | |[[Edurep:Metadata/Licentie|Licentie]] | ||
| /lom:lom/lom:rights/lom:copyrightandotherrestrictions[lom:value="CC*"]/lom:value | |||
| | | - | ||
| | | /schema:license (term url) | ||
| schema:license | |||
|- | |- | ||
| | |[[Edurep:Metadata/Licentie|Licentie]] | ||
| | | <nowiki>/lom:lom/lom:rights/lom:copyrightandotherrestrictions[lom:value="yes|no|unknown"]/lom:value</nowiki> | ||
| | | - | ||
| | | - | ||
| | | - | ||
|- | |- | ||
| | |[[Edurep:Metadata/Licentie|Licentie]] | ||
| | | /lom:lom/lom:rights/lom:description/lom:string | ||
| | | lom.rights.description | ||
| | | /schema:copyrightNotice | ||
| | | schema:copyrightNotice | ||
|- | |- | ||
| | |[[Edurep:Metadata/Afgeleide|Afgeleide]] | ||
| | |/lom:lom/lom:relation[lom:kind/lom:value="isbasedon"]/lom:resource/lom:catalogentry/lom:entry | ||
| | |lom.relation.isbasedon | ||
| | |/schema:isBasedon | ||
| | |schema:isBasedOn | ||
|- | |- | ||
| | |[[Edurep:Metadata/Insluiten|Insluiten]] | ||
| | |/lom:lom/lom:relation[lom:kind/lom:value="embed"]/lom:resource/lom:catalogentry/lom:entry | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
| | |[[Edurep:Metadata/Uitvoerformaten|Uitvoerformaat]] | ||
|/lom:lom/lom:relation[lom:kind/lom:value="hasformat"]/lom:resource/lom:catalogentry/lom:entry<br/>/lom:lom/lom:relation/lom:resource/lom:description/lom:string | |||
| | | | ||
|/schema:encoding/schema:MediaObject/schema:url<br/>/schema:encoding/schema:MediaObject/schema:encodingFormat | |||
| | | | ||
|- | |- | ||
| | |[[Edurep:Metadata/Verzameling|Verzameling]] | ||
|/lom:lom/lom:relation[lom:kind/lom:value="ispartof"]/lom:resource/lom:catalogentry/lom:entry | |||
| | |lom.relation.ispartof | ||
| | |/schema:isPartOf | ||
|schema:isPartOf | |||
|- | |- | ||
| | |[[Edurep:Metadata/Referentie|Referentie]] | ||
|/lom:lom/lom:relation[lom:kind/lom:value="isreferencedby"]/lom:resource/lom:catalogentry/lom:entry | |||
|lom.relation.isreferencedby | |||
|/dcterms:isReferencedBy | |||
|dcterms:isReferencedBy | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Versionering|Versionering]] | ||
| | |/lom:lom/lom:relation[lom:kind/lom:value="isversionof"]/lom:resource/lom:catalogentry/lom:entry | ||
|lom.relation.isversionof | |||
|/dcterms:isVersionOf | |||
|dcterms:isVersionOf | |||
|- | |- | ||
| lom | |[[Edurep:Metadata/Verzameling|Verzameling]] | ||
| schema: | |/lom:lom/lom:relation[lom:kind/lom:value="haspart"]/lom:resource/lom:catalogentry/lom:entry | ||
| | |||
|/schema:hasPart | |||
|schema:hasPart | |||
|- | |- | ||
| lom | |[[Edurep:Metadata/Thumbnail|Thumbnail]] | ||
| schema: | |/lom:lom/lom:relation[lom:kind/lom:value="thumbnail"]/lom:resource/lom:catalogentry/lom:entry | ||
| | |||
|/schema:thumbnailUrl | |||
| | |||
|- | |- | ||
| lom | | | ||
| | | /lom:lom/lom:annonation/lom:date | ||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| lom | | | ||
| | | /lom:lom/lom:annonation/lom:person | ||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| lom | |[[Edurep:Metadata/Toegang|Toegang]] | ||
| | | /lom:lom/lom:classification[lom:purpose/lom:value="access rights" or lom:purpose/lom:value="accessrights"]/lom:taxonPath/lom:source | ||
| - | |||
| - | |||
| - | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Toegang|Toegang]] | ||
| dcterms: | | /lom:lom/lom:classification[lom:purpose/lom:value="access rights" or lom:purpose/lom:value="accessrights"]/lom:taxonPath/lom:taxon/lom:id | ||
| lom.classification.accessrights.id | |||
| /dcterms:accessRights | |||
| dcterms:accessRights | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Vak|Vak]] | ||
| | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:source</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetUrl | |||
| - | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Vak|Vak]] | ||
| lom: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:id</nowiki> | ||
| lom.classification.obk.discipline.id | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:source</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:inDefinedTermSet | |||
| - | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:id</nowiki> | ||
| lom.classification.obk.educationallevel.id | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:termCode | |||
| schema:educationalLevel.schema:termCode | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:name | |||
| schema:educationalLevel.schema:name | |||
|- | |- | ||
| lom. | |[[Edurep:Metadata/Doel|Doel]] | ||
| | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:source</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:inDefinedTermSet | |||
| - | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:termCode | |||
| - | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Doel|Doel]] | ||
| | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:name | |||
| schema:teaches.schema:name | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="educational objective"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:source</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:inDefinedTermSet | |||
| - | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="educational objective"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:id</nowiki> | ||
| lom.classification.obk.educationalobjective.id | |||
| /schema:teaches/schema:DefinedTerm/schema:termCode | |||
| schema:teaches.schema:termCode | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="educational objective"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:name | |||
| - | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="skill level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:source</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:inDefinedTermSet | |||
| - | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="skill level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:termCode | |||
| schema:educationalLevel.schema:termCode | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification[lom:purpose/lom:value="skill level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:name | |||
| schema:educationalLevel.schema:name | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Vak|Vak]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*vakaanduidingen_vo_20071115*"]/lom:taxon/lom:id</nowiki> | ||
| lom.classification.vdex.vdex_classification_vakaanduidingen_vo_20071115.xml | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*vakaanduidingen_vo_20071115*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| lom. | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*vakaanduidingen_po_2009*"]/lom:taxon/lom:id</nowiki> | ||
| lom.classification.vdex.vdex_classification_vakaanduidingen_po_2009.xml | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*vvakaanduidingen_po_2009*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_czp_20060628*"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_czp_20060628*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_domains_lb_20110301"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_domains_lb_20110301"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2010*"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2010"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2009*"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | |||
| schema:educationalAlignment.schema:targetName | |||
|- | |- | ||
| | | [[Edurep:Metadata/Vak|Vak]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2009*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalAlignment/schema:AlignmentObject/schema:name | |||
| schema:educationalAlignment.schema:name | |||
|- | |- | ||
| | | [[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20071115*"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:termCode | |||
| schema:educationalLevel.termCode | |||
|- | |- | ||
| | | [[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20071115*"]/lom:taxon/lom:entry/lom:string</nowiki> | |||
|- | | - | ||
| | | /schema:educationalLevel/schema:DefinedTerm/schema:name | ||
| schema: | | schema:educationalLevel.schema:name | ||
|- | |- | ||
| | | | ||
| <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20060628*"]/lom:taxon/lom:id</nowiki> | |||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:termCode | |||
| schema:educationalLevel.termCode | |||
|- | |- | ||
| lom | | [[Edurep:Metadata/Leerniveau|Leerniveau]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20060628*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:educationalLevel/schema:DefinedTerm/schema:name | |||
| schema:educationalLevel.schema:name | |||
|- | |- | ||
| | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_po*"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:termCode | |||
| schema:teaches.schema:termCode | |||
|- | |- | ||
| | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_po*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:name | |||
| - | |||
|- | |- | ||
| | | [[Edurep:Metadata/Doel|Doel]] | ||
| <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_onderbouw_vo_20071115*"]/lom:taxon/lom:id</nowiki> | |||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:termCode | |||
| schema:teaches.schema:termCode | | schema:teaches.schema:termCode | ||
|- | |- | ||
| | | [[Edurep:Metadata/Doel|Doel]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_onderbouw_vo_20071115*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:name | |||
| - | |||
|- | |- | ||
| | | [[Edurep:Metadata/Doel|Doel]] | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*referentiekader_taal_en_rekenen_czp_2009*"]/lom:taxon/lom:id</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:termCode | |||
| schema:teaches.schema:termCode | |||
|- | |- | ||
| | | [[Edurep:Metadata/Doel|Doel]] | ||
| schema: | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="*referentiekader_taal_en_rekenen_czp_2009*"]/lom:taxon/lom:entry/lom:string</nowiki> | ||
| - | |||
| /schema:teaches/schema:DefinedTerm/schema:name | |||
| - | |||
|- | |- | ||
| | | [[Edurep:Metadata/Trefwoorden|Trefwoorden]] | ||
| schema: | | /lom:lom/lom:classification/lom:taxonPath[lom:source="*groengelinkt.nl*"]/lom:taxon/lom:entry/lom:string | ||
| - | |||
| /schema:keywords | |||
| schema:keywords | |||
|- | |- | ||
| | | [[Edurep:Metadata/Trefwoorden|Trefwoorden]] | ||
| schema: | | /lom:lom/lom:classification/lom:taxonPath[lom:source="*themas_nme_20110404*"]/lom:taxon/lom:entry/lom:string | ||
| - | |||
| /schema:keywords | |||
| schema:keywords | |||
|- | |- | ||
| | | | ||
| | | <nowiki>/lom:lom/lom:classification/lom:taxonPath[lom:source="http://{download/purl}.edustandaard.nl*"]/lom:source</nowiki> | ||
| lom.classification.vdex | |||
| - | |||
| - | |||
|- | |- | ||
| | | | ||
| | | /lom:lom/lom:classification/lom:purpose/lom:value | ||
| lom.classification.purpose | |||
| - | |||
| - | |||
|- | |- | ||
| | | [[Edurep:Metadata/Trefwoorden|Trefwoorden]] | ||
| | | /lom:lom/lom:classification/lom:taxonPath/lom:source | ||
| lom.classification.taxonpath.source | |||
| /schema:keywords/schema:inDefinedTermSet | |||
| schema:keywords.schema:inDefinedTermSet | |||
|- | |- | ||
| | | [[Edurep:Metadata/Trefwoorden|Trefwoorden]] | ||
| | | /lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:id | ||
| lom.classification.taxonid | |||
| /schema:keywords/schema:DefinedTerm/schema:termCode | |||
| schema:keywords.schema:termCode | |||
|- | |- | ||
| | | [[Edurep:Metadata/Trefwoorden|Trefwoorden]] | ||
| | | /lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:entry/lom:string | ||
| lom.classification.taxon.entry | |||
| /schema:keywords/schema:DefinedTerm/schema:name | |||
| schema:keywords.schema:name | |||
|- | |- | ||
| | |[[Edurep:Metadata/Rating Aggregatie|Rating Aggregatie]] | ||
| | |/sad:smbAggregatedData/sad:numberOfReviews | ||
|smbAggregatedData.numberOfReviews | |||
|/schema:aggregateRating/schema:reviewCount | |||
|schema:aggregateRating/schema:reviewCount | |||
|- | |- | ||
| | |[[Edurep:Metadata/Rating Aggregatie|Rating Aggregatie]] | ||
| | |/sad:smbAggregatedData/sad:numberOfRatings | ||
|smbAggregatedData.numberOfRatings | |||
|/schema:aggregateRating/schema:ratingCount | |||
|schema:aggregateRating/schema:ratingCount | |||
|- | |- | ||
| | |[[Edurep:Metadata/Rating Aggregatie|Rating Aggregatie]] | ||
|/sad:smbAggregatedData/sad:numberOfTags | |||
|smbAggregatedData.numberOfTags | |||
|/schema:aggregateRating/edurep:tagCount | |||
|schema:aggregateRating/edurep:tagCount | |||
|- | |- | ||
| smbAggregatedData. | |[[Edurep:Metadata/Rating Aggregatie|Rating Aggregatie]] | ||
| schema:aggregateRating.schema: | |/sad:smbAggregatedData/sad:averageNormalizedRating | ||
|smbAggregatedData.averageNormalizedRating | |||
|/schema:aggregateRating/schema:ratingValue | |||
|schema:aggregateRating.schema:ratingValue | |||
|- | |- | ||
| | |[[Edurep:Metadata/Rating Aggregatie|Rating Aggregatie]] | ||
|/sad:smbAggregatedData/sad:bayesianRanking | |||
| | |smbAggregatedData.bayesianRanking | ||
| smbAggregatedData | |/schema:aggregateRating/edurep:bayesianRanking | ||
|schema:aggregateRating/edurep:bayesianRanking | |||
| smbAggregatedData. | |||
| schema:aggregateRating | |||
| schema:aggregateRating | |||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/smoId | |||
| smo.smoId | | smo.smoId | ||
| schema: | | /schema:identifier | ||
| schema:identifier | |||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/supplierdId | |||
| smo.supplierId | | smo.supplierId | ||
| | | /edurep:smoSupplierId | ||
| edurep:smoSupplierId | |||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/userId | |||
| smo.userId | | smo.userId | ||
| | | /edurep:smoUserId | ||
| | | edurep:smoUserId | ||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:summary | |||
| smo.hReview.summary | | smo.hReview.summary | ||
| /schema:abstract | |||
| | | | ||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:info | |||
| smo.hReview.info | | smo.hReview.info | ||
| schema: | | /schema:itemReviewed | ||
| schema:itemReviewed | |||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:description | |||
| smo.hReview.description | | smo.hReview.description | ||
| schema: | | /schema:reviewRating/schema:ratingExplanation | ||
| schema:reviewRating/schema:ratingExplanation | |||
|- | |||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:tags/hr:tag/hr:name | |||
| smo.hReview.tags.tag.name | |||
| /edurep:tag | |||
| edurep:tag | |||
|- | |- | ||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:rating | |||
| smo.hReview.rating | | smo.hReview.rating | ||
| schema: | | /schema:reviewRating/schema:ratingValue | ||
| schema:reviewRating/schema:ratingValue | |||
|- | |||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:best | |||
| - | |||
| /schema:reviewRating/schema:bestRating | |||
|- | |||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:worst | |||
| - | |||
| /schema:reviewRating/schema:worstRating | |||
| - | |||
|- | |||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:dtreviewed | |||
| smo.hReview.dtreviewed | |||
| /schema:dateCreated | |||
| schema:dateCreated | |||
|- | |||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:reviewer | |||
| - | |||
| /dcterms:creator | |||
| - | |||
|- | |||
|[[Edurep:Metadata/Beoordeling|Beoordeling]] | |||
| /smo:smo/hr:hReview/hr:version | |||
| - | |||
| - | |||
| - | |||
|- | |- | ||
|} | |} | ||
Huidige versie van 30 nov 2021 om 08:59
Inleiding
In de 2021 release van Edurep is het voor Edurep mogelijk om naast het bekende leermateriaal ook evenementen toe te voegen. Vanwege deze wijziging is het interne dataformaat van Edurep veranderd van NL LOM naar Schema.org.
Met Schema.org zijn we niet alleen in staat om evenementen en leermateriaal in hetzelfde metadataschema uit te drukken, ook hebben we daarmee de basis gelegd om andere soorten entiteiten te kunnen opslaan.
Wat
Functionele wijzigingen
Hieronder de belangrijkste wijzigingen in de aankomende release. Bekijk de migratie pagina voor meer details.
![]() |
Schema.org |
De verschillende losse metadatarecords worden nu verenigd in een Schema.org representatie. |
![]() |
jsonsearch |
Naast de bekende SRU hebben we een nieuwe interface waarmee de responses volledig in json formaat staan. |
![]() |
koppeling reviews |
Beoordelingen worden nu aan alle identifiers in een leermiddel metadata record gekoppeld, niet slechts de eerste. |
![]() |
original recordSchema |
Het origineel ingeschoten record kan nu ook opgevraagd worden. |
![]() |
about recordSchema |
Het nieuwe about recordSchema vervangt meta en bevat meer informatie zoals bijv. status code. |
![]() |
validatie verbetering |
We hebben voor bepaalde vocabulaire velden de validatie verbeterd waarmee invalide waarden eerder worden verwijderd, maar nog wel zijn te zoeken voor debugging. |
Migratie
Met de introductie van schema.org als basis record representatie in Edurep, worden binnenkomende LOM/SMO records geconverteerd naar schema.org/jsonld. Ook andere informatie zoals smbAggregatedData is geconverteerd. Het verwerkingsproces kan in meer detail bekeken worden op de Metadata Verwerking pagina.
Versimpeld overzicht van migratie. Een uitgebreider overzicht staat onderaan de pagina.
LOM veld | LOM zoekindex | schema.org veld | schema.org zoekindex |
---|---|---|---|
/lom:lom/lom:general/lom:identifier/lom:entry/lom:string | lom.general.identifier.entry lom.general.catalogentry.entry |
- | schema:identifier |
/lom:lom/lom:general/lom:title/lom:string | lom.general.title | /schema:name | schema:name |
/lom:lom/lom:general/lom:language | lom.general.language | /schema:inLanguage | schema:inLanguage |
/lom:lom/lom:general/lom:description/lom:string | lom.general.description | /schema:description | schema:description |
/lom:lom/lom:general/lom:keyword/lom:string | lom.general.keyword | /schema:keywords | schema:keywords |
/lom:lom/lom:general/lom:aggregationLevel/lom:value | lom.general.aggregationlevel | /lom:aggregationLevel | lom:aggregationLevel |
/lom:lom/lom:lifeCycle/lom:status/lom:value | lom.lifecycle.status | /schema:creativeWorkStatus | schema:creativeWorkStatus |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:centity/lom:vcard/(FN/N/ORG) | lom.lifecycle.contribute.author | /dcterms:creator | dcterms:creator |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:centity/lom:vcard/(FN/N/ORG) | lom.lifecycle.contribute.publisher | /dcterms:publisher | dcterms:publisher |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:datetime | lom.lifecycle.contribute.authordate | /schema:dateCreated | schema:dateCreated |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:datetime | lom.lifecycle.contribute.publisherdate | /schema:datePublished | schema:datePublished |
/lom:lom/lom:metaMetadata/lom:contribute[lom:role/lom:value="creator"]/lom:centity/lom:vcard/(FN/N/ORG) | lom.metametadata.contribute.creator | /dcterms:contributor | dcterms:contributor |
/lom:lom/lom:technical/lom:format | lom.technical.format | /schema:encodingFormat | schema:encodingFormat |
/lom:lom/lom:technical/lom:location | lom.technical.location | /schema:url /schema:identifier |
schema:url schema:identifier |
/lom:lom/lom:educational/lom:learningresourcetype/lom:value | lom.educational.learningresourcetype | /schema:learningResourceType/schema:DefinedTerm/schema:termCode | schema:learningResourceType.schema:termCode |
/lom:lom/lom:educational/lom:intendedenduserrole/lom:value | lom.educational.intendedenduserrole | /schema:audience/schema:audienceType | schema:audience.schema:audienceType |
/lom:lom/lom:educational/lom:context/lom:value | lom.educational.context | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.schema:termCode |
/lom:lom/lom:rights/lom:cost/lom:value | lom.rights.cost | /schema:isAccessibleForFree | schema:isAccessibleForFree |
/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id | lom.classification.educationallevel.id | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.schema:termCode |
/lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string | lom.classification.educationalLevel.entry | /schema:educationalLevel/schema:DefinedTerm/schema:name | schema:educationalLevel.schema:name |
/lom:lom/lom:classification[lom:purpose/lom:value="discpline"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id | lom.classification.discipline.id | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
/lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string | lom.classification.discipline.entry | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:id | lom.classification.competency.id | /schema:teaches/schema:DefinedTerm/schema:termCode | schema:teaches.schema:termCode |
/lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="$VOCABULARY_WHITELIST"]/lom:taxon/lom:entry/lom:string | lom.classification.competency.entry | /schema:teaches/schema:DefinedTerm/schema:name | schema:teaches.schema:name |
Hoe
Afhankelijk van het soort gebruiker zijn er verschillende migratiescenario's.
Zoeken
Er zijn 2 manieren om de Schema.org representatie van de zoekresultaten op te halen.
Aanbieden
Op dit moment is hier nog geen documentatie over beschikbaar.
Overzicht
Inhoudelijke migratie en nieuwe zoekequivalenten voor de NL LOM, SmbAggregatedData en SMO naar Schema.org mapping.
- De NL LOM en SmbAggregatedData velden komen terecht in een schema:LearningResource type entititeit.
- De SMO velden worden gekoppeld aan een schema:Review entiteit.
metadata | bron inhoud | bron zoekveld | schema.org inhoud | schema.org zoekveld |
---|---|---|---|---|
Object Identifier | /lom:lom/lom:general/lom:identifier | lom.general.identifier lom.general.catalogentry |
- | schema:identifier |
Object Identifier | /lom:lom/lom:general/lom:identifier/lom:entry/lom:string | lom.general.identifier.entry lom.general.catalogentry.entry |
- | schema:identifier |
Object Identifier | /lom:lom/lom:general/lom:identifier/lom:catalog | lom.general.identifier.catalog lom.general.catalogentry.catalog |
- | - |
Titel | /lom:lom/lom:general/lom:title/lom:string | lom.general.title | /schema:name | schema:name |
Taal | /lom:lom/lom:general/lom:language | lom.general.language | /schema:inLanguage | schema:inLanguage |
Omschrijving | /lom:lom/lom:general/lom:description/lom:string | lom.general.description | /schema:description | schema:description |
Trefwoorden | /lom:lom/lom:general/lom:keyword/lom:string | lom.general.keyword | /schema:keywords | schema:keywords |
/lom:lom/lom:general/lom:coverage/lom:string | lom.general.coverage | /dcterms:coverage | dcterms:coverage | |
/lom:lom/lom:general/lom:structure/lom:value | lom.general.structure | /lom:structure | lom:structure | |
Aggregatieniveau | /lom:lom/lom:general/lom:aggregationLevel/lom:value | lom.general.aggregationlevel | /lom:aggregationLevel | lom:aggregationLevel |
/lom:lom/lom:lifeCycle/lom:version/lom:string | lom.lifecycle.version | /schema:version | schema:version | |
Status | /lom:lom/lom:lifeCycle/lom:status/lom:value | lom.lifecycle.status | /schema:creativeWorkStatus | schema:creativeWorkStatus |
Auteur | /lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:centity/lom:vcard/(FN/N/ORG) | lom.lifecycle.contribute.author | /dcterms:creator | dcterms:creator |
Uitgever | /lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:centity/lom:vcard/(FN/N/ORG) | lom.lifecycle.contribute.publisher | /dcterms:publisher | dcterms:publisher |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="initiator"]/lom:centity/lom:vcard/(FN/N/ORG) | - | - | - | |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="validator"]/lom:centity/lom:vcard/(FN/N/ORG) | - | - | - | |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="content provider"]/lom:centity/lom:vcard/(FN/N/ORG) | - | - | - | |
Auteur | /lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="author"]/lom:datetime | lom.lifecycle.contribute.authordate | /schema:dateCreated | schema:dateCreated |
Uitgever | /lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="publisher"]/lom:datetime | lom.lifecycle.contribute.publisherdate | /schema:datePublished | schema:datePublished |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="initiator"]/lom:datetime | - | - | - | |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="validator"]/lom:datetime | - | - | - | |
/lom:lom/lom:lifeCycle/lom:contribute[lom:role/lom:value="content provider"]/lom:datetime | - | - | - | |
/lom:lom/lom:metametadata/lom:identifier | - | - | - | |
Metadata Maker | /lom:lom/lom:metaMetadata/lom:contribute[lom:role/lom:value="creator"]/lom:centity/lom:vcard/(FN/N/ORG) | lom.metametadata.contribute.creator | /dcterms:contributor | dcterms:contributor |
/lom:lom/lom:metaMetadata/lom:contribute[lom:role/lom:value="validator"]/lom:centity/lom:vcard/(FN/N/ORG) | - | - | - | |
/lom:lom/lom:metaMetadata/lom:metaMetadataScheme | lom.metametadata.metadatascheme | - | - | |
/lom:lom/lom:metaMetadata/lom:language | lom.metametadata.language | - | - | |
Formaat | /lom:lom/lom:technical/lom:format | lom.technical.format | /schema:encodingFormat | schema:encodingFormat |
Url | /lom:lom/lom:technical/lom:location | lom.technical.location | /schema:url /schema:identifier |
schema:url schema:identifier |
/lom:lom/lom:technical/lom:duration | lom.technical.duration | - | - | |
/lom:lom/lom:technical/lom:size | - | - | - | |
/lom:lom/lom:technical/lom:installationRemarks/lom:string | - | - | - | |
/lom:lom/lom:technical/lom:requirement[lom:type="operating system"]/lom:name/lom:value | - | - | - | |
/lom:lom/lom:technical/lom:requirement[lom:type="webbrowser"]/lom:name/lom:value | - | - | - | |
Interactiviteit | /lom:lom/lom:educational/lom:interactivityType/lom:value | lom.educational.interactivitytype | /schema:interactivityType | schema:interactivityType |
Soort Leermateriaal | /lom:lom/lom:educational/lom:learningresourcetype/lom:source | - | /schema:learningResourceType/schema:DefinedTerm/schema:inDefinedTerm | - |
Soort Leermateriaal | /lom:lom/lom:educational/lom:learningresourcetype/lom:value | lom.educational.learningresourcetype | /schema:learningResourceType/schema:DefinedTerm/schema:termCode | schema:learningResourceType.schema:termCode |
/lom:lom/lom:educational/lom:interactivitylevel/lom:value | lom.educational.interactivitylevel | - | - | |
/lom:lom/lom:educational/lom:semanticdensity/lom:value | lom.educational.semanticdensity | - | - | |
Rol Eindgebruiker | /lom:lom/lom:educational/lom:intendedenduserrole/lom:value | lom.educational.intendedenduserrole | /schema:audience/schema:audienceType | schema:audience.schema:audienceType |
Leerniveau | /lom:lom/lom:educational/lom:context/lom:value | lom.educational.context | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.schema:termCode |
/lom:lom/lom:educational/lom:typicalAgeRange/lom:string | lom.educational.typicalagerange | /schema:typicalAgeRange | schema:typicalAgeRange | |
/lom:lom/lom:educational/lom:difficulty/lom:value | lom.educational.difficulty | /lom:difficulty | lom:difficulty | |
Studielast | /lom:lom/lom:educational/lom:typicallearningtime/lom:datetime | lom.educational.typicallearningtime | /schema:timeRequired | schema:timeRequired |
/lom:lom/lom:educational/lom:description/lom:string | lom.educational.description | - | - | |
/lom:lom/lom:educational/lom:language | - | - | - | |
Kosten | /lom:lom/lom:rights/lom:cost/lom:value | lom.rights.cost | /schema:isAccessibleForFree | schema:isAccessibleForFree |
Licentie | /lom:lom/lom:rights/lom:copyrightandotherrestrictions/lom:value | lom.rights.copyrightandotherrestrictions | /lom:copyrightAndOtherRestrictions | lom:copyrightAndOtherRestrictions |
Licentie | /lom:lom/lom:rights/lom:copyrightandotherrestrictions[lom:value="CC*"]/lom:value | - | /schema:license (term url) | schema:license |
Licentie | /lom:lom/lom:rights/lom:copyrightandotherrestrictions[lom:value="yes|no|unknown"]/lom:value | - | - | - |
Licentie | /lom:lom/lom:rights/lom:description/lom:string | lom.rights.description | /schema:copyrightNotice | schema:copyrightNotice |
Afgeleide | /lom:lom/lom:relation[lom:kind/lom:value="isbasedon"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.isbasedon | /schema:isBasedon | schema:isBasedOn |
Insluiten | /lom:lom/lom:relation[lom:kind/lom:value="embed"]/lom:resource/lom:catalogentry/lom:entry | |||
Uitvoerformaat | /lom:lom/lom:relation[lom:kind/lom:value="hasformat"]/lom:resource/lom:catalogentry/lom:entry /lom:lom/lom:relation/lom:resource/lom:description/lom:string |
/schema:encoding/schema:MediaObject/schema:url /schema:encoding/schema:MediaObject/schema:encodingFormat |
||
Verzameling | /lom:lom/lom:relation[lom:kind/lom:value="ispartof"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.ispartof | /schema:isPartOf | schema:isPartOf |
Referentie | /lom:lom/lom:relation[lom:kind/lom:value="isreferencedby"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.isreferencedby | /dcterms:isReferencedBy | dcterms:isReferencedBy |
Versionering | /lom:lom/lom:relation[lom:kind/lom:value="isversionof"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.isversionof | /dcterms:isVersionOf | dcterms:isVersionOf |
Verzameling | /lom:lom/lom:relation[lom:kind/lom:value="haspart"]/lom:resource/lom:catalogentry/lom:entry | /schema:hasPart | schema:hasPart | |
Thumbnail | /lom:lom/lom:relation[lom:kind/lom:value="thumbnail"]/lom:resource/lom:catalogentry/lom:entry | /schema:thumbnailUrl | ||
/lom:lom/lom:annonation/lom:date | - | - | - | |
/lom:lom/lom:annonation/lom:person | - | - | - | |
Toegang | /lom:lom/lom:classification[lom:purpose/lom:value="access rights" or lom:purpose/lom:value="accessrights"]/lom:taxonPath/lom:source | - | - | - |
Toegang | /lom:lom/lom:classification[lom:purpose/lom:value="access rights" or lom:purpose/lom:value="accessrights"]/lom:taxonPath/lom:taxon/lom:id | lom.classification.accessrights.id | /dcterms:accessRights | dcterms:accessRights |
Vak | /lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:source | - | /schema:educationalAlignment/schema:AlignmentObject/schema:targetUrl | - |
Vak | /lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:id | lom.classification.obk.discipline.id | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification[lom:purpose/lom:value="discipline"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Leerniveau | /lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:source | - | /schema:educationalLevel/schema:DefinedTerm/schema:inDefinedTermSet | - |
Leerniveau | /lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:id | lom.classification.obk.educationallevel.id | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.schema:termCode |
Leerniveau | /lom:lom/lom:classification[lom:purpose/lom:value="educational level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/(concept|begrippenkader)*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalLevel/schema:DefinedTerm/schema:name | schema:educationalLevel.schema:name |
Doel | /lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:source | - | /schema:teaches/schema:DefinedTerm/schema:inDefinedTermSet | - |
Doel | /lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:id | - | /schema:teaches/schema:DefinedTerm/schema:termCode | - |
Doel | /lom:lom/lom:classification[lom:purpose/lom:value="competency"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | schema:teaches.schema:name |
Doel | /lom:lom/lom:classification[lom:purpose/lom:value="educational objective"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:source | - | /schema:teaches/schema:DefinedTerm/schema:inDefinedTermSet | - |
Doel | /lom:lom/lom:classification[lom:purpose/lom:value="educational objective"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:id | lom.classification.obk.educationalobjective.id | /schema:teaches/schema:DefinedTerm/schema:termCode | schema:teaches.schema:termCode |
Doel | /lom:lom/lom:classification[lom:purpose/lom:value="educational objective"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | - |
Leerniveau | /lom:lom/lom:classification[lom:purpose/lom:value="skill level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:source | - | /schema:educationalLevel/schema:DefinedTerm/schema:inDefinedTermSet | - |
Leerniveau | /lom:lom/lom:classification[lom:purpose/lom:value="skill level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:id | - | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.schema:termCode |
Leerniveau | /lom:lom/lom:classification[lom:purpose/lom:value="skill level"]/lom:taxonPath[lom:source="http://purl.edustandaard.nl/begrippenkader"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalLevel/schema:DefinedTerm/schema:name | schema:educationalLevel.schema:name |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*vakaanduidingen_vo_20071115*"]/lom:taxon/lom:id | lom.classification.vdex.vdex_classification_vakaanduidingen_vo_20071115.xml | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*vakaanduidingen_vo_20071115*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*vakaanduidingen_po_2009*"]/lom:taxon/lom:id | lom.classification.vdex.vdex_classification_vakaanduidingen_po_2009.xml | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*vvakaanduidingen_po_2009*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_czp_20060628*"]/lom:taxon/lom:id | - | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_czp_20060628*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_domains_lb_20110301"]/lom:taxon/lom:id | - | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*discipline_domains_lb_20110301"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2010*"]/lom:taxon/lom:id | - | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2010"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2009*"]/lom:taxon/lom:id | - | /schema:educationalAlignment/schema:AlignmentObject/schema:targetName | schema:educationalAlignment.schema:targetName |
Vak | /lom:lom/lom:classification/lom:taxonPath[lom:source="*opleidingsdomeinen_en_studierichtingen_mbo_2009*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalAlignment/schema:AlignmentObject/schema:name | schema:educationalAlignment.schema:name |
Leerniveau | /lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20071115*"]/lom:taxon/lom:id | - | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.termCode |
Leerniveau | /lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20071115*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalLevel/schema:DefinedTerm/schema:name | schema:educationalLevel.schema:name |
/lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20060628*"]/lom:taxon/lom:id | - | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.termCode | |
Leerniveau | /lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20060628*"]/lom:taxon/lom:entry/lom:string | - | /schema:educationalLevel/schema:DefinedTerm/schema:name | schema:educationalLevel.schema:name |
Doel | /lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_po*"]/lom:taxon/lom:id | - | /schema:teaches/schema:DefinedTerm/schema:termCode | schema:teaches.schema:termCode |
Doel | /lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_po*"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | - |
Doel | /lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_onderbouw_vo_20071115*"]/lom:taxon/lom:id | - | /schema:teaches/schema:DefinedTerm/schema:termCode | schema:teaches.schema:termCode |
Doel | /lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_onderbouw_vo_20071115*"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | - |
Doel | /lom:lom/lom:classification/lom:taxonPath[lom:source="*referentiekader_taal_en_rekenen_czp_2009*"]/lom:taxon/lom:id | - | /schema:teaches/schema:DefinedTerm/schema:termCode | schema:teaches.schema:termCode |
Doel | /lom:lom/lom:classification/lom:taxonPath[lom:source="*referentiekader_taal_en_rekenen_czp_2009*"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | - |
Trefwoorden | /lom:lom/lom:classification/lom:taxonPath[lom:source="*groengelinkt.nl*"]/lom:taxon/lom:entry/lom:string | - | /schema:keywords | schema:keywords |
Trefwoorden | /lom:lom/lom:classification/lom:taxonPath[lom:source="*themas_nme_20110404*"]/lom:taxon/lom:entry/lom:string | - | /schema:keywords | schema:keywords |
/lom:lom/lom:classification/lom:taxonPath[lom:source="http://{download/purl}.edustandaard.nl*"]/lom:source | lom.classification.vdex | - | - | |
/lom:lom/lom:classification/lom:purpose/lom:value | lom.classification.purpose | - | - | |
Trefwoorden | /lom:lom/lom:classification/lom:taxonPath/lom:source | lom.classification.taxonpath.source | /schema:keywords/schema:inDefinedTermSet | schema:keywords.schema:inDefinedTermSet |
Trefwoorden | /lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:id | lom.classification.taxonid | /schema:keywords/schema:DefinedTerm/schema:termCode | schema:keywords.schema:termCode |
Trefwoorden | /lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:entry/lom:string | lom.classification.taxon.entry | /schema:keywords/schema:DefinedTerm/schema:name | schema:keywords.schema:name |
Rating Aggregatie | /sad:smbAggregatedData/sad:numberOfReviews | smbAggregatedData.numberOfReviews | /schema:aggregateRating/schema:reviewCount | schema:aggregateRating/schema:reviewCount |
Rating Aggregatie | /sad:smbAggregatedData/sad:numberOfRatings | smbAggregatedData.numberOfRatings | /schema:aggregateRating/schema:ratingCount | schema:aggregateRating/schema:ratingCount |
Rating Aggregatie | /sad:smbAggregatedData/sad:numberOfTags | smbAggregatedData.numberOfTags | /schema:aggregateRating/edurep:tagCount | schema:aggregateRating/edurep:tagCount |
Rating Aggregatie | /sad:smbAggregatedData/sad:averageNormalizedRating | smbAggregatedData.averageNormalizedRating | /schema:aggregateRating/schema:ratingValue | schema:aggregateRating.schema:ratingValue |
Rating Aggregatie | /sad:smbAggregatedData/sad:bayesianRanking | smbAggregatedData.bayesianRanking | /schema:aggregateRating/edurep:bayesianRanking | schema:aggregateRating/edurep:bayesianRanking |
Beoordeling | /smo:smo/smoId | smo.smoId | /schema:identifier | schema:identifier |
Beoordeling | /smo:smo/supplierdId | smo.supplierId | /edurep:smoSupplierId | edurep:smoSupplierId |
Beoordeling | /smo:smo/userId | smo.userId | /edurep:smoUserId | edurep:smoUserId |
Beoordeling | /smo:smo/hr:hReview/hr:summary | smo.hReview.summary | /schema:abstract | |
Beoordeling | /smo:smo/hr:hReview/hr:info | smo.hReview.info | /schema:itemReviewed | schema:itemReviewed |
Beoordeling | /smo:smo/hr:hReview/hr:description | smo.hReview.description | /schema:reviewRating/schema:ratingExplanation | schema:reviewRating/schema:ratingExplanation |
Beoordeling | /smo:smo/hr:hReview/hr:tags/hr:tag/hr:name | smo.hReview.tags.tag.name | /edurep:tag | edurep:tag |
Beoordeling | /smo:smo/hr:hReview/hr:rating | smo.hReview.rating | /schema:reviewRating/schema:ratingValue | schema:reviewRating/schema:ratingValue |
Beoordeling | /smo:smo/hr:hReview/hr:best | - | /schema:reviewRating/schema:bestRating | |
Beoordeling | /smo:smo/hr:hReview/hr:worst | - | /schema:reviewRating/schema:worstRating | - |
Beoordeling | /smo:smo/hr:hReview/hr:dtreviewed | smo.hReview.dtreviewed | /schema:dateCreated | schema:dateCreated |
Beoordeling | /smo:smo/hr:hReview/hr:reviewer | - | /dcterms:creator | - |
Beoordeling | /smo:smo/hr:hReview/hr:version | - | - | - |