/resource-gtfs-bench-rml

Reusable Maven packaging of the gtfs-bench RML mappings.

Apache License 2.0Apache-2.0

resource-gtfs-bench-rml

This repository contains a Maven project setup for RDFizing GTFS data.

The process relies on the rpt-maven-plugin.

  • Source Data:

    • data/csv/1 contains the GTFS ZIP archive gtfsbench-csv-1.zip together with a Maven packaging. Running mvn install installs the package into the local repository.
  • Mapping:

    • mapping contains packaging of an RML mapping as a Maven artifact. Running mvn install installs the package into the local repository.
  • Mapping Execution / RDF Generation

    • The folder rdfize contains a Maven project that declares dependencies on the source data and the mapping. Running mvn install executes the mapping and install the result into the local repository. Running mvn install produces the RDF output.