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.
- data/csv/1 contains the GTFS ZIP archive gtfsbench-csv-1.zip together with a Maven packaging. Running
-
Mapping:
- mapping contains packaging of an RML mapping as a Maven artifact. Running
mvn install
installs the package into the local repository.
- mapping contains packaging of an RML mapping as a Maven artifact. Running
-
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. Runningmvn install
produces the RDF output.
- The folder rdfize contains a Maven project that declares dependencies on the source data and the mapping. Running