<?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>Large Image Sample</title>
    <subTitle>Subtitle</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart type="family">Lastname</namePart>
    <namePart type="given">Firstname</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">Artist</roleTerm>
    </role>
    <namePart type="date">1983-2017</namePart>
    <namePart type="culture">Culture</namePart>
  </name>
  <name type="personal">
    <namePart type="family">Lastname</namePart>
    <namePart type="given">Secondartist</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">Artist</roleTerm>
    </role>
    <namePart type="date">1970-</namePart>
    <namePart type="culture">Culture</namePart>
  </name>
  <typeOfResource>still image</typeOfResource>
  <genre authority="aat">photographs</genre>
  <originInfo>
    <dateIssued>1992-06-22</dateIssued>
    <publisher>Publishing Company Ltd.</publisher>
    <place>
      <placeTerm authority="marccountry" type="code">Canada</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Toronto</placeTerm>
    </place>
    <edition type="impression" count="92" num="1">First impression</edition>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="text">English</languageTerm>
  </language>
  <abstract>Description of artwork</abstract>
  <identifier type="local">any local identifier</identifier>
  <physicalDescription>
    <form type="basicform" authority="marcform">nonprojected graphic</form>
    <extent type="measurements">22 cm x 80 cm</extent>
    <form type="material">Paper</form>
    <form type="technique">Watercolour and marker</form>
    <note type="condition">Slightly torn</note>
  </physicalDescription>
  <note>This is a note</note>
  <note type="inscription">The inscription</note>
  <subject>
    <subject displayLabel="culturalContext">
      <topic>Culturalcontext</topic>
    </subject>
    <subject displayLabel="stylePeriod">
      <topic>Style/period</topic>
    </subject>
    <topic>Topic1</topic>
    <topic>Topic2</topic>
    <geographic>Geographictopic</geographic>
    <temporal>Temporaltopic</temporal>
    <name>
      <namePart type="family">Subjectlastname</namePart>
      <namePart type="given">Subjectfirstname</namePart>
    </name>
    <hierarchicalGeographic>
      <continent>North America</continent>
      <country>Canada</country>
      <province>province</province>
      <region>region</region>
      <county>county</county>
      <city>city</city>
      <citySection>neighbourhood</citySection>
    </hierarchicalGeographic>
    <cartographics>
      <coordinates>xxxx, yyyy</coordinates>
    </cartographics>
  </subject>
  <location>
    <physicalLocation>Physical location</physicalLocation>
    <shelfLocator>Shelving reference</shelfLocator>
  </location>
  <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>