From code4libuserx at gmail.com Thu Aug 19 10:21:15 2021 From: code4libuserx at gmail.com (Sergio Letuche) Date: Thu, 19 Aug 2021 11:21:15 +0300 Subject: [librecat-dev] marc to dublin core Message-ID: hello, could someone provide me with an example of transforming an mrc file to dublin core xml? Using catmandu commands of course thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From Johann.Rolschewski at sbb.spk-berlin.de Thu Aug 19 12:06:23 2021 From: Johann.Rolschewski at sbb.spk-berlin.de (Rolschewski, Johann) Date: Thu, 19 Aug 2021 10:06:23 +0000 Subject: [librecat-dev] marc to dublin core In-Reply-To: References: Message-ID: <7d4ed4083de44399be2055e20320b3de@sbb.spk-berlin.de> Hi, > could someone provide me with an example of transforming an mrc file to > dublin core xml? > Using catmandu commands of course you could use a fix like this and export to RDF-XML $ catmandu convert MARC to RDF --type xml --fix marc2dc.fix < loc.mrc Or use the LoC XSL file to transform it without Catmandu: $ xsltproc MARC21slim2OAIDC.xsl loc.mrc.xml See . Best Johann From code4libuserx at gmail.com Thu Aug 19 18:25:13 2021 From: code4libuserx at gmail.com (Sergio Letuche) Date: Thu, 19 Aug 2021 19:25:13 +0300 Subject: [librecat-dev] marc to dublin core In-Reply-To: <7d4ed4083de44399be2055e20320b3de@sbb.spk-berlin.de> References: <7d4ed4083de44399be2055e20320b3de@sbb.spk-berlin.de> Message-ID: Thank you very much. I am also to find a way to create from mrc Europeana semantic elements format in xml. Any hints on this? ???? ??????, 19 ????????? 2021, ? ??????? Rolschewski, Johann < Johann.Rolschewski at sbb.spk-berlin.de> ??????: > Hi, > > > could someone provide me with an example of transforming an mrc file to > > dublin core xml? > > Using catmandu commands of course > > you could use a fix like this > > > > and export to RDF-XML > > $ catmandu convert MARC to RDF --type xml --fix marc2dc.fix < loc.mrc > > Or use the LoC XSL file MARC21slim2OAIDC.xsl> to transform it without Catmandu: > > $ xsltproc MARC21slim2OAIDC.xsl loc.mrc.xml > > See transformation?id=-with-xlst>. > > Best > > Johann > -------------- next part -------------- An HTML attachment was scrubbed... URL: