Skip to content

Commit

Permalink
importing code
Browse files Browse the repository at this point in the history
  • Loading branch information
aidhog committed Apr 2, 2022
0 parents commit d3ad3e6
Show file tree
Hide file tree
Showing 58 changed files with 2,472 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/collection-0.7.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.14.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/>
<classpathentry kind="lib" path="lib/commons-csv-1.8.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.10.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.10.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.5.10.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.12.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/javax.annotation-api-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.30.jar"/>
<classpathentry kind="lib" path="lib/jena-arq-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-base-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-cmds-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-core-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-dboe-base-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-dboe-index-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-dboe-storage-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-dboe-trans-data-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-dboe-transaction-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-iri-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-rdfconnection-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-shacl-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-shaded-guava-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-tdb-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jena-tdb2-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/jsonld-java-0.12.5.jar"/>
<classpathentry kind="lib" path="lib/libthrift-0.13.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.13.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.13.3.jar"/>
<classpathentry kind="lib" path="lib/log4j-slf4j-impl-2.13.3.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.30.jar"/>
<classpathentry kind="lib" path="lib/blabel-0.2.0.jar"/>
<classpathentry kind="lib" path="lib/libtw.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>rpqs-to-datalog</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added lib/blabel-0.2.0.jar
Binary file not shown.
Binary file added lib/collection-0.7.jar
Binary file not shown.
Binary file added lib/commons-cli-1.4.jar
Binary file not shown.
Binary file added lib/commons-codec-1.14.jar
Binary file not shown.
Binary file added lib/commons-compress-1.20.jar
Binary file not shown.
Binary file added lib/commons-csv-1.8.jar
Binary file not shown.
Binary file added lib/commons-io-2.6.jar
Binary file not shown.
Binary file added lib/commons-lang3-3.10.jar
Binary file not shown.
Binary file added lib/httpclient-4.5.10.jar
Binary file not shown.
Binary file added lib/httpclient-cache-4.5.10.jar
Binary file not shown.
Binary file added lib/httpcore-4.4.12.jar
Binary file not shown.
Binary file added lib/jackson-annotations-2.10.1.jar
Binary file not shown.
Binary file added lib/jackson-core-2.10.1.jar
Binary file not shown.
Binary file added lib/jackson-databind-2.10.1.jar
Binary file not shown.
Binary file added lib/javax.annotation-api-1.3.2.jar
Binary file not shown.
Binary file added lib/jcl-over-slf4j-1.7.30.jar
Binary file not shown.
Binary file added lib/jena-arq-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-base-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-cmds-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-core-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-dboe-base-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-dboe-index-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-dboe-storage-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-dboe-trans-data-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-dboe-transaction-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-iri-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-rdfconnection-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-shacl-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-shaded-guava-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-tdb-3.16.0.jar
Binary file not shown.
Binary file added lib/jena-tdb2-3.16.0.jar
Binary file not shown.
Binary file added lib/jsonld-java-0.12.5.jar
Binary file not shown.
Binary file added lib/libthrift-0.13.0.jar
Binary file not shown.
Binary file added lib/libtw.jar
Binary file not shown.
Binary file added lib/log4j-api-2.13.3.jar
Binary file not shown.
Binary file added lib/log4j-core-2.13.3.jar
Binary file not shown.
Binary file added lib/log4j-slf4j-impl-2.13.3.jar
Binary file not shown.
Binary file added lib/slf4j-api-1.7.30.jar
Binary file not shown.
Loading

0 comments on commit d3ad3e6

Please sign in to comment.