File: sd.ini

package info (click to toggle)
jas 2.7.200-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,732 kB
  • sloc: java: 164,370; python: 14,882; ruby: 14,509; xml: 583; makefile: 545; sh: 349
file content (19 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $Id$
#
[DEFAULT]
sdhost = symbolicdata.uni-leipzig.de

[sparql]
#local = http://localhost:8890/sparql
local = http://localhost:8890
#symbolicdata.org = http://symbolicdata.uni-leipzig.de:8890/sparql
symbolicdata.org = %(sdhost)s:8890
path = /sparql

[symbolicdata]
sd = http://symbolicdata.org/Data/Model#
ideal = http://symbolicdata.org/Data/Ideal/

[queries]
list_ideals = SELECT ?ideal WHERE { ?ideal a sd:Ideal . }