Skip to content

Commit

Permalink
Add language for concept scheme description
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jul 2, 2024
1 parent e36c7f3 commit 746d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/SpatialToSkos.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static Resource addConceptScheme(Model model) {
"en")
.addProperty(DCTerms.license, model.createResource("http://creativecommons.org/publicdomain/zero/1.0/"))
.addProperty(DCTerms.description,
"This controlled vocabulary for areas in Rineland-Palatinate was created for use in the Bibliography of Rhineland (RPB).")
"This controlled vocabulary for areas in Rineland-Palatinate was created for use in the Bibliography of Rhineland (RPB).", "en")
.addProperty(DCTerms.issued, "2022-08-26")
.addProperty(DCTerms.modified, ZonedDateTime.now().format(DateTimeFormatter.ISO_LOCAL_DATE))
.addProperty(DCTerms.publisher, model.createResource("http://lobid.org/organisations/DE-605"))
Expand Down

0 comments on commit 746d448

Please sign in to comment.