devli2009 / data-gov-wiki

Automatically exported from code.google.com/p/data-gov-wiki
0 stars 0 forks source link

vload to add provenance of named graph load. #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What is the expected output? What do you see instead?

additional PML in a certain named graph describing when the named graph was 
loaded into the triple store and from which URL/file.

Original issue reported on code.google.com by tim...@gmail.com on 30 Sep 2010 at 1:47

GoogleCodeExporter commented 8 years ago
current usage:

usage: "vload [rdf|ttl|nt|nq] [data_file] [graph_uri]"

new usage:
"vload <rdf|ttl|nt|nq> <data_file | data_URL> <graph_uri>"
  <rdf|ttl|nt|nq>        - serialization of <data_file | data_URL>
  <data_file | data_URL> - file path or URL of RDF file to load into <graph_uri>

vload will fill a template located in the same directory as vload with:
* data it was loaded
* data_file | data_URL from which the RDF was loaded
and then load that template into the graph specified within the template.

(Shangguan, feel free to choose the syntax for search-replace).

Original comment by tim...@gmail.com on 10 Oct 2010 at 10:57

GoogleCodeExporter commented 8 years ago
https://github.com/timrdf/csv2rdf4lod-automation/issues/#issue/22

Original comment by tim...@gmail.com on 22 Jan 2011 at 2:27