All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.corese.test.properties Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.

The newest version!
#
# 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);
#

VARIABLE =  vis=fr.inria.corese.core.visitor.solver;home=./

IMPORT   = ./gui.properties



BLANK_NODE              = _:b

# display ex:test vs 
DISPLAY_URI_AS_PREFIX   = true

# Graph node is instance of IDatatype (one object) or Node(IDatatype) (two objects)
GRAPH_NODE_AS_DATATYPE  = false

# 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   = false

# skolemize bnode as URI
SKOLEMIZE               = false

# run corese with rdf* prototype extension
RDF_STAR                = true

# clean OWL graph before OWL RL using update queries
OWL_CLEAN               = true

# additional queries for cleaning OWL
#OWL_CLEAN_QUERY         = /user/corby/home/AAData/query/clean/test.rq

# user defined OWL RL rule base
#OWL_RL                  = /user/corby/home/AAData/rule/owlrl.rul

# 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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy