sdsc-ordes / rdfpipe-rs

Quickly convert between RDF file formats. A rust implementation of rdfpipe based on the sophia crate.
GNU General Public License v3.0
5 stars 0 forks source link

support url input #7

Open cmdoret opened 1 year ago

cmdoret commented 1 year ago

The original rdfpipe can use files, stdin or URLs as input. URLs are not yet supported by this implementation.

Objective: Add support for URL input

Requirements: