<?xml version="1.0" encoding="UTF-8"?>
<eml:eml packageId="test.1.4" system="KNB"
    xmlns:eml="https://eml.ecoinformatics.org/eml-2.2.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="https://eml.ecoinformatics.org/eml-2.2.0 eml.xsd">
  <dataset id="a">
    <title>Sample datset Description</title>
    <creator id="23445" scope="document">
      <individualName>
        <surName>Smith</surName>
      </individualName>
    </creator>
    <contact id="b">
      <individualName>
        <surName>Johnson</surName>
      </individualName>
    </contact>
    <contact>
      <references>23445</references>
    </contact>

  </dataset>
  <!-- this file is invalid because the annotation references an id that doesn't exist -->
  <annotation references="missing-reference-01">
    <propertyURI label="Subject">http://purl.org/dc/elements/1.1/subject</propertyURI>
    <valueURI label="grassland biome">http://purl.obolibrary.org/obo/ENVO_01000177</valueURI>
  </annotation>
</eml:eml>