summaryrefslogtreecommitdiff
path: root/rdf_linkeddata_void.json
blob: 171b6fbd14488650ede54d8cb3a072aa958d4761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "base_uri"  : "http://localhost",
    "store" : {
	"storetype"	: "Memory",
	"sources" : [ { 
	    "file" : "t/data/basic.ttl",
	    "syntax" : "turtle"
	} ]
	
    },
    "endpoint": {
	"html": {
	    "resource_links": true
	}
    },

    "fragments" : { 
    	"fragments_path" : "/fragments" , 
    	"allow_dump_dataset" : 0
    },

    "namespaces" : { "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", 
	             "dc" : "http://purl.org/dc/terms/" },
    "void": {
        "pagetitle": "VoID Description for my dataset",
	"titles": [ [ "This is a title", "en" ], [ "Dette er en tittel", "no" ]],
	"add_void": { "file": "t/data/add.ttl", "syntax": "turtle" }
    }

		   
}