mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-28 17:48:19 +01:00
Compare commits
4 Commits
97e31887b9
...
e202cbe3de
Author | SHA1 | Date | |
---|---|---|---|
e202cbe3de | |||
6a1a99fb2a | |||
|
275fd1d851 | ||
7876edb171 |
32
README-dev.md
Normal file
32
README-dev.md
Normal file
@ -0,0 +1,32 @@
|
||||
# Technical Documentation
|
||||
This document provides technical information about various workflows related to updating and editing the schema and documentation site.
|
||||
|
||||
## General Requirements
|
||||
|
||||
- Python 3.7+
|
||||
- Node.js 12+ and NPM
|
||||
|
||||
## Python Setup
|
||||
Create a Python 3 (3.7+) virtual environment and install the requirements:
|
||||
|
||||
```console
|
||||
$ python3 -m venv virtualenv
|
||||
$ source virtualenv/bin/activate
|
||||
$ pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Then run the utility scripts to parse the schemas:
|
||||
|
||||
```console
|
||||
$ ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
|
||||
$ ./util/generate-hugo-content.py -i data/fsc.csv -d
|
||||
```
|
||||
|
||||
## Node.js Setup
|
||||
To generate the HTML documentation site:
|
||||
|
||||
```console
|
||||
$ cd site
|
||||
$ npm install
|
||||
$ npm run build
|
||||
```
|
39
README.md
39
README.md
@ -1,41 +1,22 @@
|
||||
# ISEAL Core Metadata Set
|
||||
The ISEAL Core Metadata Set (ISEAL Core) is a set of structured terms and vocabularies that can be used as metadata to describe, share, and reuse different digital resources across the [ISEAL Community](https://www.isealalliance.org/) and broader set of stakeholders. The resources described using the ISEAL Core are those that sustainability systems typically collect, curate, manage, use, publish and archive. They may be datasets, published research, certificates, videos, images, maps, or other organizational documentation.
|
||||
<h1 align="center">ISEAL Core Metadata Set</h1>
|
||||
|
||||
<p align="center">
|
||||
<img width="600" alt="Screenshot of ISEAL Core Metadata Set documentation" src="screenshot.png">
|
||||
</p>
|
||||
|
||||
You can see a user-friendly version of the schema [here](https://iseal-community.github.io/iseal-core/).
|
||||
## About the Project
|
||||
The ISEAL Core Metadata Set (ISEAL Core) is a set of structured terms and vocabularies that can be used as metadata to describe, share, and reuse different digital resources across the [ISEAL Community](https://www.isealalliance.org/) and broader set of stakeholders. The resources described using the ISEAL Core are those that sustainability systems typically collect, curate, manage, use, publish and archive. They may be datasets, published research, certificates, videos, images, maps, or other organizational documentation.
|
||||
|
||||
## Requirements
|
||||
View the user-friendly schema reference here: https://iseal-community.github.io/iseal-core
|
||||
|
||||
- Python 3.7+ (for parsing the schema)
|
||||
- Node.js 12+ (for generating the HTML documentation site)
|
||||
## Built With
|
||||
|
||||
## Python Setup
|
||||
Create a Python 3 (3.7+) virtual environment and install the requirements:
|
||||
- [Python](https://python.org/) — used for CSV schema parsing and RDF generation
|
||||
- [Bootstrap](https://getbootstrap.com/) — used for HTML documentation site style and layout
|
||||
- [Node.js](https://nodejs.org/) — the Node.js package manager (NPM) installs web dependencies and tooling
|
||||
- [Hugo](https://gohugo.io/) — used to generate the HTML documentation site
|
||||
|
||||
```console
|
||||
$ python3 -m venv virtualenv
|
||||
$ source virtualenv/bin/activate
|
||||
$ pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Then run the utility scripts to parse the schemas:
|
||||
|
||||
```console
|
||||
$ ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
|
||||
$ ./util/generate-hugo-content.py -i data/fsc.csv -d
|
||||
```
|
||||
|
||||
## Node.js Setup
|
||||
To generate the HTML documentation site:
|
||||
|
||||
```console
|
||||
$ cd site
|
||||
$ npm install
|
||||
$ npm run build
|
||||
```
|
||||
Consult [`README-dev.md`](README-dev.md) for technical information about making changes to the schema, documentaion site, etc.
|
||||
|
||||
## TODO
|
||||
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 731 KiB |
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set | FSC Schema Extension</title>
|
||||
@ -2752,7 +2752,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Hugo 0.92.1" />
|
||||
|
||||
|
||||
<title>ISEAL Core Metadata Set</title>
|
||||
@ -7773,7 +7773,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Sunday, Jan 23, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set. This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<span class="float-end"><span class="text-white-50">Last modified Saturday, Jan 29, 2022</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user