Skip to content

Commit

Permalink
Merge pull request #9 from deutsche-nationalbibliothek/develop
Browse files Browse the repository at this point in the history
Fix Version IRI to link between previous versions
  • Loading branch information
thoffma authored Nov 7, 2024
2 parents e6a82a1 + 7cc9146 commit 69de30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/gnd.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ Add new annotation property
gndo:PseudonymNameOfTheperson (new class)

</adms:versionNotes>
<owl:priorVersion rdf:resource="https://d-nb.info/standards/elementset/gnd_20240626" />
<owl:versionIRI rdf:resource="https://d-nb.info/standards/elementset/gnd_20240206" />
<owl:priorVersion rdf:resource="https://d-nb.info/standards/elementset/gnd_20240206" />
<owl:versionIRI rdf:resource="https://d-nb.info/standards/elementset/gnd_20240806" />

<!-- Rights information -->
<dct:rights>Copyright 2012-2023 Deutsche Nationalbibliothek</dct:rights>
<dct:rights>Copyright 2012-2024 Deutsche Nationalbibliothek</dct:rights>
<cc:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
<dct:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
<dct:creator rdf:resource="#alexanderHaffner" />
Expand Down

0 comments on commit 69de30a

Please sign in to comment.