Skip to content

Commit

Permalink
Merge branch 'enhanceSKOS' of https://github.com/rettinghaus/lobid-gnd
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jan 28, 2025
2 parents 475fda2 + 8a86d65 commit f10d06b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/GndOntology.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ public class GndOntology {
put("creatorOf", "Werke");
// no current German SKOS translation, see
// https://www.w3.org/2004/02/skos/translations
put("closeMatch", "Gleichwertig");
put("broadMatch", "Oberbegriff");
put("narrowMatch", "Unterbegriff");
put("exactMatch", "Entspricht");
put("relatedMatch", "Verwandter Begriff");
}
Expand Down
2 changes: 2 additions & 0 deletions test/models/GndOntologyLabelTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public static Collection<Object[]> data() {
{ "hasAncestor", "Vorfahr" }, //
{ "hasParent", "Elternteil" }, //
{ "professionalRelationship", "Berufliche Beziehung" }, //
{ "closeMatch", "Gleichwertig" }, //
{ "broadMatch", "Oberbegriff" }, //
{ "narrowMatch", "Unterbegriff" },//
{ "exactMatch", "Entspricht" }, //
{ "relatedMatch", "Verwandter Begriff" }, //
{ "https://d-nb.info/standards/vocab/gnd/description-level#3", "Katalogisierungslevel 3" }, //
Expand Down

0 comments on commit f10d06b

Please sign in to comment.