<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
  <titleInfo>
    <title>Audio Object</title>
    <subTitle>Subtitle</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Lastname, Firstname</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">actor</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Lastname, Firstname</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">producer</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Lastname, Firstname</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">artist</roleTerm>
    </role>
  </name>
  <typeOfResource>sound recording-nonmusical</typeOfResource>
  <tableOfContents>1. First thing&#13;
2. Second thing&#13;
3. Third thing</tableOfContents>
  <genre>multiple forms</genre>
  <originInfo>
    <dateIssued>2016-02-03</dateIssued>
    <publisher>Publishing Company Ltd.</publisher>
    <place>
      <placeTerm authority="marccountry" type="code">Canada</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Vancouver, BC</placeTerm>
    </place>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">English</languageTerm>
  </language>
  <abstract>This is the description.</abstract>
  <identifier>identifier1234</identifier>
  <physicalDescription>
    <form authority="marcform">sound recording</form>
    <extent>10 min., 15 sec.</extent>
  </physicalDescription>
  <note>Some additional notes go here.</note>
  <subject>
    <topic>Topic1</topic>
  </subject>
  <subject>
    <topic>Topic2</topic>
  </subject>
  <subject>
    <geographic>Geographictopic 1</geographic>
  </subject>
  <subject>
    <temporal>Temporaltopic</temporal>
  </subject>
  <subject>
      <hierarchicalGeographic>
      <continent>North America</continent>
      <country>Canada</country>
      <province>British Columbia</province>
      <region>Lower Mainland</region>
      <county>county</county>
      <city>Vancouver</city>
      <citySection>Brewery Creek</citySection>
    </hierarchicalGeographic>
  </subject>
  <subject>
    <cartographics>
      <coordinates>49.2763943,-123.1246651</coordinates>
    </cartographics>
  </subject>
  <accessCondition type="use and reproduction" displayLabel="Rights Statement">http://rightsstatements.org/vocab/InC/1.0/</accessCondition>
  <accessCondition type="use and reproduction">Additional information on use and reproduction rigths.</accessCondition>
  <accessCondition type="use and reproduction" displayLabel="Creative Commons license">http://creativecommons.org/licenses/by/4.0/</accessCondition>
</mods>