a/README.md b/README.md
...
...
8
8
9
Usage
9
Usage
10
-----
10
-----
11
11
12
Build and run with: java -jar target/kbgen-1.0-SNAPSHOT.jar
12
Build and run with: java -jar target/kbgen-1.0-SNAPSHOT.jar
13
The tool uses ontologies/kb.in.owl to insert formats and tools that are extracted from Freebase and Pronom.<br/>
13
The tool uses ontologies/toolKB_instance_empty.owl to insert formats and tools that are extracted from Freebase and Pronom.<br/>
14
The resulting ontology is stored in kb.out.owl.<br/>
14
The resulting ontology is stored in toolKB_instance.owl.<br/>
15
In case of memory errors increase the memory limit, e.g. using the VM option -Xmx2g
15
In case of memory errors increase the memory limit, e.g. using the VM option -Xmx2g
16
16
17
17
18
Build
18
Build
19
-----
19
-----