Standaarden:NL LOM/lom.general.catalogentry: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(remove generic text)
Geen bewerkingssamenvatting
 
Regel 3: Regel 3:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<!-- De urn notatie van een ISBN heeft de voorkeur vanwege de koppelmogelijkheden. -->
<!-- De urn notatie van een ISBN heeft de voorkeur vanwege de koppelmogelijkheden. -->
<catalogentry>  
<lom>
  <catalog>URI</catalog>
  <general>
  <entry>  
    <catalogentry>  
    <langstring xml:lang="x-none">urn:isbn:0-395-36341-1<langstring>
      <catalog>URI</catalog>
  <entry>
      <entry>  
</catalogentry>  
        <langstring xml:lang="x-none">urn:isbn:0-395-36341-1<langstring>
<catalogentry>  
      <entry>
  <catalog>ISBN</catalog>
    </catalogentry>  
  <entry>  
    <catalogentry>  
    <langstring xml:lang="x-none">0-395-36341-1<langstring>
      <catalog>ISBN</catalog>
  <entry>
      <entry>  
</catalogentry>  
        <langstring xml:lang="x-none">0-395-36341-1<langstring>
      <entry>
    </catalogentry>
  </general>
</lom>
</syntaxhighlight>
</syntaxhighlight>


Regel 20: Regel 24:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<catalogentry>  
<lom>
  <catalog>URI</catalog>
  <general>
  <entry>  
    <catalogentry>  
    <langstring xml:lang="x-none">lesidee:138<langstring>
      <catalog>URI</catalog>
  <entry>
      <entry>  
</catalogentry>  
        <langstring xml:lang="x-none">lesidee:138<langstring>
<catalogentry>  
      <entry>
  <catalog>LESIDEE.NL</catalog>
    </catalogentry>  
  <entry>  
    <catalogentry>  
    <langstring xml:lang="x-none">138<langstring>
      <catalog>LESIDEE.NL</catalog>
  <entry>
      <entry>  
</catalogentry>
        <langstring xml:lang="x-none">138<langstring>
      <entry>
    </catalogentry>
  </general>
</lom>
</syntaxhighlight>
</syntaxhighlight>
<noinclude>
<noinclude>
{{:Edurep:SeeAlso|use=[[Edurep:Metadata/Object Identifier]]|sibling=[[Standaarden:Schema.org/schema:identifier]]}}
{{:Edurep:SeeAlso|use=[[Edurep:Metadata/Object Identifier]]|sibling=[[Standaarden:Schema.org/schema:identifier]]}}
</noinclude>
</noinclude>

Huidige versie van 8 nov 2021 om 17:52

Bullet book.png Specificatie Nl.gif (leidend)
<!-- De urn notatie van een ISBN heeft de voorkeur vanwege de koppelmogelijkheden. -->
<lom>
  <general>
    <catalogentry> 
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">urn:isbn:0-395-36341-1<langstring>
      <entry>
    </catalogentry> 
    <catalogentry> 
      <catalog>ISBN</catalog>
      <entry> 
        <langstring xml:lang="x-none">0-395-36341-1<langstring>
      <entry>
    </catalogentry> 
  </general>
</lom>

Wanneer er geen formeel URN schema is, kan ook een eigen schema worden gebruikt in de URI. Het eigengemaakte schema mag dan niet 1 van de bekende URI schema's zijn.

<lom>
  <general>
    <catalogentry> 
      <catalog>URI</catalog>
      <entry> 
        <langstring xml:lang="x-none">lesidee:138<langstring>
      <entry>
    </catalogentry> 
    <catalogentry> 
      <catalog>LESIDEE.NL</catalog>
      <entry> 
        <langstring xml:lang="x-none">138<langstring>
      <entry>
    </catalogentry>
  </general>
</lom>
Gebruikt in Edurep:Metadata/Object Identifier
Vergelijkbaar met Standaarden:Schema.org/schema:identifier
Gerelateerd aan -