summaryrefslogtreecommitdiff
path: root/rdf_linkeddata_dev.json
blob: 2a8b146f7ca653fefbc69f68b515437b849277a6 (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
{
    "base_uri"  : "http://localhost:8000/",
    "store" : {
	"storetype"	: "Memory",
	"sources" : [ { 
	    "file" : "/tmp/kommune-navn.ttl",
	    "syntax" : "turtle"
	} ]
	
    },

    "namespaces" : { "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", 
	             "dc" : "http://purl.org/dc/terms/" },
    "cors" : {
              "origins" : "*"
            },
   "endpoint" : { "foo" : "1" },
   "void": {
        "pagetitle": "VoID Description for my dataset",
     "add_void": { "file": "t/data/add.ttl", "syntax": "turtle" }

   }

}