# List of regression tests
#
# - was in bash script retest.sh
#
@prefix n: <#>.
@prefix x: <#>.
@prefix : <http://www.w3.org/2000/10/swap/test.n3#>.
@prefix dc:  <http://purl.org/dc/elements/1.1/>. 
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

@keywords a.

<manifest> dc:title "Test Manifest for the Tabulator";
    rdfs:comment """This gives a list of starting places for testing
    or demonstrating the Tabulator.""".


# First goal is to get any data! Might have reference files later

n:t0000 a FetchTest;
    description "Draft of SUMO ontology nice clean single file. ";
    inputResource <http://reliant.teknowledge.com/DAML/SUMO.owl#UnitOfMeasure>.

n:t0001  a FetchTest;   
    description "Del.icio.us serves RDF under conneg as application/xml";
    inputResource <http://del.icio.us/connolly/scm>.
    
n:t0002 a FetchTest;
    description "The CWM plan page uses GRDDL";
    inputResource <http://www.w3.org/2000/10/swap/doc/plans>.
    

n:t0004 a FetchTest;
    description "";
    inputResource <>.
