Skip to content

Commit 7339fc9

Browse files
Merge pull request #104 from OpenGeoMetadata/update-reference-uris
Adds remaining reference URIs
2 parents 6706f11 + c279f36 commit 7339fc9

2 files changed

Lines changed: 29 additions & 24 deletions

File tree

docs/reference-uris.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,12 @@ hide:
77

88
These are URIs that can be used as keys in the [`dct_references_s`](../ogm-aardvark#references) field.
99

10-
| Type | Reference URI | Function in GeoBlacklight |
11-
|:--------------------------|:--------------|:-----------------------------|
12-
| Download data dictionary / documentation | `http://lccn.loc.gov/sh85035852` | Link to download documentation |
13-
| Download file | `http://schema.org/downloadUrl` | Link to download file (for multiple files, see the [multiple downloads](../configure-references-links/#multiple-downloads) guidelines) |
14-
| Full layer description | `http://schema.org/url` | View further descriptive information about the layer |
15-
| International Image Interoperability Framework (IIIF) Image API | `http://iiif.io/api/image` | Load the image viewer using [Leaflet-IIIF](https://github.com/mejackreed/Leaflet-IIIF) |
16-
| International Image Interoperability Framework (IIIF) Presentation API Manifest | `http://iiif.io/api/presentation#manifest` | View the IIIF manifest |
17-
| Metadata in FGDC | `http://www.opengis.net/cat/csw/csdgm` | View structured metadata in FGDC standard expressed as XML |
18-
| Metadata in HTML | `http://www.w3.org/1999/xhtml` | View structured metadata in any standard expressed as HTML |
19-
| Metadata in ISO 19139 | `http://www.isotc211.org/schemas/2005/gmd/` | View structured metadata in ISO standard expressed as XML |
20-
| Metadata in MODS | `http://www.loc.gov/mods/v3` | View structured metadata in MODS format |
21-
| OpenIndexMap | `https://openindexmaps.org` | Provide an index map preview |
22-
| Web Mapping Service (WMS) | `http://www.opengis.net/def/serviceType/ogc/wms` | Link to preview layer, inspect features, and download data (vector: KMZ, raster: GeoTIFF) |
23-
| Web Feature Service (WFS) | `http://www.opengis.net/def/serviceType/ogc/wfs` | Link to download vectors (GeoJSON, shapefile) |
24-
| XYZ tiles | `https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames` | Link to an [XYZ tile server](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_servers) |
25-
26-
### ArcGIS URIs
10+
{{ read_csv('tables/reference-uris.csv') }}
11+
2712

2813

29-
| Type | Reference URI | Function in GeoBlacklight |
30-
|:--------------------------|:------------------------------------------------|:----------------------------------------|
31-
| ArcGIS FeatureLayer | `urn:x-esri:serviceType:ArcGIS#FeatureLayer` | Preview an ArcGIS FeatureLayer Service |
32-
| ArcGIS TiledMapLayer | `urn:x-esri:serviceType:ArcGIS#TiledMapLayer` | Preview an ArcGIS TiledMapLayer Service |
33-
| ArcGIS DynamicMapLayer | `urn:x-esri:serviceType:ArcGIS#DynamicMapLayer` | Preview an ArcGIS DynamicMapLayer Service |
34-
| ArcGIS ImageMapLayer | `urn:x-esri:serviceType:ArcGIS#ImageMapLayer` | Previews a ArcGIS ImageMapLayer Service |
3514

36-
### URIs for specific institutions
15+
### Deprecated URIs
3716

3817

3918
| Type | Reference URI | Function in GeoBlacklight |

docs/tables/reference-uris.csv

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Reference Type,Reference URI,Note
2+
ArcGIS DynamicMapLayer,`urn:x-esri:serviceType:ArcGIS#DynamicMapLayer`,-
3+
ArcGIS FeatureLayer,`urn:x-esri:serviceType:ArcGIS#FeatureLayer`,-
4+
ArcGIS ImageMapLayer,`urn:x-esri:serviceType:ArcGIS#ImageMapLayer`,-
5+
ArcGIS TiledMapLayer,`urn:x-esri:serviceType:ArcGIS#TiledMapLayer`,-
6+
Cloud Optimized GeoTIFF (COG),`https://github.com/cogeotiff/cog-spec`,-
7+
Data dictionary / supplemental documentation,`http://lccn.loc.gov/sh85035852`,Functions as a link to download documentation (not a viewer)
8+
Download file,`http://schema.org/downloadUrl`,Link to download file (for multiple files see the [multiple downloads](../configure-references-links/#multiple-downloads) guidelines)
9+
GeoJSON,`http://geojson.org/geojson-spec.html`,-
10+
Full layer description,`http://schema.org/url`,To view further descriptive information about the layer or a link to its landing page
11+
International Image Interoperability Framework (IIIF) Image API,`http://iiif.io/api/image`,Load the image viewer using [Leaflet-IIIF](https://github.com/mejackreed/Leaflet-IIIF)
12+
International Image Interoperability Framework (IIIF) Presentation API Manifest,`http://iiif.io/api/presentation#manifest`,View the IIIF manifest - uses the Clover viewer by default https://samvera-labs.github.io/clover-iiif/docs
13+
Metadata in FGDC,`http://www.opengis.net/cat/csw/csdgm`,Provides an HTML view of an XML file in the FGDC standard
14+
Metadata in HTML,`http://www.w3.org/1999/xhtml`,View structured metadata in any standard expressed as HTML
15+
Metadata in ISO 19139,`http://www.isotc211.org/schemas/2005/gmd/`,Provides an HTML view of an XML file in the ISO 19139 standard
16+
Metadata in MODS,`http://www.loc.gov/mods/v3`,Provides a raw XML view of metadata in the MODS format
17+
oEmbed,`https://oembed.com`,-
18+
OpenIndexMap,`https://openindexmaps.org`,Provides an interactive preview of a GeoJSON file formatted as an OpenIndexMap
19+
PMTiles,`https://github.com/protomaps/PMTiles`,-
20+
Tile Mapping Service (TMS),`https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification`,-
21+
TileJSON,`https://github.com/mapbox/tilejson-spec`,-
22+
Web Coverage Service (WCS),`http://www.opengis.net/def/serviceType/ogc/wcs`,-
23+
Web Feature Service (WFS),`http://www.opengis.net/def/serviceType/ogc/wfs`,"Provides a to download generated vector datasets (GeoJSON, shapefile)"
24+
Web Mapping Service (WMS),`http://www.opengis.net/def/serviceType/ogc/wms`,Provides a service to visually preview a layer and inspect its features
25+
WMTS,`http://www.opengis.net/def/serviceType/ogc/wmts`,-
26+
XYZ tiles,`https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames`,Link to an [XYZ tile server](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_servers)

0 commit comments

Comments
 (0)