Skip to content
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

Update vocabs URLs for move to new lbz-vocabs repo (RPB-189) #92

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf/nwbib.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ nwbib.filter="inCollection.id:\"http://lobid.org/resources/HT013494180#!\""
index {
es.port.http=8010
es.port.tcp=8110
data.rpbsubject="https://raw.githubusercontent.com/hbz/lobid-vocabs/master/rpb/rpb.ttl"
data.rpbsubject="https://raw.githubusercontent.com/hbz/lbz-vocabs/main/rpb.ttl"
# Setup for production, use static file:
data.rpbspatial="https://raw.githubusercontent.com/hbz/lobid-vocabs/master/rpb/rpb-spatial.ttl"
data.rpbspatial="https://raw.githubusercontent.com/hbz/lbz-vocabs/main/rpb-spatial.ttl"
rpbspatial.enrich=false
# Setup for tests and to regenerate full SKOS file from base SKOS file and Wikidata:
# (rm -rf ./data/ ; rm conf/wikidata.json ; sbt "runMain SpatialToSkos" ; cp conf/nwbib-spatial.ttl ../lobid-vocabs/nwbib/)
Expand Down
4 changes: 2 additions & 2 deletions conf/rpb-titel-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ vacuum()

#-------- maps --------
do once("map")
put_rdfmap("https://raw.githubusercontent.com/hbz/lobid-vocabs/master/rpb/rpb-spatial.ttl", "spatial_map", target:"skos:prefLabel", select_language:"de")
put_rdfmap("https://raw.githubusercontent.com/hbz/lobid-vocabs/master/rpb/rpb.ttl", "subject_map", target:"skos:prefLabel", select_language:"de")
put_rdfmap("https://raw.githubusercontent.com/hbz/lbz-vocabs/main/rpb-spatial.ttl", "spatial_map", target:"skos:prefLabel", select_language:"de")
put_rdfmap("https://raw.githubusercontent.com/hbz/lbz-vocabs/main/rpb.ttl", "subject_map", target:"skos:prefLabel", select_language:"de")
end

do put_macro("move_here")
Expand Down
2 changes: 1 addition & 1 deletion conf/rppd-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
do once("map")
put_filemap("conf/RPB-Export_HBZ_SW.tsv", "SW_map", sep_char: "\t")
put_filemap("conf/RPB-Export_HBZ_SWN.tsv", "SWN_map", sep_char: "\t")
put_rdfmap("https://raw.githubusercontent.com/hbz/lobid-vocabs/master/rpb/rpb-spatial.ttl", "spatial_map", target:"skos:prefLabel", select_language:"de")
put_rdfmap("https://raw.githubusercontent.com/hbz/lbz-vocabs/main/rpb-spatial.ttl", "spatial_map", target:"skos:prefLabel", select_language:"de")
put_filemap("conf/maps/gndGeographicName.tsv", "gnd_spatial_map", key_column:"0", value_column:"1", sep_char: "\t", expected_columns:"2")

# maps für lookup relatedPerson
Expand Down
Loading