Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.41 KB

PUBLICATION-PIPELINE.md

File metadata and controls

44 lines (28 loc) · 1.41 KB

Publication Pipeline

This page describes the publication pipeline for metadata and data for the Irish National Marine Data Centre.

As much of this process as possible should be automated through the use of task runners and continuous integration / continuous delivery tools.

Contents

Build command make

Dataset Metadata

A Business Process Model and Notation process flow is to go here

Process Step Script Description
  1. | - | XML metadata dump to ~/iso-xml. XML should be ISO19139 compliant.
  2. | invoke rename --dataset | Force consistent naming of the ISO XML files.
  3. | - | Transform ISO XML to HTML, resulting files are saved to ~/html.
  4. | - | Transform ISO XML to RDF/XML, resulting files are saved to ~/xml. The RDF mapping uses World Wide Web Consortium Data Catalog Vocabulary; Schema.org; and EarthCube GeoLink concepts.

Sensor Metadata

A Business Process Model and Notation process flow is to go here

Process Step Script Description

Website Build Process

Process Step Script Description
  1. | make buildSiteMap | Create a sitemap from the files in the ~/html/ folder

A Business Process Model and Notation process flow is to go here

Process Step Script Description