Skip to content

Commit 8169908

Browse files
committed
Update transformation #589
1 parent 0e06f7a commit 8169908

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

metafacture-runner/src/main/dist/examples/marc21-to-edm/MARC21-EDM.fix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ copy_field("@isil", "edm:dataProvider$de")
4848
lookup("edm:dataProvider$de","isils")
4949

5050

51-
paste("*edm:dataProvider", "~http://ld.zdb-services.de/data/organisations/", "@isil", join_char:"")
51+
paste("#edm:dataProvider", "~http://ld.zdb-services.de/data/organisations/", "@isil", join_char:"")
5252

5353

5454
add_field("edm:provider", "Deutsche Digitale Bibliothek")
@@ -251,7 +251,7 @@ paste("dcterms:LinguisticSystem.~rdf:about","~http://id.loc.gov/vocabulary/iso63
251251
copy_field("@isil","edm:rights")
252252
lookup("edm:rights","rights")
253253

254-
add_field("*dcterms:rights","http://creativecommons.org/publicdomain/zero/1.0/")
254+
add_field("#dcterms:rights","http://creativecommons.org/publicdomain/zero/1.0/")
255255

256256
copy_field("@recordID","edm:ProvidedCHO.~rdf:about")
257257

@@ -276,9 +276,9 @@ paste("edm:ProvidedCHO.#dcterms:language","~http://id.loc.gov/vocabulary/iso639-
276276

277277
paste("edm:ProvidedCHO.dcterms:bibliographicCitation","490??.a","~ ; ","490??.v", join_char:"")
278278

279-
copy_field("1[10]1 .a","edm:ProvidedCHO.dc:creator.$append")
279+
copy_field("1[10]01 .a","edm:ProvidedCHO.dc:creator.$append")
280280

281-
copy_field("7[10]1 .a","edm:ProvidedCHO.dc:contributor.$append")
281+
copy_field("7[10]01 .a","edm:ProvidedCHO.dc:contributor.$append")
282282

283283

284284
do list(path:"830??|800??|810??|811??","var":"$i")
@@ -333,4 +333,4 @@ do list(path:"85640","var":"$i")
333333
end
334334

335335

336-
retain("edm*","dc*","skos*", "aggregation_id")
336+
retain("edm*","dc*","skos*", "aggregation_id", "#*")

0 commit comments

Comments
 (0)