-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcorese-properties.properties
89 lines (62 loc) · 2.27 KB
/
corese-properties.properties
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Corese configuration
# Property file interpreted by corese.core.util.Property
# java -jar corese-gui.jar -init property.properties
# java -jar corese-server.jar -init property.properties
# Property.load("property.properties");
# Property.set(LOAD_IN_DEFAULT_GRAPH, true);
# Property.init(graph);
#
BLANK_NODE = _:b
# display ex:test vs <http://example.org/test>
DISPLAY_URI_AS_PREFIX = true
# Graph node is instance of IDatatype (one object) or Node(IDatatype) (two objects)
GRAPH_NODE_AS_DATATYPE = true
# graph ?g { } iterate external named graph
EXTERNAL_NAMED_GRAPH = true
# constraint rule entailment in kg:constraint named graph
CONSTRAINT_NAMED_GRAPH = true
# constraint rule entailment in external kg:constraint named graph
CONSTRAINT_GRAPH = true
# load in kg:default or in file path as named graph
LOAD_IN_DEFAULT_GRAPH = true
# skolemize bnode as URI
SKOLEMIZE = false
# run corese with rdf* prototype extension
RDF_STAR = false
# clean OWL graph before OWL RL using update queries
OWL_CLEAN = false
# when true: distinct decimal and integer, distinct string and literal, ...
# used for w3c test case compliance
SPARQL_COMPLIANT = false
# enable update during query for micro services
REENTRANT_QUERY = false
# rdf triples may be assigned access right
ACCESS_RIGHT = false
# specify user access level
#ACCESS_LEVEL = PUBLIC | RESTRICTED | PRIVATE
# corese trigger events that run ldscript functions
EVENT = false
#
# Test, debug
#
VERBOSE = false
SOLVER_DEBUG = false
TRANSFORMER_DEBUG = false
# draft: trace var in owl rl checker: trace_sttl_undo=true
LDSCRIPT_VARIABLE = mapsize=maplarge;mapzoom=6
INTERPRETER_TEST = false
# take property cardinality into account to sort query pattern
SOLVER_SORT_CARDINALITY = false
# enable advanced prototype query planner (todo)
# std | advanced
SOLVER_QUERY_PLAN = std
LDSCRIPT_DEBUG = false
# check xsd datatype of arguments at function call
LDSCRIPT_CHECK_DATATYPE = false
# check rdf:type of arguments at function call
LDSCRIPT_CHECK_RDFTYPE = false
# values filter
SERVICE_BINDING = values
SERVICE_SLICE = 20
SERVICE_LIMIT = 1000
DISABLE_OWL_AUTO_IMPORT = true