Skip to content
Tim L edited this page Feb 15, 2014 · 6 revisions

What we will cover

This page describes some useful wget options. We use http://data.semanticweb.org/dumps/ as an example site to retrieve.

Let's get to it

wget --mirror -e robots=off --no-parent $web_directory
wget --mirror -e robots=off -A owl,rdf,ttl,nt,n3 --no-parent $web_directory

What is next

Places we use wget:

Clone this wiki locally