semantic_forms icon indicating copy to clipboard operation
semantic_forms copied to clipboard

ETL features

Open jmvanel opened this issue 9 years ago • 0 comments

A typical use case:

  • import CSV ( see https://github.com/jmvanel/semantic_forms/issues/78 ,https://github.com/jmvanel/semantic_forms/issues/77 ) into a fresh SPARQL database
  • apply a SPARQL transform (CONSTRUCT type query) into a new fresh SPARQL database
  • result is exportable from a content negotiation provided URL as RDF/XML, Turtle, JSON-LD, CSV
    • by standard SF mechanism, the result is importable in the main SF database
  • the entire pipeline specification is recorded and editable in the main SF database

jmvanel avatar Mar 31 '17 09:03 jmvanel