<?xml version="1.0"?>
<rdf:RDF
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
      xml:base="http://purl.org/net/scutter/"
      xmlns="http://purl.org/net/scutter/">
      
	<rdf:Description rdf:about="">
		<dc:title>Scutter Vocab</dc:title>
	</rdf:Description>

	<!-- Note: ScutterVocab calls this 'Context', I prefer this name... -->
	<rdfs:Class rdf:about="Representation">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>	
		<rdfs:label>Representation</rdfs:label> 
	</rdfs:Class>

	<rdfs:Class rdf:about="Reason">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:label>Reason</rdfs:label>	    
	</rdfs:Class>

	<rdfs:Class rdf:about="Fetch">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:label>Fetch</rdfs:label>	    	    
	</rdfs:Class>
	
	<rdf:Property rdf:about="skip">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Representation"/>
		<rdfs:range rdf:resource="Reason"/>
		<rdfs:label>skip</rdfs:label>	    		
	</rdf:Property>

	<rdf:Property rdf:about="fetch">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Representation"/>
		<rdfs:range rdf:resource="Fetch"/>
		<rdfs:label>fetch</rdfs:label>	    				
	</rdf:Property>

	<rdf:Property rdf:about="latestFetch">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Representation"/>
		<rdfs:range rdf:resource="Fetch"/>
		<rdfs:label>latestFetch</rdfs:label>	    						
	</rdf:Property>

	<rdf:Property rdf:about="source">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Representation"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>				
		<rdfs:label>source</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="origin">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Representation"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>				
		<rdfs:label>origin</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="status">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Fetch"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>		
		<rdfs:label>status</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="etag">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Fetch"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>		
		<rdfs:label>etag</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="lastModified">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Fetch"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>		
		<rdfs:label>lastModified</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="contentType">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Fetch"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>		
		<rdfs:label>contentType</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="rawTripleCount">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Fetch"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>		
		<rdfs:label>rawTripleCount</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="localCopy">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Representation"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
		<rdfs:label>localCopy</rdfs:label>	    					    
	</rdf:Property>

	<rdf:Property rdf:about="error">
	    <rdfs:isDefinedBy rdf:resource="http://purl.org/net/scutter/"/>		
		<rdfs:domain rdf:resource="Reason"/>
	    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
		<rdfs:label>error</rdfs:label>	    					    
	</rdf:Property>
	
</rdf:RDF>