-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from submodule "vocabs" to "lbz-vocabs" #2064
Changes from 1 commit
61ea3be
d2bc628
0986045
18532f3
46aa4f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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("rpb2.ttl", "../../../../../../vocabs/rpb/rpb2.ttl"); | ||
fixVariables.put("rpb-spatial.ttl", "../../../../../../vocabs/rpb/rpb-spatial.ttl"); | ||
fixVariables.put("rpb.ttl", "../../../../../../vocabs/rpb/rpb.ttl"); | ||
fixVariables.put("rpb2.ttl", "../../../../../../lbz-vocabs/rpb/rpb2.ttl"); | ||
fixVariables.put("rpb-spatial.ttl", "../../../../../../lbz-vocabs/rpb/rpb-spatial.ttl"); | ||
fixVariables.put("rpb.ttl", "../../../../../../lbz-vocabs/rpb/rpb.ttl"); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is no There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you are right!!! thanks! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done! |
||
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"); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file will finally most probably be renamed to
lbz-notationen.ttl
, see hbz/lbz-vocabs@38b3e89There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means, we should wait with mergin this until hbz/lbz-vocabs#6 is merged and adjust the file name if necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made a separate PR for changing the file name at hbz/lbz-vocabs#7 so that we can move on with this PR. @TobiasNx will review over there.