Edurep:Metadata/Verzameling: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met 'De ispartof and inverse haspart kunnen worden gebruikt om expliciet relaties aan te geven tussen verzamelobjecten en los gedeelde onderdelen. <br> Zoekportals kunne...')
(geen verschil)

Versie van 20 okt 2021 13:44

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)
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