Discussion #2615
Updated by Daniele Francioli almost 5 years ago
<p>The proposed mandatory and optional fields for the RoR (Register of Registers) Register exchange format are shown below.</p>
<p>This is a starting point for a discussion to identify the fields to include in the format.</p>
<h2><span style="color:#0000CD;"><strong>ConceptScheme</strong></span></h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td><strong>Field</strong></td>
<td><strong>Requirement</strong></td>
<td><strong>Condition</strong></td>
</tr>
<tr>
<td>voaf:reliesOn</td>
<td>conditional</td>
<td>if a relation is available, it shall be provided with the reliesOn element.</td>
</tr>
<tr>
<td>skos:prefLabel</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:definition</td>
<td>conditional</td>
<td>if a definition is available it shall be provided, otherwise it can be left blank.</td>
</tr>
<tr>
<td>dcterms:modified</td>
<td>recommended</td>
<td> </td>
</tr>
<tr>
<td>dcterms:publisher</td>
<td>mandatory</td>
<td> </td>
</tr>
</tbody>
</table>
<h2><span style="color:#0000CD;"><strong>Concept replicated</strong></span></h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td><strong>Field</strong></td>
<td><strong>Requirement</strong></td>
<td><strong>Condition</strong></td>
</tr>
<tr>
<td>rdf:about</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:inScheme</td>
<td>mandatory</td>
<td> </td>
</tr>
</tbody>
</table>
<h2><span style="color:#0000CD;"><strong>Concept</strong></span></h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td><strong>Field</strong></td>
<td><strong>Requirement</strong></td>
<td><strong>Condition</strong></td>
</tr>
<tr>
<td>rdf:about</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:inScheme</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>
<p>skos:prefLabel</p>
</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:broader</td>
<td>conditional</td>
<td>if a roader concept is available, it shall be provided</td>
</tr>
<tr>
<td>skos:definition</td>
<td>conditional</td>
<td>if a definition is available it shall be provided, otherwise it can be left blank.</td>
</tr>
</tbody>
</table>
<p><span class="short_text" lang="en"><span class="hps">A short example is provided below.</span></span></p>
<pre>
...
<!-- Section 1: ConceptScheme definition -->
<rdf:Description rdf:about = "http://dd.eionet.europa.eu/vocabulary/inspire/DesignationSchemeValue">
<rdf:type rdf:resource = "http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<voaf:reliesOn rdf:resource="http://inspire.ec.europa.eu/codelist/DesignationSchemeValue" />
<skos:prefLabel xml:lang="en">Designation Scheme</skos:prefLabel>
<!--<skos:definition xml:lang="en">Not available</skos:definition>-->
<dct:publisher>
<foaf:Agent rdf:about="http://publications.europa.eu/resource/authority/corporate-body/JRC">
<foaf:name xml:lang="en">European Environment Agency</foaf:name>
<foaf:workplaceHomepage rdf:resource="http://www.eea.europa.eu/"/>
<foaf:mbox rdf:resource="mailto:cr@eionet.europa.eu"/>
</foaf:Agent>
</dct:publisher>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2016-01-19T20:26:52+02:00</dct:modified>
<dct:accrualPeriodicity rdf:resource="http://publications.europa.eu/resource/authority/frequency/DAILY"/>
</rdf:Description>
...
<!-- Section 2: Reference to the Concepts in the extended register -->
<rdf:Description rdf:about="http://inspire.ec.europa.eu/codelist/DesignationSchemeValue/emeraldNetwork">
<rdf:type rdf:resource = "http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:inScheme rdf:resource="DesignationSchemeValue" />
</rdf:Description>
...
<!-- Section 3: Concepts -->
<rdf:Description rdf:about="http://dd.eionet.europa.eu/vocabulary/inspire/DesignationSchemeValue/nationalDesignationTypeCode">
<skos:inScheme rdf:resource="CurrentUseValue" />
<rdf:type rdf:resource = "http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">National CDDA designations</skos:prefLabel>
<skos:definition xml:lang="en">National CDDA designations code list.
Important note:
This code value is an extension to INSPIRE PS - code-list DesignationSchemeValue</skos:definition>
</rdf:Description>
...</pre>
<p> </p>
<p>E <p>Attached to the discussion there are 2 example files:</p> Register exchange format:</p>
<ul>
<li>Register exchange format <li>One from the central INSPIRE registry</li>
<li>Register exchange format <li>One from the EIONET inspire-related vocabularies</li>
<li>An
</ul>
<p>An annotated word file is also available to explain each of the fields.</li>
</ul> fields.</p>
<p>This is a starting point for a discussion to identify the fields to include in the format.</p>
<h2><span style="color:#0000CD;"><strong>ConceptScheme</strong></span></h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td><strong>Field</strong></td>
<td><strong>Requirement</strong></td>
<td><strong>Condition</strong></td>
</tr>
<tr>
<td>voaf:reliesOn</td>
<td>conditional</td>
<td>if a relation is available, it shall be provided with the reliesOn element.</td>
</tr>
<tr>
<td>skos:prefLabel</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:definition</td>
<td>conditional</td>
<td>if a definition is available it shall be provided, otherwise it can be left blank.</td>
</tr>
<tr>
<td>dcterms:modified</td>
<td>recommended</td>
<td> </td>
</tr>
<tr>
<td>dcterms:publisher</td>
<td>mandatory</td>
<td> </td>
</tr>
</tbody>
</table>
<h2><span style="color:#0000CD;"><strong>Concept replicated</strong></span></h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td><strong>Field</strong></td>
<td><strong>Requirement</strong></td>
<td><strong>Condition</strong></td>
</tr>
<tr>
<td>rdf:about</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:inScheme</td>
<td>mandatory</td>
<td> </td>
</tr>
</tbody>
</table>
<h2><span style="color:#0000CD;"><strong>Concept</strong></span></h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td><strong>Field</strong></td>
<td><strong>Requirement</strong></td>
<td><strong>Condition</strong></td>
</tr>
<tr>
<td>rdf:about</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:inScheme</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>
<p>skos:prefLabel</p>
</td>
<td>mandatory</td>
<td> </td>
</tr>
<tr>
<td>skos:broader</td>
<td>conditional</td>
<td>if a roader concept is available, it shall be provided</td>
</tr>
<tr>
<td>skos:definition</td>
<td>conditional</td>
<td>if a definition is available it shall be provided, otherwise it can be left blank.</td>
</tr>
</tbody>
</table>
<p><span class="short_text" lang="en"><span class="hps">A short example is provided below.</span></span></p>
<pre>
...
<!-- Section 1: ConceptScheme definition -->
<rdf:Description rdf:about = "http://dd.eionet.europa.eu/vocabulary/inspire/DesignationSchemeValue">
<rdf:type rdf:resource = "http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<voaf:reliesOn rdf:resource="http://inspire.ec.europa.eu/codelist/DesignationSchemeValue" />
<skos:prefLabel xml:lang="en">Designation Scheme</skos:prefLabel>
<!--<skos:definition xml:lang="en">Not available</skos:definition>-->
<dct:publisher>
<foaf:Agent rdf:about="http://publications.europa.eu/resource/authority/corporate-body/JRC">
<foaf:name xml:lang="en">European Environment Agency</foaf:name>
<foaf:workplaceHomepage rdf:resource="http://www.eea.europa.eu/"/>
<foaf:mbox rdf:resource="mailto:cr@eionet.europa.eu"/>
</foaf:Agent>
</dct:publisher>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2016-01-19T20:26:52+02:00</dct:modified>
<dct:accrualPeriodicity rdf:resource="http://publications.europa.eu/resource/authority/frequency/DAILY"/>
</rdf:Description>
...
<!-- Section 2: Reference to the Concepts in the extended register -->
<rdf:Description rdf:about="http://inspire.ec.europa.eu/codelist/DesignationSchemeValue/emeraldNetwork">
<rdf:type rdf:resource = "http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:inScheme rdf:resource="DesignationSchemeValue" />
</rdf:Description>
...
<!-- Section 3: Concepts -->
<rdf:Description rdf:about="http://dd.eionet.europa.eu/vocabulary/inspire/DesignationSchemeValue/nationalDesignationTypeCode">
<skos:inScheme rdf:resource="CurrentUseValue" />
<rdf:type rdf:resource = "http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">National CDDA designations</skos:prefLabel>
<skos:definition xml:lang="en">National CDDA designations code list.
Important note:
This code value is an extension to INSPIRE PS - code-list DesignationSchemeValue</skos:definition>
</rdf:Description>
...</pre>
<p> </p>
<p>E <p>Attached to the discussion there are 2 example files:</p> Register exchange format:</p>
<ul>
<li>Register exchange format <li>One from the central INSPIRE registry</li>
<li>Register exchange format <li>One from the EIONET inspire-related vocabularies</li>
<li>An
</ul>
<p>An annotated word file is also available to explain each of the fields.</li>
</ul> fields.</p>