Skip to content

Commit

Permalink
Merge pull request #113 from fxprunayre/patch-23
Browse files Browse the repository at this point in the history
Formatter / DCAT / Add some more media type mapping to EU vocabuary
  • Loading branch information
josegar74 authored Feb 20, 2025
2 parents 7c44f46 + f98bbe3 commit 30dee27
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@

<xsl:variable name="formatLabelToUri"
as="node()*">
<!-- TODO: application/x-worldfile -->
<entry key="http://publications.europa.eu/resource/authority/file-type/GRID_ASCII">aaigrid</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GRID">aig</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/ATOM">atom</entry>
Expand Down Expand Up @@ -134,7 +133,8 @@
<entry key="http://publications.europa.eu/resource/authority/file-type/GPKG">geopackage</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/RSS">georss</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/TIFF">image/tiff</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/TIFF">geotiff</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GeoTIFF">geotiff</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GeoTIFF">application/x-worldfile</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GIF">gif</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GML">gml</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GML">application/gml+xml</entry>
Expand All @@ -154,7 +154,7 @@
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON">json</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON">OGC API - Coverages</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON">OGC API - Records</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON">OGC API - Features</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/GEOJSON">OGC API - Features</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON_LD">json-ld</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON_LD">json_ld</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/JSON_LD">jsonld</entry>
Expand All @@ -181,6 +181,7 @@
<entry key="http://publications.europa.eu/resource/authority/file-type/GML">ogc:wps</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/TXT">pc-axis</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/PDF">pdf</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/PDF">application/pdf</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/MDB">pgeo</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/PNG">png</entry>
<entry key="http://publications.europa.eu/resource/authority/file-type/RAR">rar</entry>
Expand Down

0 comments on commit 30dee27

Please sign in to comment.