Provenance Generator

Provenance metadata should be included in a derived data package to document its sources. This can be accomplished by adding a separate <methodStep> element in the derived data package for each of the source data packages from which it is derived.

A data package derived from edi.676.1 as one of its source data packages should include the <methodStep> element shown below as a sub-element within its <methods> element.


Method Step

Description

This method step describes provenance-based metadata as specified in the LTER EML Best Practices.

This provenance metadata does not contain entity specific information.

Data Source

Title
This is a test data package generated by the EDIutils R library

Creator
Individual Name: givenName middleName surName
Organization Name:Some Organization
Email:me@email.com

Distribution
Online Description:This online link references an EML document that describes data used in the creation of this derivative data package.
URL:https://pasta-s.lternet.edu/package/metadata/eml/edi/676/1

Contact
Individual Name: Me Me
Organization Name:University of No Where
Email:me@email.com
<?xml version="1.0" encoding="UTF-8"?>
<methodStep>
<description>
<para>This method step describes provenance-based metadata as specified in the LTER EML Best Practices.</para>
<para>This provenance metadata does not contain entity specific information.</para>
</description>
<dataSource>
<title>This is a test data package generated by the EDIutils R library</title>
<creator>
      <individualName>
        <givenName>givenName</givenName>
        <givenName>middleName</givenName>
        <surName>surName</surName>
      </individualName>
      <organizationName>Some Organization</organizationName>
      <electronicMailAddress>me@email.com</electronicMailAddress>
    </creator>
<distribution>
<online>
<onlineDescription>This online link references an EML document that describes data used in the creation of this derivative data package.</onlineDescription>
<url function="information">https://pasta-s.lternet.edu/package/metadata/eml/edi/676/1</url>
</online>
</distribution>
<contact>
      <individualName>
        <givenName>Me</givenName>
        <surName>Me</surName>
      </individualName>
      <organizationName>University of No Where</organizationName>
      <electronicMailAddress>me@email.com</electronicMailAddress>
    </contact>
</dataSource>
</methodStep>

EDI is a collaboration between the University of New Mexico and the University of Wisconsin – Madison, Center for Limnology:

UNM logo UW-M logo