Skip to content

Commit

Permalink
Update file type alignments (#37)
Browse files Browse the repository at this point in the history
* Update file type alignments
* Editorial fixes
  • Loading branch information
andrea-perego authored Dec 19, 2021
1 parent c92ca05 commit ce54fea
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alignments/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<h1>Alignments</h1>
<p>This folder includes alignments between the controlled vocabularies used in ISO 19115 / INSPIRE metadata and those used in DCAT-AP.</p>
<p>The alignments are specified by using SKOS, and encoded in RDF/XML. An HTML preview is made available via the instance of the SKOS-Matches Viewer API at the following URL:</p>
<p><a href="http://geodcat-ap.semic.eu/skos-match-viewer/">http://geodcat-ap.semic.eu/skos-match-viewer/</a></p>
Expand All @@ -23,7 +24,7 @@
</tr>
<tr>
<td><a href="./inspire-media-types-to-mdr-file-types.rdf"><code>inspire-media-types-to-mdr-file-types.rdf</code></a></td>
<td><a title="HTML preview" href="https://raw.githubusercontent.com/SEMICeu/iso-19139-to-dcat-ap/master/alignments/inspire-media-types-to-mdr-file-types.rdf">Alignments between the INSPIRE media types and the MDR file types</a></td>
<td><a title="HTML preview" href="http://geodcat-ap.semic.eu/skos-match-viewer/?alignments=https%3A%2F%2Fraw.githubusercontent.com%2FSEMICeu%2Fiso-19139-to-dcat-ap%2Ffile-type-align%2Falignments%2Finspire-media-types-to-mdr-file-types.rdf">Alignments between the INSPIRE media types and the MDR file types</a></td>
<td>Under development</td>
</tr>
</table>
Expand Down
50 changes: 50 additions & 0 deletions alignments/inspire-media-types-to-mdr-file-types.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,30 @@

<!-- Alignments -->

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/atom+xml">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/ATOM"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.iana.org/assignments/media-types/application/atom+xml">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/ATOM"/>
</rdf:Description>

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/geo+json">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/GEOJSON"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.iana.org/assignments/media-types/application/geo+json">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/GEOJSON"/>
</rdf:Description>

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/geopackage+sqlite3">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/GPKG"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.iana.org/assignments/media-types/application/geopackage+sqlite3">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/GPKG"/>
</rdf:Description>

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/gml+xml">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/GML"/>
</rdf:Description>
Expand All @@ -84,6 +108,32 @@
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/KMZ"/>
</rdf:Description>

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/vnd.las">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/LAS"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.iana.org/assignments/media-types/application/vnd.las">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/LAS"/>
</rdf:Description>

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/vnd.shp">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/SHP"/>
</rdf:Description>

<rdf:Description rdf:about="http://www.iana.org/assignments/media-types/application/vnd.shp">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/SHP"/>
</rdf:Description>

<!-- Media type not available in the MDR file type code list
<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/vnd.sqlite3">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/??"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.iana.org/assignments/media-types/application/vnd.sqlite3">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/??"/>
</rdf:Description>
-->

<rdf:Description rdf:about="http://inspire.ec.europa.eu/media-types/application/x-ascii-grid">
<skos:exactMatch rdf:resource="http://publications.europa.eu/resource/authority/file-type/GRID_ASCII"/>
</rdf:Description>
Expand Down

0 comments on commit ce54fea

Please sign in to comment.