<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:etd="http://www.ndltd.org/standards/metadata/etdms/1.0" 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>Thesis sample object</title>
    <subTitle>Subtitle</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart type="given">Firstname</namePart>
    <namePart type="family">Lastname</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">author</roleTerm>
    </role>
    <affiliation>Departmentname</affiliation>
    <displayForm>Firstname Lastname (identifier)</displayForm>
    <nameIdentifier>ORCID identifier</nameIdentifier>
    <description>optional description to further define role</description>
  </name>
  <name type="personal">
    <namePart type="given">Firstname</namePart>
    <namePart type="family">lastname</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">thesis advisor</roleTerm>
    </role>
    <affiliation>Department</affiliation>
    <displayForm>Firstname lastname (identifier)</displayForm>
    <nameIdentifier>ORCID</nameIdentifier>
    <description>Optional description to further define role</description>
  </name>
  <name type="personal" displayLabel="other">
    <namePart type="given">Firstname</namePart>
    <namePart type="family">Lastname</namePart>
    <affiliation>department or other institution affiliation</affiliation>
    <role>
      <roleTerm type="text">committee member</roleTerm>
    </role>
    <displayForm>Firstname lastname (identifier)</displayForm>
    <description>Optional description to further define role</description>
  </name>
  <name type="corporate" authority="lcnaf">
    <role>
      <roleTerm authority="marcrelator" type="text">Degree granting institution</roleTerm>
    </role>
    <namePart>Submitter's Institution</namePart>
    <namePart>Department</namePart>
  </name>
  <identifier type="u2">Department ID</identifier>
  <typeOfResource>text</typeOfResource>
  <genre authority="marcgt">thesis</genre>
  <originInfo>
    <dateIssued keyDate="yes">2017-01-22</dateIssued>
    <issuance>monographic</issuance>
    <publisher>Submitter's Institution</publisher>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="text">English</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marccategory">electronic</form>
    <extent>105 pages</extent>
  </physicalDescription>
  <abstract>This is the abstract.</abstract>
  <note>Some note about the thesis.</note>
  <location>
    <url>Library 7600</url>
  </location>
  <note type="statement of responsibility">(Probably the author)</note>
  <subject>
    <topic>Topical subject</topic>
    <geographic>Geographic subject</geographic>
    <temporal>Temporal subject</temporal>
  </subject>
  <subject>
    <topic>Another topical subject</topic>
    <geographic>Another geographic subject</geographic>
    <temporal>Another temporal subject</temporal>
  </subject>
  <identifier type="isbn">ISBN</identifier>
  <identifier type="doi">DOI</identifier>
  <classification authority="lcc">LCC classification</classification>
  <classification edition="21" authority="ddc">DDC classification</classification>
  <extension>
    <etd:etd>
      <etd:degree>
        <etd:name>Degree name</etd:name>
        <etd:level>doctoral</etd:level>
        <etd:discipline>Discipline</etd:discipline>
        <etd:grantor>Submitter's Institution</etd:grantor>
      </etd:degree>
    </etd:etd>
  </extension>
  <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>
  <accessCondition type="restriction on access">Restriction on access statement</accessCondition>
  <note type="author keyword">Keyword 2</note>
  <note type="author keyword">Keyword 1</note>
  <extension type="submissionAgreement">Yes</extension>
</mods>