Skip to content

Instantly share code, notes, and snippets.

@cl4rk3
Created January 28, 2015 20:08
Show Gist options
  • Save cl4rk3/fc6fb861438fec235704 to your computer and use it in GitHub Desktop.
Save cl4rk3/fc6fb861438fec235704 to your computer and use it in GitHub Desktop.
Minimal Working MAVIS Title record for import
<?xml version="1.0" encoding="ISO-8859-1"?>
<mavis database="LOC:mbrs" version="03.07.06" organisation="Library of Congress" xmlns:xl="http://www.w3.org/TR/xlink" xmlns="http://www.wizardis.com.au/2005/12/MAVIS">
<TitleWork>
<objectIdentifiers>
<ObjectIdentifier>
<identifier>169-10jsxq0w</identifier>
<identifierType>AMARCGUID</identifierType>
</ObjectIdentifier>
<ObjectIdentifier>
<identifier>KUNI5259</identifier>
<identifierType>ORIGINAL_CONTROL_NO</identifierType>
</ObjectIdentifier>
</objectIdentifiers>
<alternateTitles>
<Title>
<descr>TEST2 This is a second alternative title with the purpose of Episode Title</descr>
<titlePurpose>15</titlePurpose>
</Title>
<Title>
<descr>TEST2 This is an alternative title that is mapped from a repeated pbcoreTitle. The title is stored with with purpose of alternative series title</descr>
<titlePurpose>30</titlePurpose>
</Title>
</alternateTitles>
<languages>
<WorkLanguage>
<language>ENG</language>
<languageRole>ORIG</languageRole>
</WorkLanguage>
</languages>
<mediums>
<WorkMedium>
<isPrincipal>Y</isPrincipal>
<medium>M</medium>
</WorkMedium>
</mediums>
<note>TEST2 This is the notes field, some more notes; and some more notes.
This is on a new line.
AssetType: Element
Publisher: WVIZ, producer.
Contributer: James Baldwin, screenwriter.
Subject: Dogs
Genre: World
rightsSummary: Sounds of Taraab Live on WFMU from the 2009 Golden Festival in NYC by The Sounds of Taraab is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.</note>
<objectDates>
<Date-Year>
<dateType>BROADCAST</dateType>
<dayFrom>1</dayFrom>
<dayTo>1</dayTo>
<isCirca>N</isCirca>
<monthFrom>1</monthFrom>
<monthTo>1</monthTo>
<notes>TEST2 This is a note on the date table under the production&gt;general tab in MAVIS. This information will be mapped from pbcoreCoverage</notes>
<timeFrom>01:00:00</timeFrom>
<timeTo>23:00:00</timeTo>
<yearFrom>1969</yearFrom>
<yearTo>1969</yearTo>
</Date-Year>
</objectDates>
<objectPlaces>
<ObjectPlace>
<place>TEST2 This is the broadcast place</place>
<placeType>B</placeType>
</ObjectPlace>
<ObjectPlace>
<place>TEST2 This is the recording place</place>
<placeType>R</placeType>
</ObjectPlace>
</objectPlaces>
<objectSummaries>
<ObjectSummary>
<summary>TEST2 This is mapped from pbcoreDescription and is placed in title&gt;general&gt;summary
Example data would be:
&quot;Label on Box: Tom Hansell, Music Recordings, 1995 &amp; 1996, Tom Hansell Radio Prod.&quot;</summary>
<summaryType>ORG</summaryType>
</ObjectSummary>
</objectSummaries>
<preferredTitle>
<Title>
<descr>TEST2 Lights, Camera, New York</descr>
<titlePurpose>7</titlePurpose>
</Title>
</preferredTitle>
<roles>
<Name-Role>
<party xl:href="/Organisation/key/488231-1" xl:title="KQED"/>
<principalRole>N</principalRole>
<role>BRO</role>
<summary>TEST2 This is mapped from the pbcoreAnnotation and shows the station ID. Role should always be broadcaster.</summary>
</Name-Role>
</roles>
</TitleWork>
</mavis>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment