<!DOCTYPE html>
<html lang="en">
<head>
    <title>Listing roles of contributors to datasets</title>
    <link rel="icon" type="image/png" sizes="32x32" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC40lEQVRYhe2UT0hUQRzHp6Iss1B3VZKIDbbdfW9mnoi4f3zzjkJQeOgS0SEIb1EWBGGlLLu460zQPQM1unUIIjA6rfpm6ZAhHjoIRVQUFUlEbG+euTsdXG1d3VL3bVD4g+9h+L35fT/8fvN7ADgY9aHY5fpIvK82HO9ysu66wxWOzbkjcekKx0a2ALYA/n2AGi3a6ArFezcidziecQygNhhrcUficjP6PwBqtGijKxy/thnVBePHywYoDsFhl53GV8SEcsTx4usCMLUewTVpc23BNvEzm6Neyf1+KcG2vwqwUjgrOJq2JmHftwmkVBRGTvncFodnbI7vChO/FRznCmHsNM7aHM9Yk7Df5iqsLMw9sMNOK2g+jS4IEz0UJv4iuJZb2RltWnB4UZqH6ioGAgAAGe5vtiZhtzDx7OoRadLmeM7m6IRjhnLMW2Vx1bA5GhAmnhIcz6/xNj4Ujsky8UspwfayjDPjsF2Y6L7N8Vzx/BfP+KPg6LbgSqd8DnfJW2CnbaLhfH5ephpqygJYvQU4Z3P82TLRsDDhUTnmrSq+Y3N0Mg+Xldy/zwEAnLMWZ3pHpNExmfLs/t0dOdVcbT0JeKxUwFP2VljjqiE47Jp53LTXNxhsUZjerTByXWX6VZWRs/4bIQ2ACv+UAomgDzLCISNZxAxZKMhIDjLy1JfsaK+I+eGBUBNk5E2x8RogX/PdcDZUqieWTSh5D6nOVKqfhoycUmlHFFIyu5RXqf7AcQDISCpv/tqbMBqK883RtmpISRoxQyJKPgGn3wNk5NEigDFa6hslqV/Kj+FdBQD0bshIDlKSLlVcoWQo36UhR80BAMB73lulMn0EMpJTqD6qJiOt3mho/8GbkT2BZNgDB/V+RI0fkOrT3kRIVQbaDizJm2hdNbINBxwk5xAj3yEjuV9rZ1iIkgxixkLBA83mz8uCjLwoGwAx0vOnFSy5mtR4VTaAQvVORMnwZgSpzkrV/QmdE2tKe46+MQAAAABJRU5ErkJggg==">
    <link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABhklEQVQ4jbWPzStEURjG3yQLirlGKUnKFO45Z+SjmXvnnmthQcpCoVhYmD/AwmJiI3OvZuZc2U3UlKU0/gAslMw9JgvhHxAr2fko7r0jHSsl+TgbTz2Lt5731/MASEiJW9ONml2QyX6rsGalmnT74v8BDf12hxJfpV8d1uwNKUBYszabdFv84L8B9X0rESVmmUup2fme0cVhJWaZHw4NWL1Sew
