Standaarden:NL LOM/lom.relation: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
k
(hasformat)
Regel 91: Regel 91:
 
<entry>
 
<entry>
 
<langstring xml:lang="x-none">http://store.uitgever.nl/bestel?id=498</langstring>
 
<langstring xml:lang="x-none">http://store.uitgever.nl/bestel?id=498</langstring>
  +
</entry>
  +
</catalogentry>
  +
</resource>
  +
</relation>
  +
</syntaxhighlight>
  +
  +
=== Uitvoerformaten ===
  +
Het kan voorkomen dat een leermateriaal in verschillende formaten uitgevoerd kan worden. Ook al kan er slechts 1 locatie worden toegevoegd aan de metadata is het niet de bedoeling om voor elk formaat een afzonderlijk metadata record te maken. De verschillende uitvoerformaten kunnen worden uitgedrukt in het relation veld. Hierbij wordt de "hasformat" relatie gebruikt, en wordt in de description het mime type van het betreffende formaat genoteerd.
  +
<syntaxhighlight lang="xml">
  +
<relation>
  +
<kind>
  +
<source>
  +
<langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring>
  +
</source>
  +
<value>
  +
<langstring xml:lang="x-none">hasformat</langstring>
  +
</value>
  +
</kind>
  +
<resource>
  +
<description>
  +
<langsting xml:lang="x-none">application/pdf</langstring>
  +
</description>
  +
<catalogentry>
  +
<catalog>URI</catalog>
  +
<entry>
  +
<langstring xml:lang="x-none">http://www.site.nl/materiaal/4560.pdf</langstring>
  +
</entry>
  +
</catalogentry>
  +
</resource>
  +
</relation>
  +
<relation>
  +
<kind>
  +
<source>
  +
<langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring>
  +
</source>
  +
<value>
  +
<langstring xml:lang="x-none">hasformat</langstring>
  +
</value>
  +
</kind>
  +
<resource>
  +
<description>
  +
<langsting xml:lang="x-none">application/epub+zip</langstring>
  +
</description>
  +
<catalogentry>
  +
<catalog>URI</catalog>
  +
<entry>
  +
<langstring xml:lang="x-none">http://www.site.nl/materiaal/4560.epub</langstring>
 
</entry>
 
</entry>
 
</catalogentry>
 
</catalogentry>

Versie van 4 apr 2014 12:04

Bullet book.png Specificatie Nl.gif (leidend)

Voorbeelden

Hieronder voorbeelden van niet-LOMv1.0 toepassingen voor het relation veld.

Thumbnail

Gebruik om te verwijzen naar een kleinere variant van het object, bijvoorbeeld een kleinere variant van een afbeelding, een screenshot van een film of een verkleinde voorbeeldweergave van een website. De best practice is maximaal 200x200px.

<relation> 
  <kind> 
    <source> 
      <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
    </source> 
    <value> 
      <langstring xml:lang="x-none">thumbnail</langstring> 
    </value> 
  </kind>
  <resource>
    <catalogentry>
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">http://www.site.nl/thumbnail.jpg</langstring> 
      </entry> 
    </catalogentry>
  </resource>
</relation>

Icon

Gebruik om te verwijzen naar een soort etalage afbeelding bij het object. Bijvoorbeeld een afbeelding van een kasteel bij een les over de Middeleeuwen. De beste practice is maximaal 200x200px.

<relation> 
  <kind> 
    <source> 
      <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
    </source> 
    <value> 
      <langstring xml:lang="x-none">icon</langstring> 
    </value> 
  </kind>
  <resource>
    <catalogentry>
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">http://www.site.nl/image.jpg</langstring> 
      </entry> 
    </catalogentry>
  </resource>
</relation>

Embed

Gebruik voor filmobjecten waarbij een filmobject beschikbaar is voor het insluiten in een andere pagina.

<relation> 
  <kind> 
    <source> 
      <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
    </source> 
    <value> 
      <langstring xml:lang="x-none">embed</langstring> 
    </value> 
  </kind>
  <resource>
    <catalogentry>
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">http://teleblik.nl/embed/vpx/asset/19026</langstring> 
      </entry> 
    </catalogentry>
  </resource>
</relation>

Landingspagina

Een landingspagina kan worden gebruikt om te linken naar extra informatie over het beschreven object.

<relation> 
  <kind> 
    <source> 
      <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
    </source> 
    <value> 
      <langstring xml:lang="x-none">landingpage</langstring> 
    </value> 
  </kind>
  <resource>
    <catalogentry>
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">http://store.uitgever.nl/bestel?id=498</langstring> 
      </entry> 
    </catalogentry>
  </resource>
</relation>

Uitvoerformaten

Het kan voorkomen dat een leermateriaal in verschillende formaten uitgevoerd kan worden. Ook al kan er slechts 1 locatie worden toegevoegd aan de metadata is het niet de bedoeling om voor elk formaat een afzonderlijk metadata record te maken. De verschillende uitvoerformaten kunnen worden uitgedrukt in het relation veld. Hierbij wordt de "hasformat" relatie gebruikt, en wordt in de description het mime type van het betreffende formaat genoteerd.

<relation> 
  <kind> 
    <source> 
      <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
    </source> 
    <value> 
      <langstring xml:lang="x-none">hasformat</langstring> 
    </value> 
  </kind>
  <resource>
    <description>
      <langsting xml:lang="x-none">application/pdf</langstring>
    </description>
    <catalogentry>
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">http://www.site.nl/materiaal/4560.pdf</langstring> 
      </entry> 
    </catalogentry>
  </resource>
</relation>
<relation> 
  <kind> 
    <source> 
      <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
    </source> 
    <value> 
      <langstring xml:lang="x-none">hasformat</langstring> 
    </value> 
  </kind>
  <resource>
    <description>
      <langsting xml:lang="x-none">application/epub+zip</langstring>
    </description>
    <catalogentry>
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">http://www.site.nl/materiaal/4560.epub</langstring> 
      </entry> 
    </catalogentry>
  </resource>
</relation>