-
Notifications
You must be signed in to change notification settings - Fork 3
R2S
Thomas Schwotzer edited this page Jun 12, 2019
·
4 revisions
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.