EAfDe6H3Dy6Ll456WEJsRZS630MwCAOI20ei5OBpxse5zcBZw8eS4uPpfIuDiCainIg9umBCU0GZzgLZ9Hn31OgoATL+CkLDGB5H1OKj4nFd/FBxUXJ0UZNb4edw/6nLyJXaj5FeCVyPLNIVmYK8TG1IwWb16L1gEACAFV90ftoT8bdOX0EeyY99gxBXZMgRz6qGb1KantAACI0UvE6F5XJqEjpsdURouI0Vt5gGOUkUNnPu7ObGIIMfNaGqDmjDRi9FZldF1lRgYzeqUyeoiY4ag5Iy3RgOYRM8+/M2bG8efsO4hGrpmJseyMAAAAAElFTkSuQmCC">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    
    <style>
        #pylode {
            position: fixed;
            top: 130px;
            left: -60px;
            font-size: small;
            transform: rotate(-90deg);
            color: grey;
        }
        #pylode a {
            font-size: 2em;
            font-weight: bold;
            text-decoration: none;
            color: #005A9C;
        }
        #pylode a:hover {
            color: #333;
        }

        .cardinality {
            font-style: italic;
            color: #aa00aa;
        }

        dt {
            font-weight: bold;
            padding: 5px 0 5px 0;
        }

        ul.hlist {
            list-style-type: none;
            border: 1px solid navy;
            padding:5px;
            background-color: #F4FFFF;
        }

        ul.hierarchy {
            border: 1px solid navy;
            padding: 5px 25px 5px 25px;
            background-color: #F4FFFF;
        }


        ul.hlist li {
            display: inline;
            margin-right: 10px;
        }

        .entity {
            border: 1px solid navy;
            margin:5px 0 5px 0;
            padding: 5px;
        }

        .entity th {
            width: 150px;
            vertical-align: top;
        }

        .entity th,
        .entity td {
            padding-bottom: 20px;
        }

        .entity table th {
            text-align: left;
        }

        section#overview img {
            max-width: 1000px;
        }

        h1, h2, h3, h4, h5, h6 {
            text-align: left
        }
        h1, h2, h3 {
            color: #005A9C; background: white
        }
        h1 {
            font: 170% sans-serif;
            line-height: 110%;
        }
        h2 {
            font: 140% sans-serif;
            margin-top:40px;
        }
        h3 {
            font: 120% sans-serif;
            margin-top: 3px;
            padding-bottom: 5px;
            border-bottom: 1px solid navy;
        }
        h4 { font: bold 100% sans-serif }
        h5 { font: italic 100% sans-serif }
        h6 { font: small-caps 100% sans-serif }


        body {
            padding: 2em 70px 2em 70px;
            margin: 0;
            font-family: sans-serif;
            color: black;
            background: white;
            background-position: top left;
            background-attachment: fixed;
            background-repeat: no-repeat;
            text-align: justify;
        }

        section {
            max-width: 1500px;
        }

        .figure {
            margin-bottom: 20px;
        }

        :link { color: #00C; background: transparent }
        :visited { color: #609; background: transparent }
        a:active { color: #C00; background: transparent }

        .sup-c,
        .sup-op,
        .sup-fp,
        .sup-dp,
        .sup-ap,
        .sup-p,
        .sup-ni,
        .sup-con,
        .sup-col {
            cursor:help;
            margin-left: 3px;
        }

        .sup-c {
            color:orange;
        }

        .sup-op {
            color:navy;
        }

        .sup-fp {
            color:lightskyblue;
        }

        .sup-dp {
            color:green;
        }

        .sup-ap {
            color:darkred;
        }

        .sup-p {
            color:black;
        }

        .sup-ni {
            color:brown;
        }

        .sup-con {
            color:orange;
        }

        .sup-col {
            color:darkred;
        }

        code {
            font-size: large;
            color: darkred;
        }

        /* less prominent links for properties */
        .proplink {
            color: #336;
            text-decoration: none;
        }
    </style>
    
    <script type="application/ld+json">
      [
  {
    "@id": "https://marineinfo.org/ns/dataset/contribroles#conceptScheme",
    "@type": [
      "https://schema.org/DefinedTermSet"
    ],
    "https://schema.org/name": [
      {
        "@value": "Listing roles of contributors to datasets"
      }
    ]
  }
]
    </script>
</head>
<body>
  <div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">
    <span style="color:#329545;">p</span><span style="color:#f9cb33;">y</span>LODE</a>
    <span style="font-size:smaller;">2.12.0</span>
  </div>
  <h1>Listing roles of contributors to datasets</h1>
<h3><em>A taxonomy</em></h3>
  <section id="conceptscheme">
      <h2 style="display:none;">Concept Scheme</h2>
      <dl>
          <dt>URI</dt>
          <dd><code>https://marineinfo.org/ns/dataset/contribroles#conceptScheme</code></dd>
          <dt>Ontology RDF</dt>
          <dd><a href="dataset_contribroles.ttl">RDF (turtle)</a></dd>
      </dl>
  </section>
  <section id="toc">
      <h2>Table of Contents</h2>
      <ol>
          <li><a href="#collections">Collections</a></li>
          <li><a href="#concepts">Concepts</a></li>
          <li><a href="#namespaces">Namespaces</a></li>
          <li><a href="#legend">Legend</a></li>
      </ol>
  </section>
  <section id="overview">
      <h2>Overview</h2>
      <div class="figure">
          <div style="width:500px; height:500px; background-color: black;">&nbsp;</div>
          <div class="caption"><strong>Figure 1:</strong> Taxonomy overview</div>
      </div>
  </section>
  <section id="collections">
    <h2>Collections <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
    <ul class="hlist">
        <li><a href="#Listingrolesofcontributorstodatasets">Listing roles of contributors to datasets</a></li>
    </ul>
    <div class="entity collection" id="Listingrolesofcontributorstodatasets">
        <h3>Listing roles of contributors to datasets<sup title="Collection" class="sup-col">col</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles</code></td>
            </tr>
            <tr>
                <th>Members</th>
                <td>
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Co-ordinator">https://marineinfo.org/ns/dataset/contribroles#Co-ordinator</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Secretariat">https://marineinfo.org/ns/dataset/contribroles#Secretariat</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Commercial_manager">https://marineinfo.org/ns/dataset/contribroles#Commercial_manager</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Host">https://marineinfo.org/ns/dataset/contribroles#Host</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Data_collector">https://marineinfo.org/ns/dataset/contribroles#Data_collector</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Sponsor">https://marineinfo.org/ns/dataset/contribroles#Sponsor</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#External_adviser">https://marineinfo.org/ns/dataset/contribroles#External_adviser</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Researcher">https://marineinfo.org/ns/dataset/contribroles#Researcher</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Data_producer">https://marineinfo.org/ns/dataset/contribroles#Data_producer</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Promotor">https://marineinfo.org/ns/dataset/contribroles#Promotor</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Subcontractor">https://marineinfo.org/ns/dataset/contribroles#Subcontractor</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Principal_Investigator">https://marineinfo.org/ns/dataset/contribroles#Principal_Investigator</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Database_developer">https://marineinfo.org/ns/dataset/contribroles#Database_developer</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Teacher">https://marineinfo.org/ns/dataset/contribroles#Teacher</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#IT-leader">https://marineinfo.org/ns/dataset/contribroles#IT-leader</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Owner">https://marineinfo.org/ns/dataset/contribroles#Owner</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Sample_analyser">https://marineinfo.org/ns/dataset/contribroles#Sample_analyser</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Technician">https://marineinfo.org/ns/dataset/contribroles#Technician</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Organiser">https://marineinfo.org/ns/dataset/contribroles#Organiser</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Co-promotor">https://marineinfo.org/ns/dataset/contribroles#Co-promotor</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Taxonomic_editor">https://marineinfo.org/ns/dataset/contribroles#Taxonomic_editor</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Dataset_describer">https://marineinfo.org/ns/dataset/contribroles#Dataset_describer</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Data_creator">https://marineinfo.org/ns/dataset/contribroles#Data_creator</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Observer">https://marineinfo.org/ns/dataset/contribroles#Observer</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Contact">https://marineinfo.org/ns/dataset/contribroles#Contact</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Partner">https://marineinfo.org/ns/dataset/contribroles#Partner</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Taxonomic_identifier">https://marineinfo.org/ns/dataset/contribroles#Taxonomic_identifier</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Dataset_publisher">https://marineinfo.org/ns/dataset/contribroles#Dataset_publisher</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Non-contracted_partner">https://marineinfo.org/ns/dataset/contribroles#Non-contracted_partner</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Proposer">https://marineinfo.org/ns/dataset/contribroles#Proposer</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Supervisor">https://marineinfo.org/ns/dataset/contribroles#Supervisor</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Executant">https://marineinfo.org/ns/dataset/contribroles#Executant</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Manager">https://marineinfo.org/ns/dataset/contribroles#Manager</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Data_provider">https://marineinfo.org/ns/dataset/contribroles#Data_provider</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Data_manager">https://marineinfo.org/ns/dataset/contribroles#Data_manager</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Data_owner">https://marineinfo.org/ns/dataset/contribroles#Data_owner</a><sup class="sup-con" title="concept">con</sup>, 
                    <a href="https://marineinfo.org/ns/dataset/contribroles#Collection_manager">https://marineinfo.org/ns/dataset/contribroles#Collection_manager</a><sup class="sup-con" title="concept">con</sup>
                </td>
            </tr>
            
        </table>
    </div>
</section>
  <section id="concepts">
    <h2>Concepts <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
    <ul class="hierarchy">

</ul>
    <div class="entity concept" id="Co-ordinator">
        <h3>Co-ordinator<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Co-ordinator</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person cordinating the creation of the dataset.</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Co-promotor">
        <h3>Co-promotor<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Co-promotor</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Second person responsible for a student in a project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Collectionmanager">
        <h3>Collection manager<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Collection_manager</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person responsible for a (species) collection</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Commercialmanager">
        <h3>Commercial manager<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Commercial_manager</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute responsible for commercial (and financial) aspects</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Contact">
        <h3>Contact<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Contact</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person who should be contacted when more information is needed</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Datacollector">
        <h3>Data collector<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Data_collector</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute responsible for collecting the data used in this research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Datacreator">
        <h3>Data creator<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Data_creator</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person/institute involved in the creation of the data. Used in citation </p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Datamanager">
        <h3>Data manager<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Data_manager</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute managing the data</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Dataowner">
        <h3>Data owner<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Data_owner</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute owning the data</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Dataproducer">
        <h3>Data producer<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Data_producer</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>head of the research team</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Dataprovider">
        <h3>Data provider<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Data_provider</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Institute, not involved in the creation of the data, who provided the data to VLIZ.</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Databasedeveloper">
        <h3>Database developer<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Database_developer</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute that has developed the database in which the data is stored</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Datasetdescriber">
        <h3>Dataset describer<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Dataset_describer</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person that filled in the submission form.</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Datasetpublisher">
        <h3>Dataset publisher<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Dataset_publisher</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute that publishes the data</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Executant">
        <h3>Executant<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Executant</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute executing a certain research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Externaladviser">
        <h3>External adviser<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#External_adviser</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Extern person or institute that is consulted but not involved in the research/project team</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Host">
        <h3>Host<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Host</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute hosting the research (e.g. use of labs,...)</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="IT-leader">
        <h3>IT-leader<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#IT-leader</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Leading person for IT in the research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Manager">
        <h3>Manager<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Manager</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute managing the infrastructure</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Non-contractedpartner">
        <h3>Non-contracted partner<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Non-contracted_partner</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Partner without a contract in the project</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Observer">
        <h3>Observer<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Observer</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person involved but not actively participating in project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Organiser">
        <h3>Organiser<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Organiser</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute organising the whole project/research/event</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Owner">
        <h3>Owner<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Owner</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Owner of the infrastructure</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Partner">
        <h3>Partner<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Partner</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Institute that is partner in a project or research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="PrincipalInvestigator">
        <h3>Principal Investigator<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Principal_Investigator</code></td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Promotor">
        <h3>Promotor<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Promotor</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person responsible for a student in a project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Proposer">
        <h3>Proposer<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Proposer</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Institute commisioning the project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Researcher">
        <h3>Researcher<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Researcher</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person involved in the research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Sampleanalyser">
        <h3>Sample analyser<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Sample_analyser</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person or institute responsible for analysis of the samples</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Secretariat">
        <h3>Secretariat<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Secretariat</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Institute functioning as secretariat for project</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Sponsor">
        <h3>Sponsor<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Sponsor</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Institute or person financing the project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Subcontractor">
        <h3>Subcontractor<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Subcontractor</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>institute participating in project/research as subcontractant </p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Supervisor">
        <h3>Supervisor<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Supervisor</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Leader of the project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Taxonomiceditor">
        <h3>Taxonomic editor<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Taxonomic_editor</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Taxonomic expert that oversees the content of a taxonomic database</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Taxonomicidentifier">
        <h3>Taxonomic identifier<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Taxonomic_identifier</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person responsible for taxonomy in the project/research</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Teacher">
        <h3>Teacher<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Teacher</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person teaching students</p><br/>
                </td>
            </tr>
        </table>
    </div>
    <div class="entity concept" id="Technician">
        <h3>Technician<sup title="Concept" class="sup-con">con</sup></h3>
        <table>
            <tr>
                <th>URI</th>
                <td><code>https://marineinfo.org/ns/dataset/contribroles#Technician</code></td>
            </tr>
            <tr>
                <th>Definition</th>
                <td>
                    <p>Person responsible for the technical aspects of the research/project</p><br/>
                </td>
            </tr>
        </table>
    </div>
</section>

  <section id="namespaces">
    <h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">&uparrow;</a></span></h2>
    <dl>
        <dt>default (:)</dt>
        <dd><code>https://marineinfo.org/ns/dataset/contribroles#conceptScheme</code></dd>
        <dt>org</dt>
        <dd><code>http://www.w3.org/ns/org#</code></dd>
        <dt>rdf</dt>
        <dd><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></dd>
        <dt>rdfs</dt>
        <dd><code>http://www.w3.org/2000/01/rdf-schema#</code></dd>
        <dt>sdo</dt>
        <dd><code>http://schema.org/</code></dd>
        <dt>skos</dt>
        <dd><code>http://www.w3.org/2004/02/skos/core#</code></dd>
        <dt>xsd</dt>
        <dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
    </dl>
</section>

  <section id="legend">
    <h2>Legend</h2>
    <table class="entity">
      <tr><td><sup class="sup-col" title="Collections">col</sup></td><td>Collections</td></tr>
      <tr><td><sup class="sup-con" title="Concepts">con</sup></td><td>Concepts</td></tr>
    </table>
  </section>
</body>
</html>