Thanks Andrian for the hint on the Node.JS libraries.

I am sticking to the Java and Kotling environment for various reasons.

I've been reading about the R2RML Ontop API for Java. But to my limited 
knowledge it seams geared towards queering and transforming relational DB 
(JDBC) to RFD  and not trough merging tabular data with RDF model.

Regards Glenn

________________________________
Från: Adrian Gschwend <[email protected]>
Skickat: den 8 april 2019 22:51
Till: [email protected]
Ämne: Re: Migrate CVS data into RDF

On 08.04.19 15:13, Glenn Eriksson wrote:

Hi Glenn,

> Use case: I want to migrate CVS data in GTFS (General Transit Feed
> Specification) format into RDF
>
> *   I have a ontology of GTFS in Turtle format (gtfs.ttl) *   There
> are 12-13 CVS files with data that I want to merge (one at a time)
> with the GTFS model *   Store the migrated data in a triple store for
> further processing

you might want to checkout

https://github.com/linkedconnections/gtfs2lc

and

https://github.com/OpenTransport/gtfs-csv2rdf

And linkedconnections in general. Pieter does great work with this data.

> 1.  Is it possible to use the retired jena-csv module to merge CVS
> data and GTFS. I don't want to use R2RML if I can avoid it since it's
> quite verbose?

In case you still want to do it on your own for whatever reason I would
recommend our CSV on the Web based parser, which is streaming-capable.
GTFS generates a *lot* of data so streaming is a must.

https://github.com/rdf-ext/rdf-parser-csvw

This is for example used here: https://github.com/zazuko/blv-tierseuchen-ld

Node.js based, not JVM.

regards

Adrian

Reply via email to