<premis:object xsi:type="premis:file">
  <premis:objectIdentifier>
    <premis:objectIdentifierType>UUID</premis:objectIdentifierType>
    <premis:objectIdentifierValue>{{identifier}}</premis:objectIdentifierValue>
  </premis:objectIdentifier>
  <premis:objectCharacteristics>
    <premis:format>
      <premis:formatDesignation>
        <premis:formatName>{{format}}</premis:formatName>
        <premis:formatVersion></premis:formatVersion>
      </premis:formatDesignation>
    </premis:format>
  </premis:objectCharacteristics>
  <premis:originalName>{{filename}}</premis:originalName>
  {% for eventid in eventids %}
  <premis:linkingEventIdentifier>
    <premis:linkingEventIdentifierType>UUID</premis:linkingEventIdentifierType>
    <premis:linkingEventIdentifierValue>{{eventid}}</premis:linkingEventIdentifierValue>
  </premis:linkingEventIdentifier>
  {% endfor %}
</premis:object>
