Standaarden:RDFa: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(→Voorbeelden: more) |
(mapping) |
||
Regel 62: | Regel 62: | ||
</syntaxhighlight> |
</syntaxhighlight> |
||
+ | == Mapping NL-LOM == |
||
− | |||
+ | {| class="wikitable" |
||
+ | |- |
||
+ | ! NL-LOM veld |
||
+ | ! schema.org veld |
||
+ | ! omschrijving |
||
+ | |- |
||
+ | | [[Standaarden:NL LOM/lom.general.title|lom.general.title]] |
||
+ | | [http://schema.org/name name] |
||
+ | | |
||
+ | |- |
||
+ | | lom.general.description |
||
+ | | [http://schema.org/description description] |
||
+ | | |
||
+ | |- |
||
+ | | lom.general.language |
||
+ | | [http://schema.org/inLanguage inLanguage] |
||
+ | | IETF BCP 47, "nl" voor Nederlands |
||
+ | |- |
||
+ | | [[Standaarden:NL LOM/lom.general.keyword|lom.general.keyword]] |
||
+ | | [http://schema.org/keywords keywords] |
||
+ | | 1 veld, trefwoorden kommagescheiden |
||
+ | |- |
||
+ | | lom.lifecycle.contribute.author |
||
+ | | [http://schema.org/author author] |
||
+ | | |
||
+ | |- |
||
+ | | lom.lifecycle.contribute.author.date |
||
+ | | [http://schema.org/dateCreated dateCreated] |
||
+ | | de eerste beschikbare |
||
+ | |- |
||
+ | | lom.lifecycle.contribute.author.date |
||
+ | | [http://schema.org/dateModified dateModified] |
||
+ | | de laatst beschikbare |
||
+ | |- |
||
+ | | lom.lifecycle.contribute.publisher |
||
+ | | [http://schema.org/publisher publisher] |
||
+ | | |
||
+ | |- |
||
+ | | lom.lifecycle.contribute.publisher.data |
||
+ | | [http://schema.org/datePublished datePublished] |
||
+ | | |
||
+ | |- |
||
+ | | lom.technical.location |
||
+ | | [http://schema.org/url url] |
||
+ | | |
||
+ | |- |
||
+ | | lom.educational.interactivitytype |
||
+ | | [http://schema.org/interactivityType interactivityType] |
||
+ | | waardenset: active, expositive, of mixed |
||
+ | |- |
||
+ | | lom.educational.learningresourcetype |
||
+ | | [http://schema.org/learningResourceType learningresourceType] |
||
+ | | |
||
+ | |- |
||
+ | | lom.educational.intendedenduserrole |
||
+ | | [http://schema.org/educationalRole EducationalAudience/educationalRole] |
||
+ | | |
||
+ | |- |
||
+ | | lom.educational.context |
||
+ | | [http://schema.org/educationalAlignment educationalAlignment] |
||
+ | | alignmentType = educationLevel |
||
+ | |- |
||
+ | | lom.educational.typicalagerange |
||
+ | | [http://schema.org/typicalAgeRange typicalAgeRange] |
||
+ | | |
||
+ | |- |
||
+ | | lom.educational.typicallearningtime |
||
+ | | [http://schema.org/timeRequired timeRequired] |
||
+ | | |
||
+ | |- |
||
+ | | lom.rights.copyrightandotherrestrictions |
||
+ | | [http://schema.org/license license] |
||
+ | | url naar licentiedocument |
||
+ | |- |
||
+ | | lom.relation.haspart |
||
+ | | [http://schema.org/hasPart hasPart] |
||
+ | | |
||
+ | |- |
||
+ | | lom.relation.ispartof |
||
+ | | [http://schema.org/isPartOf isPartOf] |
||
+ | | |
||
+ | |- |
||
+ | | lom.relation.thumbnail |
||
+ | | [http://schema.org/thumbnailUrl thumbnailUrl] |
||
+ | | |
||
+ | |- |
||
+ | | lom.relation.isbasedon |
||
+ | | [http://schema.org/isBasedOnUrl isBasedOnUrl] |
||
+ | | |
||
+ | |- |
||
+ | | lom.classification.discipline |
||
+ | | [http://schema.org/educationalAlignment educationalAlignment] |
||
+ | | alignmentType = educationalSubject |
||
+ | |- |
||
+ | | lom.classification.educationallevel |
||
+ | | [http://schema.org/educationalAlignment educationalAlignment] |
||
+ | | alignmentType = educationLevel |
||
+ | |- |
||
+ | | smbAggregatedData.averageNormalizedRating |
||
+ | | [http://schema.org/aggregateRating aggregateRating] |
||
+ | |} |
||
[[Categorie:Standaarden]] |
[[Categorie:Standaarden]] |
Versie van 27 jan 2015 08:17
RDFa is een aanbeveling voor het gebruik van attribuut-uitbreidingen in HTML zodat deze voorzien kunnen worden van rijke metadata.
Documentatie
RDFa specificatie | (leidend) |
RDFa op Wikipedia | (referentie) |
Overzicht veel gebruikte attributen van Schema.org | (referentie) |
LRMI termen | (referentie) |
Tooling
Structured Data Testing Tool | (actief) |
Voorbeelden
Er volgen een aantal voorbeelden van simpel tot meer gecompliceerd, alleen gericht op het metadateren van leermateriaal.
Boek met titel, auteur en publicatie
Het schema.org type "Book" is een subtype van CreativeWork. Op schema.org staat een overzicht van beschikbare attributen voor dit type.
<html>
<div vocab="http://schema.org/" typeof="Book">
<div property="name">De titel van het boek</div>
<div property="author">Peter de Auteur</div>
<div property="datePublished">2014-01-01</div>
</div>
</html>
Boek met ook educatieve metadata
De LRMI specificatie doet een aantal aanvullingen op de schema.org CreativeWork. Op dubliccore.org staat een overzicht van de beschikbare attributen.
<html>
<div vocab="http://schema.org/" typeof="Book">
<div property="name">De titel van het boek</div>
<div property="author">Peter de Auteur</div>
<div property="datePublished">2014-01-01</div>
<div property="typicalAgeRange">7-14</div>
<div property="timeRequired">PT15M30S</div>
</div>
</html>
Boek met meer educatieve metadata
Het educatieve rol van het publiek is een subtype van "audience" en behoort in een aparte subclass volgens LRMI.
<html>
<div vocab="http://schema.org/" typeof="Book">
<div property="name">De titel van het boek</div>
<div property="author">Peter de Auteur</div>
<div property="datePublished">2014-01-01</div>
<div property="typicalAgeRange">7-14</div>
<div property="timeRequired">PT15M30S</div>
<div property="audience" typeof="EducationalAudience">
<div property="educationalRole">student</div>
</div>
<div property="educationalAlignment" typeof="AlignmentObject">
<div property="alignmentType">educationalSubject</div>
<div property="educationalFramework">OnderwijsBegrippenKader</div>
<div property="targetName">Geschiedenis</div>
<div property="targetUrl">http://purl.edustandaard.nl/begrippenkader/ef3a0b2e-0843-4e0a-b45b-788be6e1ec8d</div>
</div>
</div>
</html>
Mapping NL-LOM
NL-LOM veld | schema.org veld | omschrijving |
---|---|---|
lom.general.title | name | |
lom.general.description | description | |
lom.general.language | inLanguage | IETF BCP 47, "nl" voor Nederlands |
lom.general.keyword | keywords | 1 veld, trefwoorden kommagescheiden |
lom.lifecycle.contribute.author | author | |
lom.lifecycle.contribute.author.date | dateCreated | de eerste beschikbare |
lom.lifecycle.contribute.author.date | dateModified | de laatst beschikbare |
lom.lifecycle.contribute.publisher | publisher | |
lom.lifecycle.contribute.publisher.data | datePublished | |
lom.technical.location | url | |
lom.educational.interactivitytype | interactivityType | waardenset: active, expositive, of mixed |
lom.educational.learningresourcetype | learningresourceType | |
lom.educational.intendedenduserrole | EducationalAudience/educationalRole | |
lom.educational.context | educationalAlignment | alignmentType = educationLevel |
lom.educational.typicalagerange | typicalAgeRange | |
lom.educational.typicallearningtime | timeRequired | |
lom.rights.copyrightandotherrestrictions | license | url naar licentiedocument |
lom.relation.haspart | hasPart | |
lom.relation.ispartof | isPartOf | |
lom.relation.thumbnail | thumbnailUrl | |
lom.relation.isbasedon | isBasedOnUrl | |
lom.classification.discipline | educationalAlignment | alignmentType = educationalSubject |
lom.classification.educationallevel | educationalAlignment | alignmentType = educationLevel |
smbAggregatedData.averageNormalizedRating | aggregateRating |