iseal-core/site/docs/index.html

6977 lines
204 KiB
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.88.1" />
<title>ISEAL Schema</title>
<link rel="canonical" href="https://alanorth.github.io/iseal-schema/">
<link href="https://alanorth.github.io/iseal-schema/css/style.min.ae585769b8876f7a8f50194bfc7083345a9565afc487fb55a06dcee0a631c2dd.css" rel="stylesheet" integrity="sha256-rlhXabiHb3qPUBlL/HCDNFqVZa/Eh/tVoG3O4KYxwt0=" crossorigin="anonymous">
<link href="images/favicon.ico" rel="shortcut icon">
<link href="images/favicon-32x32.png" type="image/png" rel="icon" sizes="32x32">
<link href="images/apple-touch-icon.png" type="image/png" rel="apple-touch-icon" sizes="180x180">
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar-navigation">
<div class="container-fluid">
<div class="row">
<div class="col-lg-2 d-none d-lg-block">
<div class="sticky-top">
<nav id="navbar-navigation" class="navbar navbar-light bg-light flex-column align-items-start p-3">
<a class="navbar-brand" href="#">Navigation</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link" href="#metadata">Metadata</a>
<nav class="nav nav-pills flex-column">
<a class="nav-link ms-3 my-1" href="#required-metadata">Required Metadata</a>
<a class="nav-link ms-3 my-1" href="#optional-metadata">Optional Metadata</a>
</nav>
<a class="nav-link" href="#feedback">Feedback</a>
</nav>
</nav>
</div>
</div>
<main class="col-lg-10">
<h1>ISEAL Core Schema Specification</h1>
<p class="lead">This page provides a reference specification for the ISEAL Core Schema.</p>
<p>In this documentation we list metadata requirements, provide controlled vocabularies, and share technical information about the schema.</p>
<h2 id="metadata">Metadata</h2>
<p>ISEAL Core currently uses fields from the following standard metadata schemas:</p>
<ul>
<li><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-3">Dublin Core Elements</a> with the <code>dc</code> namespace prefix. These were <a href="http://www.dlib.org/dlib/July95/07weibel.html">originally designated in 1995</a> and are considered deprecated and superseded by Dublin Core Terms. Due to legacy code in the DSpace software we must still use some of these.</li>
<li><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-2">Dublin Core Terms</a> with the <code>dcterms</code> namespace prefix. These contain the original Dublin Core Terms and add others. As of 2008 these supercede the original Dublin Core Elements.</li>
</ul>
<p>General guidelines for metadata using the ISEAL Core Schema:</p>
<ul>
<li><strong>Encoding</strong>: metadata should be encoded in UTF-8 to ensure correct representation of international characters.</li>
<li><strong>Applicability</strong>: metadata should describe what the item is, <em>not what it isn't</em>. If a metadata field is not applicable you should not use it. Do not enter "N/A"!</li>
</ul>
<h3 id="required-metadata">Required Metadata</h3>
<div class="col">
<p class="invisible"><a id="resource-description-member-contributor"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">ISEAL - member contributor<div class="badge-required">
<span class="badge bg-primary">Required</span>
</div></th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>ISEAL - member contributor</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Association with an ISEAL member organization or scheme - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.contributor.member</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-authors"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - authors<div class="badge-required">
<span class="badge bg-primary">Required</span>
</div></th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - authors</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Persons or organizations intellectually responsible for the content of the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>consistent style recommended; use resources like ORCID or ROR</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dc.contributor.author</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-issued-or-published"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date issued or published<div class="badge-required">
<span class="badge bg-primary">Required</span>
</div></th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date issued or published</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date of formal issuance (e.g., publication) of the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.issued</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-publisher"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - publisher<div class="badge-required">
<span class="badge bg-primary">Required</span>
</div></th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - publisher</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>An entity responsible for making the resource available.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Usually the name of an organization</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.publisher</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-title"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - title<div class="badge-required">
<span class="badge bg-primary">Required</span>
</div></th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - title</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The full official name given to a resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dc.title</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - type<div class="badge-required">
<span class="badge bg-primary">Required</span>
</div></th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The nature, type or genre of the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.type</td>
</tr>
</tbody>
</table>
</div>
<h3 id="optional-metadata">Optional Metadata</h3>
<p>These fields are optional, but we strongly suggest that you include as many as you can.</p>
<div class="col">
<p class="invisible"><a id="resource-description-author-orcid-identifier"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Author ORCID identifier</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Author ORCID identifier</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>ORCID identifier of individuals</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Assign for authors</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-code-number-or-id"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - code, number or ID</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - code, number or ID</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Certificate ID code</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.ID</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-coverage-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - coverage type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - coverage type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Whether a certificate covers single or multiple locations - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.locations</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-current-duration"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - current duration (months)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - current duration (months)</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The number of months a certificate is valid for</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.duration</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-current-end-date"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - current end date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - current end date</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>End date for the current certificate</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.endDate</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-current-start-date"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - current start date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - current start date</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Start date for the current certificate</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.startDate</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-first-issue-date"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - first issue date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - first issue date</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>First issue date for the certificate</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.firstStartDate</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-license-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - license code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - license code</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.licenseCode</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-license-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - license status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - license status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.licenseStatus</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-ownership-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - ownership type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - ownership type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Whether a certificate covers indivdual or group owners - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.ownership</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-scope"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - scope</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - scope</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.scope</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate - status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate - status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.status</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-gln"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization - GLN</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization - GLN</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Global Location Number of companies to identify their locations</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.gln</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-id"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization - ID</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization - ID</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A number or other consistent code assigned to a certificate holder by a certifying body or scheme</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganizationID</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization - name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization - name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Entity or individual certified to produce or market a product under the terms of the certificate</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.name</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-role"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization - role</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization - role</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The role(s) the organzation plats in the spply chain - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>ITC database</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.role</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-website-url"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization - website url</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization - website url</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>URL of the organization</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.url</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-city"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - city</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - city</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Complete name of a city or town in an address</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-country"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - country</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - country</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full country name - select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-email-address"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - email address</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - email address</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Email address of an organization</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-latitude-and-longitude-location-coordinates"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - latitude and longitude location coordinates</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - latitude and longitude location coordinates</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Latitude and longitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude/longitude coordinate pair in Bolivia: -16.9013, -62.0244</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.addressLatLong</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-latitude-location-coordinate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - latitude location coordinate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - latitude location coordinate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Latitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude coordinate in Bolivia: -16.9013</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.addressLat</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-longitude-location-coordinate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - longitude location coordinate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - longitude location coordinate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Longitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a longitude coordinate in Bolivia: &ndash;62.0244</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedOrganization.addressLong</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-phone-country-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - phone country code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - phone country code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>International subscriber dialing (ISD) codes</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-phone-number"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - phone number</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - phone number</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Official contact phone number of the organization - without country code</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-postcode"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - postcode</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - postcode</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full postcode of an address</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-holder-street"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certificate holder/owner/certified organization address - street</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certificate holder/owner/certified organization address - street</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full street name and number of an address</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-admin-area"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - admin area (Ha)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - admin area (Ha)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.adminArea</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-analysis-area"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - analysis area (Ha)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - analysis area (Ha)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.analysisArea</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-area"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - area (Ha)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - area (Ha)</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Total area certified. For a group certificate, this would be the sum of the area of all certified farms in the certificate.</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.area</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-id"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - ID</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - ID</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Certified site ID code</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.siteID</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-latitude-and-longitude-location-coordinates"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - latitude and longitude location coordinates</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - latitude and longitude location coordinates</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Latitude and longitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude/longitude coordinate pair in Bolivia: -16.9013, -62.0244</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.latLong</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-latitude-and-longitude-location-coordinates-detail"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - latitude and longitude location coordinates detail</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - latitude and longitude location coordinates detail</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Specific details on the coordinates abnd how collected/measured</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-latitude-location-coordinate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - latitude location coordinate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - latitude location coordinate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Latitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude coordinate in Bolivia: -16.9013</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.lat</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-location-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - location name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - location name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The normal name used to describe the location</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.locationName</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-longitude-location-coordinate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - longitude location coordinate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - longitude location coordinate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Longitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a longitude coordinate in Bolivia: -62.0244</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.long</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-natural-ecosystem-set-aside"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - natural ecosystem set-aside (Ha)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - natural ecosystem set-aside (Ha)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.naturalSetAside</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-production-area"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - production area (Ha)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - production area (Ha)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.productionArea</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-restoration-set-aside"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified site - restoration set-aside (Ha)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified site - restoration set-aside (Ha)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifiedSite.restorationSetAside</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certified-resource-number-covered-by-the-certificate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certified sites - number covered by the certificate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certified sites - number covered by the certificate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The number of individual sites covered by a certificate</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certificate.sites</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-accreditation-end-date"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - accreditation end date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - accreditation end date</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-accreditation-start-date"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - accreditation start date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - accreditation start date</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-accreditation-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - accreditation status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - accreditation status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-accredited-geographic-scope"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - accredited geographic scope</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - accredited geographic scope</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Countries the body is certified to work in - select from control list of countries</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-accredited-technical-scope"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - accredited technical scope</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - accredited technical scope</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-accredited-technical-scope-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - accredited technical scope type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - accredited technical scope type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-asi-accreditation-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - ASI accreditation code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - ASI accreditation code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifyingBody.asiCode</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Entity assuring/assessing the status and performance of a certificate holder/owner</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.certifyingBody</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-program-or-scheme-accredited-for"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - program or scheme accredited for</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - program or scheme accredited for</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Scheme names the body is certified for - select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-standards-accredited-for"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - standards accredited for</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - standards accredited for</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>standards the body is accredited for - identify the official standard IDs</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-standards-certified-for"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body - standards certified for</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body - standards certified for</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>standards the body can certify for - identify the official standard IDs</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-city"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - city</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - city</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Complete name of a city or town in an address</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-country"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - country</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - country</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full country name - select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-email-address"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - email address</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - email address</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Email address of an organization</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-latitude-and-longitude-location-coordinates"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - latitude and longitude location coordinates</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - latitude and longitude location coordinates</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Latitude and longitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude/longitude coordinate pair in Bolivia: -16.9013, -62.0244</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-latitude-location-coordinate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - latitude location coordinate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - latitude location coordinate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Latitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude coordinate in Bolivia: -16.9013</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-longitude-location-coordinate"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - longitude location coordinate</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - longitude location coordinate</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Longitude location coordinates in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a longitude coordinate in Bolivia: -62.0244</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-phone-country-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - phone country code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - phone country code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>International subscriber dialing (ISD) codes</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-phone-number"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - phone number</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - phone number</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Official contact phone number of the organization - without country code</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-postcode"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - postcode</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - postcode</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full postcode of an address</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-street"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - street</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - street</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full street name and number of an address</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certifying-body-website-url"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Certifying body address - website url</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Certifying body address - website url</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>URL of the organization</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-country"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - country</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - country</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Popular names for countries - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.country</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-country-iso-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - country ISO code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - country ISO code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Official 2 letter ISO country code - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.countryAlpha2</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-geographic-level"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - geographic level</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - geographic level</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Level of geographic focus or coverage - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.geographicLevel</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-latitude-and-longitude-location-coordinates-for-the-resource-or-its-focus"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - latitude and longitude location coordinates for the resource or its focus</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - latitude and longitude location coordinates for the resource or its focus</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Use for polygons, shapes, study sites etc. Longitude location coordinates should be recorded in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude/longitude in Bolivia: -16.9013, -62.0244</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.latLong</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-latitude-location-coordinate-for-the-resource-or-its-focus"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - latitude location coordinate for the resource or its focus</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - latitude location coordinate for the resource or its focus</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Use for polygons, shapes, study sites etc. Latitude location coordinates should be recorded in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a latitude in Bolivia: -16.9013</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.latitude</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-longitude-location-coordinate-for-the-resource-or-its-focus"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - longitude location coordinate for the resource or its focus</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - longitude location coordinate for the resource or its focus</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Use for polygons, shapes, study sites etc. Longitude location coordinates should be recorded in decimal degrees (DD). Recording 4 digits to the right of the decimal provides an accuracy of 10m.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Example of a longitude in Bolivia: -62.0244</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.longitude</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-place-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - place name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - place name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Name(s) of specific places, sites, towns, cities, districts, etc. that the resource is about</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.place</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-regions"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Coverage - regions</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Coverage - regions</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Popular names for regions - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.coverage.region</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-author-directionality"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: author directionality</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: author directionality</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.authorDirectionality</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-comparison"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: comparison</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: comparison</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.comparison</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-counterfactuals"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: counterfactuals</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: counterfactuals</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>yes, no, not applicable</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.counterfacts</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-data-source"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: data source</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: data source</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.dataSource</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-data-evidence-collection-method"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: data/evidence collection method</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: data/evidence collection method</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.collection</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-findings"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: findings</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: findings</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Summary of the key finding of an evaluative study</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.findings</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-no-difference-directionality"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: no difference directionality</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: no difference directionality</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.noDifferenceDirectionality</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-notes"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: notes</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: notes</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Notes from a study, not elsewhere covered</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.notes</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-outcome-identified"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: outcome identified?</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: outcome identified?</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>yes, no, not applicable</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.outcome</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-quotes-on-impact"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: quotes on impact</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: quotes on impact</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Quotes from an evaluative study</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.quotes</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-recommendations"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: recommendations</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: recommendations</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Recommendations from an evaluative study</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.recommendations</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-statistical-significance"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: statistical significance</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: statistical significance</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.significance</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-statistical-test"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: statistical test</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: statistical test</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.test</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evaluation-study-scope"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evaluation: study scope</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evaluation: study scope</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evaluation.scope</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evidence-resource-subtype"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evidence: resource subtype</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evidence: resource subtype</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evidenceSubType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evidence-resource-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evidence: resource type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evidence: resource type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evidenceResourceType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evidence-summary"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evidence: summary</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evidence: summary</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A narrative summary of the evidence presented in the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evidenceSummary</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-evidence-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Evidence: type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Evidence: type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.evidenceType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-audit-documentation-categories"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC audit - documentation categories</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC audit - documentation categories</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-audit-sampling-system"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC audit - sampling system</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC audit - sampling system</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-audit-site-types"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC audit - site types</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC audit - site types</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-audit-stakeholder-engagement-types"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC audit - stakeholder engagement types</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC audit - stakeholder engagement types</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-audit-stakeholder-types"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC audit - stakeholder types</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC audit - stakeholder types</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-audit-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC audit - type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC audit - type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-category"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC certificate - category</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC certificate - category</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.certificate.category</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="certificate-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC certificate - type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC certificate - type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.certificate.type</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-coverage-region"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC coverage - region</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC coverage - region</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>FSC regions if different to the ISEAL list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.coverage.region</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-impact-category"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC evidence - category</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC evidence - category</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.evidenceCategory</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-description-document-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC item or resource - document type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC item or resource - document type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.doc.code</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-controlled-wood-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - controlled wood code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - controlled wood code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.wood.code</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-economic-issues"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - economic issues</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - economic issues</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the outcome(s) the resource mainly supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.issue.economic</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-economic-topics"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - economic topics</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - economic topics</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.topic.economic</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-environmental-issues"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - environmental issues</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - environmental issues</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the outcome(s) the resource mainly supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.issue.environmental</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-environmental-topics"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - environmental topics</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - environmental topics</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.topic.environmental</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-and-tree-species"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest and tree species</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest and tree species</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the species included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.forestSpecies</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-biome-zone"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest biome / zone</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest biome / zone</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the zone(s) included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.forestZone</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-harvesting-techniques"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest harvesting techniques</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest harvesting techniques</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-management-principle"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest management principle</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest management principle</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the FM principle(s) the resource supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.fmPrinciple</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-management-type-of-control"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest management type of control</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest management type of control</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the FM control type(s) included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.fmControl</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-monitoring-methods"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest monitoring methods</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest monitoring methods</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-products"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest products</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest products</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the products included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.forestProduct</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-products-identification-system"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest products identification system</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest products identification system</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forest-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forest type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forest type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the type(s) included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.forestType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-forestry-environmental-safeguards"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - forestry environmental safeguards</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - forestry environmental safeguards</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-high-conservation-values"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - high conservation values</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - high conservation values</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-non-forestry-activities"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - non-forestry activities</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - non-forestry activities</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-non-forestry-services-for-local-communities"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - non-forestry services for local communities</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - non-forestry services for local communities</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-outcomes-and-benefits"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - outcomes and benefits</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - outcomes and benefits</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the outcome(s) the resource mainly supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.outcome</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-political-systemic-or-legal-issues"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - political, systemic or legal issues</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - political, systemic or legal issues</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the outcome(s) the resource mainly supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.issue.political</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-political-systemic-or-legal-topics"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - political, systemic or legal topics</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - political, systemic or legal topics</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.topic.political</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-slimf-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - SLIMF type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - SLIMF type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Small or Low Intensity Managed Forests - select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-social-issues"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - social issues</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - social issues</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the outcome(s) the resource mainly supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.issue.social</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-social-topics"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - social topics</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - social topics</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.topic.social</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-subject-keywords"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - subject keywords</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - subject keywords</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Enter any keywords that help to describe the resource content or coverage</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.subject</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-sustainability-dimension"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - sustainability dimension</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - sustainability dimension</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the sustainability dimension the resource mainly supports or contributes to</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.sustainDimension</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-tenure-management"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - tenure management</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - tenure management</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the tenure management included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.tenureManagement</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-tenure-ownership"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC scope - tenure ownership</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC scope - tenure ownership</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate the tenure ownership included in the coverage of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.focus.tenureOwnership</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-description-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">FSC standard - type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>FSC standard - type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-code-clause-number"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">ISEAL - code clause number</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>ISEAL - code clause number</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Associated specific clause(s) from an ISEAL code of practice - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.clause</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-code-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">ISEAL - code name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>ISEAL - code name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Associated ISEAL code(s) of practice - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.code</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-strategic-pillar"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">ISEAL - strategic pillar</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>ISEAL - strategic pillar</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.strategyPillar</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-system-element"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">ISEAL - system element</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>ISEAL - system element</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.systemElement</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-abstract"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - abstract</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - abstract</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A narrative summary of the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.abstract</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-access-license"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - access license</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - access license</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A legal document giving official permission to do something with the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Normally the type of license, ndicated by a short name/code</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.license</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-access-license-holder"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - access license holder</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - access license holder</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A person or organization owning or managing rights over the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>License holder of the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.rightsHolder</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-access-rights"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - access rights</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - access rights</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Information about rights held in and over the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Indicate whether the resource is confidential (and limited access), restricted (and limited access) or public (limited access or open access)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.accessRights</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-audience"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - audience</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - audience</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A class of entity for whom the resource is intended or useful - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.audience</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-availability"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - availability</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - availability</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Indicate if the complete resource is available for use - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.availability.fullText</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-citation"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - citation</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - citation</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Include sufficient bibliographic detail to identify the resource as unambiguously as possible.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>consistent style recommended</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.bibliographicCitation</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="links-contact-email"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - contact email</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - contact email</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Email address of an organization or person that can be contacted about the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Avoid addresses that are short-lived; check permission first</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.contact.email</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="links-contact-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - contact name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - contact name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Name of an organization or person that can be contacted about the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Avoid links that are short-lived; check permission first</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.contact.name</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-accessioned-by-system"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date accessioned by system</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date accessioned by system</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date a systeem takes possession of item.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dc.date.accessioned</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-available-through-a-system"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date available through a system</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date available through a system</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date or date range item became available to the public.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dc.date.available</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-changed"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date changed</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date changed</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date when the resource was changed.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.modified</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-created"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date created</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date created</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date of creation of the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.created</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-of-version"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date of version</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date of version</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date as indicated on the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.dateOfVersion</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-reviewed"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date reviewed</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date reviewed</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date the resource was, is, will be reviewed</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.dateReviewed</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-revised"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date revised</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date revised</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date the resource was, is, will be revised</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.dateRevised</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-submitted"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - date submitted</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - date submitted</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Date when the resource is submitted to a repository or database</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.dateSubmitted</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-doi"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - DOI</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - DOI</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Digital object identifier - usually for articles and books/chapters</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.doi</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-edition"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - edition</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - edition</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.extent.edition</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-extent"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - extent</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - extent</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The size or duration of the resource; Usually the total pages or other dimensions</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.extent</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-funding-source"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - funding source</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - funding source</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Full name(s) of funders/investors that sponsored the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Usually the full name of an organization; use resources like ROR</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.contributor.funder</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-funding-source-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - funding source type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - funding source type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>An agreed typology of funder types - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.contributor.funderType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-id"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - ID</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - ID</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Any ID of the document.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Use other fields for ISBN or DOI</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.ID</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-is-replaced-by-another-item-or-resource"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - is replaced by another item or resource</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - is replaced by another item or resource</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A related resource that supplants, displaces, or supersedes the described resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.isReplacedBy</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-isbn"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - ISBN</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - ISBN</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>International standard book number</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.isbn</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-journal-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - journal name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - journal name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Journal full name in its original language</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.journalName</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-language-iso-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - language ISO code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - language ISO code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Official 2 letter ISO language code of the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.language</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-language-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - language name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - language name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Popular name for the language of the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.language</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-notes"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - notes</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - notes</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>An account of the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Any additional information about the resource not covered in any other field</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.description</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-number"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - number</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - number</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Journal article issue number, series number, or any other identifying number</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.extent.number</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-other-titles"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - other titles</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - other titles</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>An alternative name for the resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>eg, the title another language; Only if explicitly mentioned on the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.alternative</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-pagination"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - pagination</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - pagination</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Start/end pagination of a journal article or chapter</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.extent.pages</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-peer-review-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - peer review status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - peer review status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Whether the resource has been peer reviewed - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.item.reviewStatus</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-publication-place"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - publication place</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - publication place</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>City, country</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.item.publicationPlace</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-series-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - series name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - series name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A related resource or series of resources in which the described resource is physically or logically included.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Only if explicitly mentioned on the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.isPartOf</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-description-transition-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - transition status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - transition status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Yes or No</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>fsc.inTransition</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-uniform-resource-identifier"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - Uniform Resource Identifier</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - Uniform Resource Identifier</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Usually assigned by a repository, eg a handle address in Dspace</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dc.identifier.uri</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-version"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - version</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - version</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Version number</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Only if explicitly mentioned on the resource</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.extent.version</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-volume"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Item or resource - volume</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Item or resource - volume</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Journal article volume number</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.extent.volume</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="links-image-or-photo"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Link - image or photo</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Link - image or photo</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>An internet link to an associated image</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.link.image</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="links-url"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Link - URL</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Link - URL</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>An internet link to any other associated item</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Try to always link to any standard and permament identifier (eg, not a PDF)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.link.url</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-organization-bluenumber-id"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Organization Bluenumber ID</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Organization Bluenumber ID</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-organization-ror-id"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Organization ROR ID</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Organization ROR ID</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>GRID ID for an organization</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Assign for resources associated to organizations</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-active-ingredient"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - active ingredient</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - active ingredient</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Pesticide active ingredient</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.activeIngredient</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-alternatives-challenge"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - alternatives challenge</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - alternatives challenge</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The challenge the pesticide aims to control</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.challenge</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-alternatives-method"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - alternatives method</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - alternatives method</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The method used to control the pest - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - methods (Reduction, Replacement, Removal)</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.alternativeMethod</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-alternatives-strategy"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - alternatives strategy</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - alternatives strategy</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The strategy to tackle the pest</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.alternativeStrategy</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-alternatives-trial-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - alternatives trial status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - alternatives trial status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The type of alternatives strategy - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - types of alternative</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.alternativeTrial</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-alternatives-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - alternatives type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - alternatives type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Yes or No</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - whether the alternative approach has been trialed Y/N</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.alternativeType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-biocontrol-agent"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - biocontrol agent</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - biocontrol agent</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The alternative biocontrol agent to control the pest</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.biocontrolAgent</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-common-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - common name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - common name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The common name of the pesticide - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - Pesticide common name</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.commonName</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-pest-common-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - pest common name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - pest common name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The common name of the pest</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - common name for the pest</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.pestName</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-pest-species-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - pest species name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - pest species name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The species name of the pest</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - species name for the pest</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.pestSpecies</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="fsc-resource-scope-pest-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Pesticides - pest type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Pesticides - pest type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The type of pest - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>Pesticide alternatives - category of pest</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.pesticide.pestType</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-delta-sustainability-indicators"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - Delta sustainability indicators</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - Delta sustainability indicators</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Farm - level, outcome/impact indicators across the social, economic and environmental dimensions of sustainability - select from control list</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-product"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - product</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - product</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>A certified commodity or product - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.products</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-sdg-focus"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - SDG focus</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - SDG focus</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Association to sustainable development goal(s) - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.sdg</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-sector"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - sector</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - sector</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.sectors</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-subject-keyword"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - subject keyword</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - subject keyword</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Keywords that help to describe the resource content or coverage. The topic of the resource. Normally select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.subject</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-sustainability-cross-cutting-lens"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - sustainability cross-cutting lens</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - sustainability cross-cutting lens</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.sustainLens</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-sustainability-dimension"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - sustainability dimension</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - sustainability dimension</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The primary sustainability focus of the the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.sustainDimension</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-sustainability-issue"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - sustainability issue</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - sustainability issue</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The specific sustainability issue(s) covered in the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.sustainIssue</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-scope-sustainability-outcome"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Scope - sustainability outcome</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Scope - sustainability outcome</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.focus.sustainOutcome</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-date-of-version-1"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Standard - date of version 1</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Standard - date of version 1</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The date when version 1 of a standard was first issued</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.dateOfVersion1</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-effective-date"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Standard - effective date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Standard - effective date</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Effective date of a code/standard or other resource.</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>yyyy-mm-dd</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>dcterms.valid</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-description-id-or-code"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Standard - ID or code</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Standard - ID or code</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Any official code describing a standard</td>
</tr>
<tr>
<td class="col-2 field-name">Comment</td>
<td>For example &ldquo;FSC-DIR-40-004&rdquo;.</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.standardCode</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-status-status"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Standard - status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Standard - status</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.standardStatus</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-name"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Sustainability scheme - name</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Sustainability scheme - name</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>Name of certification scheme or body associated with the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.schemeName</td>
</tr>
</tbody>
</table>
</div>
<div class="col">
<p class="invisible"><a id="resource-coverage-type"></a></p>
<table class="table table-sm table-bordered">
<thead>
<tr class="table-secondary">
<th colspan="2">Sustainability scheme - type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-2 field-name">Label</td>
<td>Sustainability scheme - type</td>
</tr>
<tr>
<td class="col-2 field-name">Definition</td>
<td>The approach that best characterizes the scheme covered by the resource - select from control list</td>
</tr>
<tr>
<td class="col-2 field-name">Suggested field</td>
<td>is.identifier.schemeType</td>
</tr>
</tbody>
</table>
</div>
<h2 id="feedback">Feedback</h2>
<p>If you have questions/comments please contact ____.</p>
</main>
</div>
</div>
<footer class="footer mt-auto">
<div class="container">
<p class="mb-0 py-1">ISEAL Core Schema<span class="float-end"><a href="#">Back to top</a></span></p>
</div>
</footer>
<script src="https://alanorth.github.io/iseal-schema/js/bundle.min.c09aea57b2c4a76915f3545728514295d083ef50efcac96e3d03995ee7be01d1.js" integrity="sha256-wJrqV7LEp2kV81RXKFFCldCD71DvysluPQOZXue&#43;AdE=" crossorigin="anonymous" async></script>
</body>
</html>