Skip to content

Commit

Permalink
Update vocabs URLs for move to new lbz-vocabs repo (RPB-189)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Sep 6, 2024
1 parent 0875c5b commit 8505a84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 8505a84

Please sign in to comment.