Edurep:Migraties/2021: verschil tussen versies
(→Migratie: add commented classificatie mapping rules) |
(→Functionele wijzigingen: include releasepagina) |
||
Regel 6: | Regel 6: | ||
== Wat == |
== Wat == |
||
=== Functionele wijzigingen === |
=== Functionele wijzigingen === |
||
+ | {{:Edurep:Releases/2021-11}} |
||
− | * iets met smo koppeling |
||
− | * jsonsearch |
||
=== Migratie === |
=== Migratie === |
Versie van 3 nov 2021 06:54
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. Op deze pagina staat een overzicht van de mappings.
- iets over proces, verder toelichten in Edurep:Metadata verwerking
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
- Jsonsearch
- SRU en jsonld recordSchema
Aanbieden
TODO
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.
bron inhoud | bron zoekveld | schema.org inhoud | schema.org zoekveld |
---|---|---|---|
/lom:lom/lom:general/lom:identifier | lom.general.identifier lom.general.catalogentry |
- | schema:identifier |
/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:identifier/lom:catalog | lom.general.identifier.catalog lom.general.catalogentry.catalog |
- | - |
/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: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 |
/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 |
/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="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) | - | - | - |
/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: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 | - | - | - |
/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 | - | - |
/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: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 | - | - | - |
/lom:lom/lom:educational/lom:interactivityType/lom:value | lom.educational.interactivitytype | /schema:interactivityType | schema:interactivityType |
/lom:lom/lom:educational/lom:learningresourcetype/lom:source | - | /schema:learningResourceType/schema:DefinedTerm/schema:inDefinedTerm | - |
/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 | - | - |
/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: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 |
/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 | - | - | - |
/lom:lom/lom:rights/lom:cost/lom:value | lom.rights.cost | /schema:isAccessibleForFree | schema:isAccessibleForFree |
/lom:lom/lom:rights/lom:copyrightandotherrestrictions/lom:value | lom.rights.copyrightandotherrestrictions | /lom:copyrightAndOtherRestrictions | lom:copyrightAndOtherRestrictions |
/lom:lom/lom:rights/lom:copyrightandotherrestrictions[lom:value="CC*"]/lom:value | - | /schema:license (term url) | schema:license |
/lom:lom/lom:rights/lom:copyrightandotherrestrictions[lom:value="yes|no|unknown"]/lom:value | - | - | - |
/lom:lom/lom:rights/lom:description/lom:string | lom.rights.description | /schema:copyrightNotice | schema:copyrightNotice |
/lom:lom/lom:relation[lom:kind/lom:value="isbasedon"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.isbasedon | /schema:isBasedon | schema:isBasedOn |
/lom:lom/lom:relation[lom:kind/lom:value="embed"]/lom:resource/lom:catalogentry/lom:entry | |||
/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 |
||
/lom:lom/lom:relation[lom:kind/lom:value="ispartof"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.ispartof | /schema:isPartOf | schema:isPartOf |
/lom:lom/lom:relation[lom:kind/lom:value="isreferencedby"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.isreferencedby | /dcterms:isReferencedBy | dcterms:isReferencedBy |
/lom:lom/lom:relation[lom:kind/lom:value="isversionof"]/lom:resource/lom:catalogentry/lom:entry | lom.relation.isversionof | /dcterms:isVersionOf | dcterms:isVersionOf |
/lom:lom/lom:relation[lom:kind/lom:value="haspart"]/lom:resource/lom:catalogentry/lom:entry | /schema:hasPart | schema:hasPart | |
/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 | - | - | - |
/lom:lom/lom:classification[lom:purpose/lom:value="access rights" or lom:purpose/lom:value="accessrights"]/lom:taxonPath/lom:source | - | - | - |
/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: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 | - |
/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 |
/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 |
/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 | - |
/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 |
/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 |
/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 | - |
/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 | - |
/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 |
/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 | - |
/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 |
/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 | - |
/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 | - |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/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 |
/lom:lom/lom:classification/lom:taxonPath[lom:source="*educationallevel_czp_20071115*"]/lom:taxon/lom:id | - | /schema:educationalLevel/schema:DefinedTerm/schema:termCode | schema:educationalLevel.termCode |
/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 |
/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 |
/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_po*"]/lom:taxon/lom:id | - | /schema:teaches/schema:DefinedTerm/schema:termCode | schema:teaches.schema:termCode |
/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_po*"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | - |
/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 |
/lom:lom/lom:classification/lom:taxonPath[lom:source="*kerndoelen_onderbouw_vo_20071115*"]/lom:taxon/lom:entry/lom:string | - | /schema:teaches/schema:DefinedTerm/schema:name | - |
/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 |
/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 | - |
/lom:lom/lom:classification/lom:taxonPath[lom:source="*groengelinkt.nl*"]/lom:taxon/lom:entry/lom:string | - | /schema:keywords | schema:keywords |
/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 | - | - |
/lom:lom/lom:classification/lom:taxonPath/lom:source | lom.classification.taxonpath.source | - | - |
/lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:id | lom.classification.taxonid | - | - |
/lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:entry/lom:string | lom.classification.taxon.entry | - | - |
/lom:lom/lom:classification/lom:taxonPath/lom:taxon/lom:entry/lom:string | lom.classification.taxonPath.taxon.entry | - | - |
/sad:smbAggregatedData/sad:numberOfReviews | smbAggregatedData.numberOfReviews | /schema:aggregateRating/schema:reviewCount | schema:aggregateRating/schema:reviewCount |
/sad:smbAggregatedData/sad:numberOfRatings | smbAggregatedData.numberOfRatings | /schema:aggregateRating/schema:ratingCount | schema:aggregateRating/schema:ratingCount |
/sad:smbAggregatedData/sad:numberOfTags | smbAggregatedData.numberOfTags | /schema:aggregateRating/edurep:tagCount | schema:aggregateRating/edurep:tagCount |
/sad:smbAggregatedData/sad:averageNormalizedRating | smbAggregatedData.averageNormalizedRating | /schema:aggregateRating/schema:ratingValue | schema:aggregateRating.schema:ratingValue |
/sad:smbAggregatedData/sad:bayesianRanking | smbAggregatedData.bayesianRanking | /schema:aggregateRating/edurep:bayesianRanking | schema:aggregateRating/edurep:bayesianRanking |
/smo:smo/smoId | smo.smoId | /schema:identifier | schema:identifier |
/smo:smo/supplierdId | smo.supplierId | /edurep:smoSupplierId | edurep:smoSupplierId |
/smo:smo/userId | smo.userId | /edurep:smoUserId | edurep:smoUserId |
/smo:smo/hr:hReview/hr:summary | smo.hReview.summary | /schema:abstract | |
/smo:smo/hr:hReview/hr:info | smo.hReview.info | /schema:itemReviewed | schema:itemReviewed |
/smo:smo/hr:hReview/hr:description | smo.hReview.description | /schema:reviewRating/schema:ratingExplanation | schema:reviewRating/schema:ratingExplanation |
/smo:smo/hr:hReview/hr:tags/hr:tag/hr:name | smo.hReview.tags.tag.name | /edurep:tag | edurep:tag |
/smo:smo/hr:hReview/hr:rating | smo.hReview.rating | /schema:reviewRating/schema:ratingValue | schema:reviewRating/schema:ratingValue |
/smo:smo/hr:hReview/hr:best | - | /schema:reviewRating/schema:bestRating | |
/smo:smo/hr:hReview/hr:worst | - | /schema:reviewRating/schema:worstRating | - |
/smo:smo/hr:hReview/hr:dtreviewed | smo.hReview.dtreviewed | /schema:dateCreated | schema:dateCreated |
/smo:smo/hr:hReview/hr:reviewer | - | /dcterms:creator | - |
/smo:smo/hr:hReview/hr:version | - | - | - |