Standaarden:NL LOM/lom.general.catalogentry: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(test) |
|||
(5 tussenliggende versies door een andere gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
+ | {{Documentatie|http://wiki.surfnet.nl/display/nllom/1.1+Identifier|Specificatie|nl|leidend}} |
||
− | test |
||
+ | |||
+ | <syntaxhighlight lang="xml"> |
||
+ | <!-- 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> |
||
+ | </syntaxhighlight> |
||
+ | |||
+ | 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 [http://www.iana.org/assignments/uri-schemes.html bekende URI schema's] zijn. |
||
+ | |||
+ | <syntaxhighlight lang="xml"> |
||
+ | <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> |
||
+ | </syntaxhighlight> |
||
+ | <noinclude> |
||
+ | {{:Edurep:SeeAlso|use=[[Edurep:Metadata/Object Identifier]]|sibling=[[Standaarden:Schema.org/schema:identifier]]}} |
||
+ | </noinclude> |
Huidige versie van 8 nov 2021 om 16:52
Specificatie | (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 | - |