R2S - OpenHistoricalDataMap/OHDMConverter GitHub Wiki
Producing spatial temporal RDF
Example:
java -classpath <your-jdbc-driver.jar> -jar OHDMConverter.jar -r rendering_parameter -p "POLYGON((10 45, 10 55, 15 55, 15 44, 10 45))" -s output.rdf
File output.rdf
will contain stRDF (spatial temporal RDF) triples (turtle format) which are valid within the given polygon. There is no time parameter because the output contains all data valid within the polygon regardless of time.