Skip to content

Commit 2a84f4c

Browse files
committed
first commit
1 parent f9fb9c7 commit 2a84f4c

File tree

126 files changed

+16437
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+16437
-0
lines changed

.classpath

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5+
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
6+
<classpathentry kind="lib" path="lib/fdb-sql-parser-1.5.0.jar"/>
7+
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
8+
<classpathentry kind="lib" path="lib/HermiT.jar"/>
9+
<classpathentry kind="lib" path="lib/ini4j-0.5.2.jar"/>
10+
<classpathentry kind="lib" path="lib/jena-arq-2.12.1.jar"/>
11+
<classpathentry kind="lib" path="lib/jena-core-2.12.1.jar"/>
12+
<classpathentry kind="lib" path="lib/jena-iri-1.1.1.jar"/>
13+
<classpathentry kind="lib" path="lib/jena-sdb-1.5.1.jar"/>
14+
<classpathentry kind="lib" path="lib/jena-tdb-1.1.1.jar"/>
15+
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
16+
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.18-bin.jar"/>
17+
<classpathentry kind="lib" path="lib/postgresql-9.1-901.jdbc3.jar"/>
18+
<classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
19+
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
20+
<classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
21+
<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
22+
<classpathentry kind="lib" path="lib/secondstring-20060615.jar"/>
23+
<classpathentry kind="lib" path="lib/stemmer.jar"/>
24+
<classpathentry kind="lib" path="lib/jwnl.jar"/>
25+
<classpathentry kind="lib" path="lib/stanford-postagger-3.3.1.jar"/>
26+
<classpathentry kind="lib" path="lib/jfact-1.2.3.jar"/>
27+
<classpathentry kind="lib" path="lib/FaCTpp-OWLAPI-3.x-v1.6.4.jar"/>
28+
<classpathentry kind="lib" path="lib/jgrapht-core-0.9.1.jar"/>
29+
<classpathentry kind="lib" path="lib/jooq-3.7.2.jar"/>
30+
<classpathentry kind="lib" path="lib/owlapi-osgidistribution-4.1.0.jar"/>
31+
<classpathentry kind="lib" path="lib/logmap2_standalone.jar"/>
32+
<classpathentry kind="output" path="bin"/>
33+
</classpath>

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bin/
2+
test/
3+
.project
4+
.classpath

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>AutoMap4OBDA</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

lib/FaCTpp-OWLAPI-3.x-v1.6.4.jar

48.6 KB
Binary file not shown.

lib/HermiT.jar

6.61 MB
Binary file not shown.

lib/align.jar

14.7 KB
Binary file not shown.

lib/commons-codec-1.10.jar

278 KB
Binary file not shown.

lib/fdb-sql-parser-1.5.0.jar

610 KB
Binary file not shown.

lib/guava-18.0.jar

2.15 MB
Binary file not shown.

lib/ini4j-0.5.2.jar

99.2 KB
Binary file not shown.

lib/jena-arq-2.12.1.jar

2.83 MB
Binary file not shown.

lib/jena-core-2.12.1.jar

1.44 MB
Binary file not shown.

lib/jena-iri-1.1.1.jar

133 KB
Binary file not shown.

lib/jena-sdb-1.5.1.jar

519 KB
Binary file not shown.

lib/jena-tdb-1.1.1.jar

559 KB
Binary file not shown.

lib/jfact-1.2.3.jar

877 KB
Binary file not shown.

lib/jgrapht-core-0.9.1.jar

343 KB
Binary file not shown.

lib/jooq-3.7.2.jar

1.57 MB
Binary file not shown.

lib/jwnl.jar

197 KB
Binary file not shown.

lib/log4j-1.2.17.jar

478 KB
Binary file not shown.

lib/logmap2_standalone.jar

3.38 MB
Binary file not shown.
771 KB
Binary file not shown.

lib/owlapi-osgidistribution-4.1.0.jar

13.2 MB
Binary file not shown.

lib/owlapi.jar

2.37 MB
Binary file not shown.

lib/postgresql-9.1-901.jdbc3.jar

498 KB
Binary file not shown.

lib/secondstring-20060615.jar

173 KB
Binary file not shown.

lib/slf4j-api-1.7.6.jar

28 KB
Binary file not shown.

lib/slf4j-log4j12-1.7.6.jar

8.66 KB
Binary file not shown.

lib/stanford-postagger-3.3.1.jar

2.58 MB
Binary file not shown.

lib/stemmer.jar

83.8 KB
Binary file not shown.

lib/xercesImpl-2.11.0.jar

1.3 MB
Binary file not shown.

lib/xml-apis-1.4.01.jar

215 KB
Binary file not shown.

0 commit comments

Comments
 (0)