The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "base_uri"  : "http://localhost",
    "store" : {
	"storetype"	: "Memory",
	"sources" : [ { 
	    "file" : "t/data/basic.ttl",
	    "syntax" : "turtle"
	} ]
	
    },


    "namespaces" : { "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", 
	             "dct" : "http://purl.org/dc/terms/" },
    "acl" : {    
	"store" : {
	    "storetype"	: "Memory",
	    "sources" : [ { 
		"file" : "t/data/acl.ttl",
		"syntax" : "turtle"
	    } ]
	}
    }
}