Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Very basic start to RDF output. * WIP - get documents by schema and attempt to convert basic properties to RDF * Add apache-jena-libs dependency for Riot * specify imports, write turtle instead * Move RDF method to GET, allow request for JSON-LD, Turtle, or RDF/XML * formatting, change some exception messages * Make atlas name available to export servlet for use in semantic export * Fix check with json.optString, write out WKT as GeoSPARQL if available * Set RDF response properties, move work to ExportFormatRDF class * formatting * Create typed literal geo:wktLiteral for WKTs * Remove test leaflet and tiles pages * formatting, move from get back to post and merge into existing postDefinition method * flush is done in export servlet * Add other formats * Fix display format by layer, add other formats for export page * remove unused import --------- Co-authored-by: Brendan Billingsley <[email protected]> # Conflicts: # nunaliit2-couch-application/src/main/atlas_couchapp/_attachments/tools/js/export.js # nunaliit2-couch-application/src/main/atlas_couchapp/_attachments/tools/test_leaflet.html # nunaliit2-couch-application/src/main/atlas_couchapp/_attachments/tools/tiles.html
- Loading branch information