Slug: Scutterplan

A Scutterplan is an RDF file that serves as an index from which a Scutter can begin harvesting content. Typically Scutters are designed to follow rdfs:seeAlso links in RDF documents, but other behaviours are legitimate (e.g. fetching data from all URIs mentioned in a document).

Here is the simplest possible Scutterplan:


<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
 <rdf:Description>
  <rdfs:seeAlso rdf:resource="http://ldodds.com/ldodds.rdf" />
 </rdf:Description>
</rdf:RDF>
	
	

Image courtesy of Elroy Serrao.