Edurep:Metadata/Verzameling

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen

Edurep-symbol.png Edurep: Metadata/Verzameling

De ispartof and inverse haspart kunnen worden gebruikt om expliciet relaties aan te geven tussen verzamelobjecten en los gedeelde onderdelen.
Zoekportals kunnen op basis van deze informatie in hun interface vanuit een verzamelobject doorlinken naar elk onderdeel.

NL LOM

Bullet book.png Specificatie Nl.gif (leidend)
<lom>
  <general>
    <title>
      <langstring xml:lang="nl">voorbeeld les</langstring>
    </title>
    <catalogentry>
      <catalog>UUID</catalog>
      <entry>
        <langstring xml:lang="x-none">urn:uuid:483d912c-f454-4df1-b5d2-6d5494f922bb</langstring>
      </entry>
    </catalogentry>
  </general>
  <relation> 
    <kind> 
      <source> 
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
      </source> 
      <value> 
        <langstring xml:lang="x-none">haspart</langstring> 
      </value> 
    </kind>
    <resource>
      <description>
        <langsting xml:lang="nl">handleiding</langstring>
      </description>
      <catalogentry>
        <catalog>UUID</catalog>
        <entry> 
          <langstring xml:lang="x-none">urn:uuid:43d4388f-487d-409d-a2cc-af588f3127c2</langstring> 
        </entry> 
      </catalogentry>
    </resource>
  </relation>
</lom>


Bullet book.png Specificatie Nl.gif (leidend)
<lom>
  <general>
    <title>
      <langstring xml:lang="nl">voorbeeld les onderdeel</langstring>
    </title>
    <catalogentry>
      <catalog>UUID</catalog>
      <entry>
        <langstring xml:lang="x-none">urn:uuid:43d4388f-487d-409d-a2cc-af588f3127c2</langstring>
      </entry>
    </catalogentry>
  </general>
  <relation> 
    <kind> 
      <source> 
        <langstring xml:lang="x-none">http://purl.edustandaard.nl/relation_kind_nllom_20131211</langstring> 
      </source> 
      <value> 
        <langstring xml:lang="x-none">ispartof</langstring> 
      </value> 
    </kind>
    <resource>
      <catalogentry>
        <catalog>UUID</catalog>
        <entry> 
          <langstring xml:lang="x-none">urn:uuid:483d912c-f454-4df1-b5d2-6d5494f922bb</langstring> 
        </entry> 
      </catalogentry>
    </resource>
  </relation>
</lom>

Schema.org

Bullet book.png Specificatie En.gif (leidend)
{
  "@context": {
    "schema": "https://schema.org/"
  },
  "schema:hasPart": {
    "@id": "urn:example:haspart:id"
  }
}


Bullet book.png Specificatie En.gif (leidend)
{
  "@context": {
    "schema": "https://schema.org/"
  },
  "schema:isPartOf": {
    "@id": "urn:example:ispartof:id"
  }
}

See Also

Gebruikt in Edurep:Metadata
Vergelijkbaar met -
Gerelateerd aan Standaarden:NL_LOM/lom.relation