MARCEDIT-L Archives

March 2011

MARCEDIT-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Reese, Terry" <[log in to unmask]>
Reply To:
MarcEdit support in technical and instructional matters <[log in to unmask]>
Date:
Tue, 1 Mar 2011 11:11:50 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (194 lines)
Well, the MDID metadata isn't Dublin Core.  You could translate this to MARC, but you'd need to create a translation specific for this format.  Looking at it, it wouldn't be too difficult to do, so if you need help, I'd be happy to give you a hand.  In terms of OAI -- MarcEdit's OAI translation does not support Password Authentication.  This is very much a philosophical decision because I'm of the opinion that if you are going to provide OAI-PMH access to metadata, it should be open.  The idea of placing it behind a password seems asinine to me.  

--TR

> -----Original Message-----
> From: MarcEdit support in technical and instructional matters
> [mailto:[log in to unmask]] On Behalf Of Bonath, Gail
> Sent: Tuesday, March 01, 2011 7:43 AM
> To: [log in to unmask]
> Subject: [MARCEDIT-L] MDID to MARC?
> 
> Does anyone on this listserv have experience exporting Dublin Core
> metadata out of MDID (the Madison Digital Image Database)?
> 
> We would like to export the metadata from one of our MDID collections and
> import it into our library catalog. I was hoping to use the MARCEdit DC2MARC
> xslt stylesheet.
> 
> We set up each of our collections in MDID using Dublin Core, but when I
> export the metadata, the files I get don't look like Dublin core to me. There is
> an example record at the end of this message.
> 
> The MARCEdit OAI Data harvester also seems like it would be a good tool but
> it fails, I think because there is a login in front of all of our MDID collections.
> 
> I am pretty much of a newbie to all of this so I apologize if I am missing
> something obvious.
> 
> Gail Bonath
> Grinnell College Libraries
> 
> P.S.  I have also appended an  XML schema associated with the collection.
> 
> Example XML record exported from MDID:
>     <record resource="lib_jkcglh_001-sc.jpg">
>         <Object_description>1 photograph, b&amp;w, 25.5 x 20.5
> cm</Object_description>
>         <Physical_location>MS 39, Series 3 Photographs, Box 1-
> Residential</Physical_location>
>         <Finding_aid>John Kleinschmidt Collection of Grinnell Local History,
> http://www.lib.grinnell.edu/collections/specialcollections/Manuscripts/findi
> ngaids/KleinschmidtMss.html</Finding_aid>
>        <Repository_collection>John Kleinschmidt Collection of Grinnell Local
> History (JKCGLH), Series 3</Repository_collection>
>         <Repository>Grinnell College Libraries Special Collections</Repository>
>         <Ordering_info>Contact the Department of Special Collections and
> Archives, Grinnell College Libraries, 1111 6th Avenue, Grinnell, IA 50112,
> Phone 641-269-3364, Fax 641-269-4283 or Email
> [log in to unmask]</Ordering_info>
>        <Location_depicted>1206 Broad Street, Grinnell, Poweshiek County,
> Iowa</Location_depicted>
>         <Subjects>Poweshiek County (Iowa)</Subjects>
>         <Subjects>Grinnell (Iowa)</Subjects>
>         <Subjects>Residential facilities</Subjects>
>         <Subjects>Houses</Subjects>
>         <Subjects>Porches</Subjects>
>         <Subjects>Women</Subjects>
>         <Subjects>Spencer, L.E.</Subjects>
>         <Subjects>Lyman, J.P.</Subjects>
>         <Subjects>Kleinschmidt, John and Barbara</Subjects>
>         <Description1>A "cottage style" residence built in 1884 first owned by
> L.E. Spencer.  Figure on porch is Mrs. J.P. Lyman, second
> owner.</Description1>
>         <Description1>Owners: L.E. Spencer, J.P. Lyman,  John and Barbara
> Kleinschmidt c. 1956.  L.E. Spencer was a banker, real estate agent, and loan
> agent.   Around 1920, an addition to the SE corner-- an unheated, enclosed
> solarium.</Description1>
>         <Date_original>1900?</Date_original>
>         <Title1>J.P. Lyman residence, Grinnell, Iowa</Title1>
>         <Title1>1206 Broad Street, Grinnell, Iowa</Title1>
>         <Title1>L.E. Spencer residence, Grinnell, Iowa</Title1>
>         <Title1>John and Barbara Kleinschmidt residence, Grinnell, Iowa</Title1>
>         <Image_number>ms39_001</Image_number>
>         <Notes2>Thesaurus for graphic materials I:  subject terms
> (TGMI)</Notes2>
>         <Record_modified_by>Sharon Clayton</Record_modified_by>
>         <Record_created_by>Helen Lewandowski</Record_created_by>
>         <Date_record_modified>4/23/2010 12:00:00
> AM</Date_record_modified>
>         <Date_record_created>9/7/2009 12:00:00 AM</Date_record_created>
>         <Type>Photographs</Type>
>         <Filename>lib_jkcglh_001-sc.jpg</Filename>
>         <Restrictions>http://pdid.grinnell.edu/collectioninfo.aspx</Restrictions>
>        <Acquisition>Gift of John Kleinschmidt, 1997</Acquisition>
>         <Date_digital>3/2/2009 12:00:00 AM</Date_digital>
>         <Digital_reproduction_info>Scanned with HP Scanjet 4670 at 600 ppi.
> Archival master image available in tiff format.</Digital_reproduction_info>
>     </record>
> 
> XML Schema:
> 
> <?xml version="1.0"?>
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
>   <xs:element name="data">
>     <xs:complexType>
>       <xs:sequence maxOccurs="unbounded">
>         <xs:element name="record">
>           <xs:complexType>
>             <xs:choice maxOccurs="unbounded">
>               <xs:element name="Title1" type="xs:string" />
>               <xs:element name="Description1" type="xs:string" />
>               <xs:element name="Notes1" type="xs:string" />
>               <xs:element name="Subjects" type="xs:string" />
>               <xs:element name="Date_original" type="xs:string" />
>               <xs:element name="Notes2" type="xs:string" />
>               <xs:element name="Ordering_info" type="xs:string" />
>               <xs:element name="Repository_collection" type="xs:string" />
>               <xs:element name="Repository" type="xs:string" />
>               <xs:element name="Restrictions" type="xs:string" />
>               <xs:element name="Type" type="xs:string" />
>               <xs:element name="Location_depicted" type="xs:string" />
>               <xs:element name="Finding_aid" type="xs:string" />
>               <xs:element name="Object_description" type="xs:string" />
>               <xs:element name="Digital_reproduction_info" type="xs:string" />
>               <xs:element name="Date_digital" type="xs:string" />
>               <xs:element name="Acquisition" type="xs:string" />
>               <xs:element name="Date_range" type="xs:string" />
>               <xs:element name="Photographer" type="xs:string" />
>               <xs:element name="Filename" type="xs:string" />
>               <xs:element name="Date_record_created" type="xs:string" />
>               <xs:element name="Date_record_modified" type="xs:string" />
>               <xs:element name="Record_created_by" type="xs:string" />
>               <xs:element name="Record_modified_by" type="xs:string" />
>               <xs:element name="Physical_location" type="xs:string" />
>               <xs:element name="Image_number" type="xs:string" />
>             </xs:choice>
>             <xs:attribute name="resource" type="xs:string" use="required" />
>           </xs:complexType>
>         </xs:element>
>       </xs:sequence>
>       <xs:attribute name="identifier" type="identifierType" use="required" />
>     </xs:complexType>
>   </xs:element>
>   <xs:simpleType name="formatType">
>     <xs:restriction base="xs:string">
>       <xs:enumeration value="ISO8601" />
>       <xs:enumeration value="ISO8601ReducedPrecision" />
>       <xs:enumeration value="USDefault" />
>       <xs:enumeration value="YearOnly" />
>     </xs:restriction>
>   </xs:simpleType>
>   <xs:simpleType name="identifierType">
>     <xs:restriction base="xs:string">
>       <xs:enumeration value="Title1" />
>       <xs:enumeration value="Description1" />
>       <xs:enumeration value="Notes1" />
>       <xs:enumeration value="Subjects" />
>       <xs:enumeration value="Date_original" />
>       <xs:enumeration value="Notes2" />
>       <xs:enumeration value="Ordering_info" />
>       <xs:enumeration value="Repository_collection" />
>       <xs:enumeration value="Repository" />
>       <xs:enumeration value="Restrictions" />
>       <xs:enumeration value="Type" />
>       <xs:enumeration value="Location_depicted" />
>       <xs:enumeration value="Finding_aid" />
>       <xs:enumeration value="Object_description" />
>       <xs:enumeration value="Digital_reproduction_info" />
>       <xs:enumeration value="Date_digital" />
>       <xs:enumeration value="Acquisition" />
>       <xs:enumeration value="Date_range" />
>       <xs:enumeration value="Photographer" />
>       <xs:enumeration value="Filename" />
>       <xs:enumeration value="Date_record_created" />
>       <xs:enumeration value="Date_record_modified" />
>       <xs:enumeration value="Record_created_by" />
>       <xs:enumeration value="Record_modified_by" />
>       <xs:enumeration value="Physical_location" />
>       <xs:enumeration value="Image_number" />
>     </xs:restriction>
>   </xs:simpleType>
>   <xs:complexType name="dateType">
>     <xs:simpleContent>
>       <xs:extension base="xs:string">
>         <xs:attribute name="date" type="xs:string" use="optional" />
>         <xs:attribute name="format" type="formatType" use="optional" />
>       </xs:extension>
>     </xs:simpleContent>
>   </xs:complexType>
> </xs:schema>
> 
> __________________________________________________________
> ______________
> 
> This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and
> instructional support in MarcEdit.  If you wish to communicate directly with
> the list owners, write to [log in to unmask] To
> unsubscribe, send a message "SIGNOFF MARCEDIT-L" to
> [log in to unmask]

________________________________________________________________________

This message comes to you via MARCEDIT-L, a Listserv(R) list for technical and instructional support in MarcEdit.  If you wish to communicate directly with the list owners, write to [log in to unmask] To unsubscribe, send a message "SIGNOFF MARCEDIT-L" to [log in to unmask]

ATOM RSS1 RSS2