Skip to content

Commit

Permalink
Merge pull request #663 from hbz/addMissingLanguageTag
Browse files Browse the repository at this point in the history
Add missing language tag
  • Loading branch information
fsteeg authored Jan 6, 2025
2 parents 48f447d + e615b5d commit d830441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/SpatialToSkos.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* Generate a SKOS representation from the internal spatial classification data
* (which itself originates from a SKOS file, but is enriched from different
* sources, see https://github.com/hbz/lobid-vocabs/issues/85)
*
*
* @author Fabian Steeg (fsteeg)
*
*/
Expand Down Expand Up @@ -114,7 +114,7 @@ private static void initCsv() {

/**
* Write a SKOS turtle file for nwbib-spatial to the conf/ folder
*
*
* @param args Not used
*/
public static void main(String[] args) {
Expand Down Expand Up @@ -220,7 +220,7 @@ private static Resource addConceptScheme(Model model) {
model.createResource(
"http://creativecommons.org/publicdomain/zero/1.0/"))
.addProperty(DCTerms.description,
"This controlled vocabulary for areas in Northrhine-Westphalia was created for use in the North Rhine-Westphalian bibliography. The initial transformation to SKOS was carried out by Felix Ostrowski for the hbz.")
"This controlled vocabulary for areas in Northrhine-Westphalia was created for use in the North Rhine-Westphalian bibliography. The initial transformation to SKOS was carried out by Felix Ostrowski for the hbz.", "en")
.addProperty(DCTerms.issued, "2014-01-28")
.addProperty(DCTerms.modified,
ZonedDateTime.now().format(DateTimeFormatter.ISO_LOCAL_DATE))
Expand Down

0 comments on commit d830441

Please sign in to comment.