mff-uk / odcs-dpus

Repository for DPUs (Data processing units) for ETL tool for RDF data
3 stars 2 forks source link

E-HttpDownload support for file names #87

Closed jakubklimek closed 9 years ago

jakubklimek commented 9 years ago

From the configuration in RDF, downloader should be able to get both link to download from and filename to use for the downloaded file.

In RDF, it will be 2 properties attached to a subject. That subject can also be typed something like "http://unifiedviews.eu/ontology/e-httpDownload/Configuration" so that it can be easily queried for.

The properties could be "http://unifiedviews.eu/ontology/e-httpDownload/downloadLink" and "http://unifiedviews.eu/ontology/e-httpDownload/filename".

Optionally, there should be a checkbox saying this should be generated (using the url.getFile() function in java).