diff --git a/src/main/resources/alma/fix/maps.fix b/src/main/resources/alma/fix/maps.fix index abde61dfc..74e9f1e0b 100644 --- a/src/main/resources/alma/fix/maps.fix +++ b/src/main/resources/alma/fix/maps.fix @@ -30,7 +30,7 @@ put_filemap("$[classification.tsv]","classificationCode2Uri", sep_char:"\t",key_ put_filemap("$[rvk.tsv]","rvk", sep_char:"\t") # RPB SKOS Maps -put_rdfmap("$[rpb2.ttl]", "rpb2", target: "skos:prefLabel", select_language: "de") # LBZ-Notationen aka rpb2 fka RPB-Sachgruppen und Zusätze +put_rdfmap("$[lbz-notationen.ttl]", "lbz-notationen", target: "skos:prefLabel", select_language: "de") # LBZ-Notationen fka rpb2 fka RPB-Sachgruppen und Zusätze put_rdfmap("$[rpb-spatial.ttl]", "rpbr", target: "skos:prefLabel", select_language: "de") # RPB-Raumsystematik aka rpbr put_rdfmap("$[rpb.ttl]", "rpb", target: "skos:prefLabel", select_language: "de") # RPB-Sachsystematik fka. Systematik der Rheinland-Pfälzischen Bibliographie diff --git a/src/main/resources/alma/fix/subjects.fix b/src/main/resources/alma/fix/subjects.fix index 6655cff91..d06c01dd4 100644 --- a/src/main/resources/alma/fix/subjects.fix +++ b/src/main/resources/alma/fix/subjects.fix @@ -271,14 +271,14 @@ do list(path:"084??", "var":"$i") do list(path:"$i.a", "var":"$j") copy_field("$j", "subject[].$append.notation") set_array("subject[].$last.type[]","Concept") - # LBZ-Notationen aka rpb2 fka RPB-Sachgruppen und Zusätze + # LBZ-Notationen fka rpb2 fka RPB-Sachgruppen und Zusätze if any_match("$i.2", "rpb") if any_match("$j","\\d{3}") - copy_field("$j","$i.@rpb2NotationId") - prepend("$i.@rpb2NotationId","https://w3id.org/lobid/rpb2#n") - copy_field("$i.@rpb2NotationId","subject[].$last.id") - lookup("$i.@rpb2NotationId","rpb2") - move_field("$i.@rpb2NotationId","subject[].$last.label") + copy_field("$j","$i.@lbz-notationenId") + prepend("$i.@lbz-notationenId","https://w3id.org/lobid/rpb2#n") + copy_field("$i.@lbz-notationenId","subject[].$last.id") + lookup("$i.@lbz-notationenId","lbz-notationen") + move_field("$i.@lbz-notationenId","subject[].$last.label") add_field("subject[].$last.source.id", "https://w3id.org/lobid/rpb2") add_field("subject[].$last.source.label", "LBZ-Notationen") # RPB-Sachsystematik fka. Systematik der Rheinland-Pfälzischen Bibliographie diff --git a/src/test/resources/alma/maps/rpb2.ttl b/src/test/resources/alma/maps/lbz-notationen.ttl similarity index 100% rename from src/test/resources/alma/maps/rpb2.ttl rename to src/test/resources/alma/maps/lbz-notationen.ttl