forked from AKSW/xodx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini-dist
46 lines (36 loc) · 1.51 KB
/
config.ini-dist
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[xodx]
; In this section you can tune some parameters of XODX
xodx.model = "http://localhost/Xodx"
push.enable = true;
push.hub = "http://pubsubhubbub.appspot.com"
;push.hub = "http://localhost:8123/"
;push.hub = "http://localhost/OntoWiki/pubsub/hubbub"
[erfurt]
; In this section you can configure the Erfurt framework
;;----------------------------------------------------------------------------;;
;; Database Connection Settings ;;
;;----------------------------------------------------------------------------;;
store.backend = virtuoso ; zenddb, virtuoso
;store.virtuoso.use_persistent_connection = true
;store.zenddb.dbname = ontowiki
;store.zenddb.username = ow
;store.zenddb.password = ow
;store.zenddb.dbtype = mysql ; mysql
;store.zenddb.host = localhost ; default is localhost
store.virtuoso.dsn = VOS
store.virtuoso.username = dba
store.virtuoso.password = dba
[namespaces]
rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
xsd = 'http://www.w3.org/2001/XMLSchema#';
sioc = 'http://rdfs.org/sioc/ns#';
sioct = 'http://rdfs.org/sioc/types#';
atom = 'http://www.w3.org/2005/Atom/';
pingback = 'http://purl.org/net/pingback/';
aair = 'http://xmlns.notu.be/aair#';
aairAtom = 'http://activitystrea.ms/schema/1.0/';
foaf = 'http://xmlns.com/foaf/0.1/';
dssn = 'http://purl.org/net/dssn/';
ow = 'http://ns.ontowiki.net/SysOnt/';
ov = 'http://open.vocab.org/docs/';
rel = 'http://purl.org/vocab/relationship/'