Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Die Sprache der Vorzugsbezeichnung wird im Attribut xml:lang von <skos:prefLabel> angegeben.

Beispiele

Code Block
languagexml
themeConfluence
titleVorzugsbezeichnung Akteur
<...>
    <dcterms:Agent rdf:about="http://d-nb.info/gnd/118772635">
        <skos:prefLabel xml:lang="de">Zeus</skos:prefLabel>
    </dcterms:Agent>
</...>


Code Block
languagexml
themeConfluence
titleVorzugsbezeichnung Ort
<...>
	<dcterms:Location rdf:about="https://d-nb.info/gnd/4093976-5">
        <skos:prefLabel xml:lang="de">Griechenland (Altertum)</skos:prefLabel>
    </dcterms:Location>
</...>


Code Block
languagexml
themeConfluence
titleVorzugsbezeichnung Concept
<...>
    <skos:Concept rdf:about="https://d-nb.info/gnd/7508662-1">
        <skos:prefLabel xml:lang="de">Griechische Mythologie</skos:prefLabel>
    </skos:Concept>
</...>

URI

http://www.w3.org/2004/02/skos/core#prefLabel

...