Skip to content

Commit 3fcab76

Browse files
committed
First tests.
1 parent 38d8a8f commit 3fcab76

13 files changed

+6318
-5
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<classpathentry kind="lib" path="jars/jena/httpclient-4.1.2.jar"/>
1111
<classpathentry kind="lib" path="jars/jena/httpcore-4.1.3.jar"/>
1212
<classpathentry kind="lib" path="jars/jena/jena-arq-2.9.2.jar"/>
13-
<classpathentry kind="lib" path="jars/jena/jena-core-2.7.2.jar"/>
13+
<classpathentry kind="lib" path="jars/jena/jena-core-2.7.2.jar" sourcepath="/home/jones/.m2/repository/org/apache/jena/jena-core/2.7.2/jena-core-2.7.2-sources.jar"/>
1414
<classpathentry kind="lib" path="jars/jena/jena-iri-0.9.2.jar"/>
1515
<classpathentry kind="lib" path="jars/jena/jena-tdb-0.9.2.jar"/>
1616
<classpathentry kind="lib" path="jars/jena/log4j-1.2.16.jar"/>

autobackup/personcris-personcsa.ttl

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<http://data.uni-muenster.de/context/cris/person/11586>
2+
<http://www.w3.org/2002/07/owl#sameAs>
3+
<http://data.uni-muenster.de/context/csa/teacher/TheodorFoerster> .
4+
5+
<http://data.uni-muenster.de/context/cris/person/7595>
6+
<http://www.w3.org/2002/07/owl#sameAs>
7+
<http://data.uni-muenster.de/context/csa/teacher/EdzerPebesma> .
8+
9+
<http://data.uni-muenster.de/context/cris/person/9148>
10+
<http://www.w3.org/2002/07/owl#sameAs>
11+
<http://data.uni-muenster.de/context/csa/teacher/WernerKuhn> .
12+
13+
<http://data.uni-muenster.de/context/cris/person/13540>
14+
<http://www.w3.org/2002/07/owl#sameAs>
15+
<http://data.uni-muenster.de/context/csa/teacher/GeorgKaspar> .
16+
17+
<http://data.uni-muenster.de/context/cris/person/10441>
18+
<http://www.w3.org/2002/07/owl#sameAs>
19+
<http://data.uni-muenster.de/context/csa/teacher/PatrickMaue> .
20+
21+
<http://data.uni-muenster.de/context/cris/person/11338>
22+
<http://www.w3.org/2002/07/owl#sameAs>
23+
<http://data.uni-muenster.de/context/csa/teacher/SimonScheider> .
24+
25+
<http://data.uni-muenster.de/context/cris/person/10705>
26+
<http://www.w3.org/2002/07/owl#sameAs>
27+
<http://data.uni-muenster.de/context/csa/teacher/CatharinaRiedemann> .
28+
29+
<http://data.uni-muenster.de/context/cris/person/7567>
30+
<http://www.w3.org/2002/07/owl#sameAs>
31+
<http://data.uni-muenster.de/context/csa/teacher/AngelaSchwering> .
32+
33+
<http://data.uni-muenster.de/context/cris/person/6738>
34+
<http://www.w3.org/2002/07/owl#sameAs>
35+
<http://data.uni-muenster.de/context/csa/teacher/ChristophBrox> .
36+
37+
<http://data.uni-muenster.de/context/cris/person/16779>
38+
<http://www.w3.org/2002/07/owl#sameAs>
39+
<http://data.uni-muenster.de/context/csa/teacher/Malumbo_ChakaChipofya> .
40+
41+
<http://data.uni-muenster.de/context/cris/person/9007>
42+
<http://www.w3.org/2002/07/owl#sameAs>
43+
<http://data.uni-muenster.de/context/csa/teacher/KatharinaHenneboehl> .
44+
45+
<http://data.uni-muenster.de/context/cris/person/10311>
46+
<http://www.w3.org/2002/07/owl#sameAs>
47+
<http://data.uni-muenster.de/context/csa/teacher/OliverPaczkowski> .
48+
49+
<http://data.uni-muenster.de/context/cris/person/10537>
50+
<http://www.w3.org/2002/07/owl#sameAs>
51+
<http://data.uni-muenster.de/context/csa/teacher/TorstenPrinz> .
52+
53+
<http://data.uni-muenster.de/context/cris/person/6646>
54+
<http://www.w3.org/2002/07/owl#sameAs>
55+
<http://data.uni-muenster.de/context/csa/teacher/BenediktGraeler> .

config/lodum.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<comment>Configuration porperties for CRIS</comment>
55
<entry key="crisURL">https://www.uni-muenster.de/forschungaz/ws/public/infoobject/</entry>
66
<!--<entry key="repositoryURL">http://giw-fone.uni-muenster.de:8080/openrdf-sesame/</entry>-->
7-
<entry key="repositoryURL">http://giv-lodum.uni-muenster.de:8080/openrdf-sesame/</entry>
8-
<entry key="repositoryID">lod4wfs2</entry>
7+
<entry key="repositoryURL">http://data.uni-muenster.de:8080/openrdf-sesame/</entry>
8+
<entry key="repositoryID">lodumhbz</entry>
99

1010
<!--Folders-->
1111
<entry key="backupFolder">backup/</entry>

0 commit comments

Comments
 (0)