Skip to content

Commit ad32e44

Browse files
author
mgeipel
committed
fixed bug in MARC21-EDM mapping
removed duplicate source for subjects
1 parent 754383c commit ad32e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/marc21-to-edm/MARC21-EDM.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@
118118
<data name="*edm:rights" source="@isil">
119119
<lookup in="rights"/>
120120
</data>
121-
<data source="650?7.0|60017.0|61017.0|61017.0|61117.0|630??.0|655?7.0|651?7.0|648??.0" name="@conceptID">
121+
<data source="650?7.0|60017.0|61017.0|61017.0|630??.0|655?7.0|651?7.0|648??.0" name="@conceptID">
122122
<regexp match="^\(DE-588\)((.*))" format="${1}"/>
123123
<compose prefix="http://d-nb.info/gnd/"/>
124124
</data>
125125
<entity name="skos:Concept" sameEntity="true">
126126
<data source="@conceptID" name="~rdf:about"/>
127-
<data source="650?7.a|60017.a|61017.a|61017.a|61117.a|630??.a|655?7.a|651?7.a|648??.a" name="skos:prefLabel$de"/>
127+
<data source="650?7.a|60017.a|61017.a|61017.a|630??.a|655?7.a|651?7.a|648??.a" name="skos:prefLabel$de"/>
128128
</entity>
129129
<combine name="@publisherID" value="#/agent/${id}-${c}" reset="false">
130130
<data source="001" name="id"/>

0 commit comments

Comments
 (0)