-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataloader.xml
26 lines (26 loc) · 1.51 KB
/
dataloader.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<!-- RDF Format (Default is rdf/xml) -->
<entry key="format">text/turtle</entry>
<!-- Base URI (Optional) -->
<entry key="baseURI"></entry>
<!-- Default Graph URI (Optional - Required for quads mode namespace) -->
<entry key="defaultGraph">bd:nullGraph</entry>
<!-- Suppress all stdout messages (Optional) -->
<entry key="quiet">false</entry>
<!-- Show additional messages detailing the load performance. (Optional) -->
<entry key="verbose">1</entry>
<!-- Compute the RDF(S)+ closure. (Optional) -->
<entry key="closure">false</entry>
<!-- Files will be renamed to either .good or .fail as they are processed.
The files will remain in the same directory. -->
<entry key="durableQueues">true</entry>
<!-- The namespace of the KB instance. Defaults to kb. -->
<entry key="namespace">kb</entry>
<!-- The configuration file for the database instance. It must be readable by the web application. -->
<entry key="propertyFile">/opt/triplestore/RWStore.properties</entry>
<!-- Zero or more files or directories containing the data to be loaded.
This should be a comma delimited list. The files must be readable by the web application. -->
<entry key="fileOrDirs">/alliance_data</entry>
</properties>