Difference between revisions of "Singleton Property Reasoning"

From Knoesis wiki
Jump to: navigation, search
m
Line 8: Line 8:
  
 
= How to use =
 
= How to use =
 +
 +
Here we explain the step-by-step to generate the LUBM-SP datasets
 +
 +
== Generate LUBM-SP ==
 +
 +
<pre>
 +
1. mkdir lubmsp
 +
2. cd lubmsp
 +
3. Download the lubmsp_1.0.0.jar into this folder
 +
4. Run the code, n is the number of university, n = 50, 500, 1000
 +
java -jar lubmsp_1.0.0.jar -univ n -index 0 -onto http://knoesis.org/lubmsp
 +
</pre>
 +
 +
== Query evaluation ==

Revision as of 10:18, 4 May 2015

Downloads

The packages are available for download at sourceforge.net

LUBM-SP

Jena query evaluation

How to use

Here we explain the step-by-step to generate the LUBM-SP datasets

Generate LUBM-SP

1. mkdir lubmsp
2. cd lubmsp
3. Download the lubmsp_1.0.0.jar into this folder
4. Run the code, n is the number of university, n = 50, 500, 1000
java -jar lubmsp_1.0.0.jar -univ n -index 0 -onto http://knoesis.org/lubmsp

Query evaluation