Skip to content
Thomas Schwotzer edited this page Jun 12, 2019 · 4 revisions

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.