Skip to content

Commit

Permalink
Correct path to lbz-vocabs submodul files #2063
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Sep 5, 2024
1 parent 18532f3 commit 46aa4f0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ public void run() {
fixVariables.put("rvk.tsv", "../../../../../../lookup-tables/data/rvk.tsv");
fixVariables.put("lobidOrganisationsMapping.tsv", "./maps/lobidOrganisationsMapping.tsv");
fixVariables.put("hbzowner2sigel.tsv", "./maps/hbzowner2sigel.tsv");
fixVariables.put("lbz-notationen.ttl", "../../../../../../lbz-vocabs/rpb/lbz-notationen.ttl");
fixVariables.put("rpb-spatial.ttl", "../../../../../../lbz-vocabs/rpb/rpb-spatial.ttl");
fixVariables.put("rpb.ttl", "../../../../../../lbz-vocabs/rpb/rpb.ttl");
fixVariables.put("lbz-notationen.ttl", "../../../../../../lbz-vocabs/lbz-notationen.ttl");
fixVariables.put("rpb-spatial.ttl", "../../../../../../lbz-vocabs/rpb-spatial.ttl");
fixVariables.put("rpb.ttl", "../../../../../../lbz-vocabs/rpb.ttl");
fixVariables.put("nwbib.ttl", "../../../../../../vocabs/nwbib/nwbib.ttl");
fixVariables.put("nwbib-spatial.ttl", "../../../../../../vocabs/nwbib/nwbib-spatial.ttl");
fixVariables.put("hbzId2zdbId.tsv", "./maps/hbzId2zdbId.tsv.gz");
Expand Down

0 comments on commit 46aa4f0

Please sign in to comment.