activerdf_sesame 0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +0 -0
- data/README +0 -0
- data/Rakefile +55 -0
- data/ext/openrdf-sesame-2.0-alpha4-onejar.jar +0 -0
- data/ext/wrapper-sesame2.jar +0 -0
- data/lib/activerdf_sesame/init.rb +11 -0
- data/lib/activerdf_sesame/sesame.rb +312 -0
- data/test/activerdf.log +355 -0
- data/test/eyal-foaf.nt +39 -0
- data/test/eyal-foaf.rdf +65 -0
- data/test/finalize-test.rb +37 -0
- data/test/pathname.rb +3 -0
- data/test/sesame-init-test.rb +31 -0
- data/test/sesame-persistence.s2 +0 -0
- data/test/test_URLClassLoader.rb +60 -0
- data/test/test_sesame_adapter.rb +322 -0
- metadata +73 -0
data/test/activerdf.log
ADDED
@@ -0,0 +1,355 @@
|
|
1
|
+
# Logfile created on Tue Feb 06 17:03:04 GMT 2007 by /
|
2
|
+
I, [2007-02-06T17:03:04.472000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
3
|
+
I, [2007-02-06T17:03:04.506000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
4
|
+
I, [2007-02-06T17:03:04.514000 #5718203] INFO -- : Namespace: registering http://www.w3.org/1999/02/22-rdf-syntax-ns# to rdf
|
5
|
+
I, [2007-02-06T17:03:04.516000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2000/01/rdf-schema# to rdfs
|
6
|
+
I, [2007-02-06T17:03:04.524000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2002/07/owl# to owl
|
7
|
+
I, [2007-02-06T17:03:05.986000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
8
|
+
I, [2007-02-06T17:03:06.002000 #5718203] INFO -- : loading Sesame adapter
|
9
|
+
I, [2007-02-06T17:03:06.548000 #5718203] INFO -- : ConnectionPool: registering adapter of type sesame for class SesameAdapter
|
10
|
+
I, [2007-02-06T17:03:06.562000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
11
|
+
I, [2007-02-06T17:03:28.571000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
12
|
+
D, [2007-02-06T17:03:28.606000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
13
|
+
I, [2007-02-06T17:03:28.608000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
14
|
+
I, [2007-02-06T17:03:47.296000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
15
|
+
I, [2007-02-06T17:03:47.358000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
16
|
+
I, [2007-02-06T17:03:47.372000 #5718203] INFO -- : Namespace: registering http://www.w3.org/1999/02/22-rdf-syntax-ns# to rdf
|
17
|
+
I, [2007-02-06T17:03:47.375000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2000/01/rdf-schema# to rdfs
|
18
|
+
I, [2007-02-06T17:03:47.381000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2002/07/owl# to owl
|
19
|
+
I, [2007-02-06T17:03:47.486000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
20
|
+
I, [2007-02-06T17:03:47.498000 #5718203] INFO -- : loading Sesame adapter
|
21
|
+
I, [2007-02-06T17:03:48.109000 #5718203] INFO -- : ConnectionPool: registering adapter of type sesame for class SesameAdapter
|
22
|
+
I, [2007-02-06T17:03:48.127000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
23
|
+
I, [2007-02-06T17:03:48.331000 #5718203] INFO -- : ConnectionPool: clear called
|
24
|
+
I, [2007-02-06T17:03:48.334000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
25
|
+
D, [2007-02-06T17:03:48.335000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
26
|
+
I, [2007-02-06T17:03:48.357000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
27
|
+
D, [2007-02-06T17:03:48.607000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
28
|
+
D, [2007-02-06T17:03:48.791000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
29
|
+
D, [2007-02-06T17:03:48.798000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
30
|
+
D, [2007-02-06T17:03:48.802000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> "23" . }
|
31
|
+
D, [2007-02-06T17:03:48.810000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p "23" . }
|
32
|
+
I, [2007-02-06T17:03:48.829000 #5718203] INFO -- : ConnectionPool: clear called
|
33
|
+
I, [2007-02-06T17:03:48.831000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
34
|
+
D, [2007-02-06T17:03:48.841000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
35
|
+
I, [2007-02-06T17:03:48.853000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
36
|
+
D, [2007-02-06T17:03:48.942000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
37
|
+
D, [2007-02-06T17:03:48.957000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
38
|
+
D, [2007-02-06T17:03:48.966000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
39
|
+
D, [2007-02-06T17:03:48.981000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> "23" . }
|
40
|
+
D, [2007-02-06T17:03:49.016000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p "23" . }
|
41
|
+
I, [2007-02-06T17:03:49.020000 #5718203] INFO -- : ConnectionPool: clear called
|
42
|
+
I, [2007-02-06T17:03:49.033000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
43
|
+
D, [2007-02-06T17:03:49.039000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
44
|
+
I, [2007-02-06T17:03:49.049000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
45
|
+
D, [2007-02-06T17:03:49.081000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
46
|
+
D, [2007-02-06T17:03:49.096000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
47
|
+
D, [2007-02-06T17:03:49.103000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
48
|
+
D, [2007-02-06T17:03:49.125000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> <test:test> . }
|
49
|
+
D, [2007-02-06T17:03:49.132000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p <test:test> . }
|
50
|
+
I, [2007-02-06T17:03:49.149000 #5718203] INFO -- : ConnectionPool: clear called
|
51
|
+
I, [2007-02-06T17:03:49.161000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
52
|
+
D, [2007-02-06T17:03:49.174000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
53
|
+
I, [2007-02-06T17:03:49.186000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
54
|
+
I, [2007-02-06T17:03:49.279000 #5718203] INFO -- : ConnectionPool: clear called
|
55
|
+
I, [2007-02-06T17:03:49.281000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
56
|
+
D, [2007-02-06T17:03:49.293000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
57
|
+
I, [2007-02-06T17:03:49.305000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
58
|
+
I, [2007-02-06T17:03:49.348000 #5718203] INFO -- : ConnectionPool: clear called
|
59
|
+
I, [2007-02-06T17:03:49.350000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :name=>:funky}
|
60
|
+
D, [2007-02-06T17:03:49.361000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :name=>:funky}
|
61
|
+
I, [2007-02-06T17:03:49.374000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamenamefunky
|
62
|
+
I, [2007-02-06T17:03:49.403000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :name=>:groovy}
|
63
|
+
D, [2007-02-06T17:03:49.405000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :name=>:groovy}
|
64
|
+
I, [2007-02-06T17:03:49.418000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamenamegroovy
|
65
|
+
I, [2007-02-06T17:03:49.472000 #5718203] INFO -- : ConnectionPool: clear called
|
66
|
+
I, [2007-02-06T17:03:49.475000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
67
|
+
D, [2007-02-06T17:03:49.486000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
68
|
+
I, [2007-02-06T17:03:49.498000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
69
|
+
I, [2007-02-06T17:03:49.542000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame}
|
70
|
+
D, [2007-02-06T17:03:49.544000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame}
|
71
|
+
I, [2007-02-06T17:03:49.558000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesame
|
72
|
+
I, [2007-02-06T17:03:49.602000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame}
|
73
|
+
D, [2007-02-06T17:03:49.605000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame}
|
74
|
+
I, [2007-02-06T17:03:49.607000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesame
|
75
|
+
I, [2007-02-06T17:03:49.655000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>:memory}
|
76
|
+
D, [2007-02-06T17:03:49.670000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>:memory}
|
77
|
+
I, [2007-02-06T17:03:49.682000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocationmemory
|
78
|
+
I, [2007-02-06T17:03:49.722000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame, :location=>:memory}
|
79
|
+
D, [2007-02-06T17:03:49.724000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame, :location=>:memory}
|
80
|
+
I, [2007-02-06T17:03:49.738000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesamelocationmemory
|
81
|
+
I, [2007-02-06T17:03:49.785000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame, :location=>:memory}
|
82
|
+
D, [2007-02-06T17:03:49.799000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame, :location=>:memory}
|
83
|
+
I, [2007-02-06T17:03:49.814000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesamelocationmemory
|
84
|
+
I, [2007-02-06T17:03:49.861000 #5718203] INFO -- : ConnectionPool: clear called
|
85
|
+
I, [2007-02-06T17:03:49.864000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
86
|
+
D, [2007-02-06T17:03:49.877000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
87
|
+
I, [2007-02-06T17:03:49.890000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
88
|
+
I, [2007-02-06T17:03:50.012000 #5718203] INFO -- : ConnectionPool: clear called
|
89
|
+
I, [2007-02-06T17:03:50.014000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
90
|
+
D, [2007-02-06T17:03:50.025000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
91
|
+
I, [2007-02-06T17:03:50.037000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
92
|
+
I, [2007-02-06T17:03:50.071000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
93
|
+
D, [2007-02-06T17:03:50.075000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
94
|
+
I, [2007-02-06T17:03:50.085000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
95
|
+
I, [2007-02-06T17:03:50.130000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
96
|
+
D, [2007-02-06T17:03:50.258000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
97
|
+
I, [2007-02-06T17:03:50.269000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
98
|
+
I, [2007-02-06T17:03:50.312000 #5718203] INFO -- : ConnectionPool: clear called
|
99
|
+
I, [2007-02-06T17:03:50.314000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
100
|
+
D, [2007-02-06T17:03:50.326000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
101
|
+
I, [2007-02-06T17:03:50.337000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
102
|
+
D, [2007-02-06T17:03:50.379000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
103
|
+
I, [2007-02-06T17:03:50.398000 #5718203] INFO -- : ConnectionPool: clear called
|
104
|
+
I, [2007-02-06T17:03:50.400000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2", :name=>:second_one}
|
105
|
+
D, [2007-02-06T17:03:50.413000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2", :name=>:second_one}
|
106
|
+
I, [2007-02-06T17:03:50.425000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2namesecond_one
|
107
|
+
D, [2007-02-06T17:03:50.448000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
108
|
+
I, [2007-02-06T17:03:50.455000 #5718203] INFO -- : ConnectionPool: clear called
|
109
|
+
I, [2007-02-06T17:03:50.466000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
110
|
+
D, [2007-02-06T17:03:50.478000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
111
|
+
I, [2007-02-06T17:03:50.490000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
112
|
+
I, [2007-02-06T17:03:50.527000 #5718203] INFO -- : ConnectionPool: clear called
|
113
|
+
I, [2007-02-06T17:03:50.539000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
114
|
+
D, [2007-02-06T17:03:50.542000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
115
|
+
I, [2007-02-06T17:03:50.562000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
116
|
+
I, [2007-02-06T17:03:50.660000 #5718203] INFO -- : ConnectionPool: clear called
|
117
|
+
I, [2007-02-06T17:03:50.662000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
118
|
+
D, [2007-02-06T17:03:50.674000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
119
|
+
I, [2007-02-06T17:03:50.686000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
120
|
+
I, [2007-02-06T17:03:50.834000 #5718203] INFO -- : ConnectionPool: clear called
|
121
|
+
I, [2007-02-06T17:03:50.836000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
122
|
+
D, [2007-02-06T17:03:50.850000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
123
|
+
I, [2007-02-06T17:03:50.861000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
124
|
+
I, [2007-02-06T17:03:51.012000 #5718203] INFO -- : ConnectionPool: clear called
|
125
|
+
I, [2007-02-06T17:03:51.014000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
126
|
+
D, [2007-02-06T17:03:51.029000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
127
|
+
I, [2007-02-06T17:03:51.046000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
128
|
+
I, [2007-02-06T17:04:30.991000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
129
|
+
I, [2007-02-06T17:04:31.056000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
130
|
+
I, [2007-02-06T17:04:31.070000 #5718203] INFO -- : Namespace: registering http://www.w3.org/1999/02/22-rdf-syntax-ns# to rdf
|
131
|
+
I, [2007-02-06T17:04:31.072000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2000/01/rdf-schema# to rdfs
|
132
|
+
I, [2007-02-06T17:04:31.079000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2002/07/owl# to owl
|
133
|
+
I, [2007-02-06T17:04:31.215000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
134
|
+
I, [2007-02-06T17:04:31.233000 #5718203] INFO -- : loading Sesame adapter
|
135
|
+
I, [2007-02-06T17:04:31.851000 #5718203] INFO -- : ConnectionPool: registering adapter of type sesame for class SesameAdapter
|
136
|
+
I, [2007-02-06T17:04:31.869000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
137
|
+
I, [2007-02-06T17:04:32.072000 #5718203] INFO -- : ConnectionPool: clear called
|
138
|
+
I, [2007-02-06T17:04:32.075000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
139
|
+
D, [2007-02-06T17:04:32.077000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
140
|
+
I, [2007-02-06T17:04:32.097000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
141
|
+
D, [2007-02-06T17:04:32.339000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
142
|
+
D, [2007-02-06T17:04:32.518000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
143
|
+
D, [2007-02-06T17:04:32.532000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
144
|
+
D, [2007-02-06T17:04:32.539000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> "23" . }
|
145
|
+
D, [2007-02-06T17:04:32.548000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p "23" . }
|
146
|
+
I, [2007-02-06T17:04:32.557000 #5718203] INFO -- : ConnectionPool: clear called
|
147
|
+
I, [2007-02-06T17:04:32.567000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
148
|
+
D, [2007-02-06T17:04:32.579000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
149
|
+
I, [2007-02-06T17:04:32.591000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
150
|
+
D, [2007-02-06T17:04:32.665000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
151
|
+
D, [2007-02-06T17:04:32.671000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
152
|
+
D, [2007-02-06T17:04:32.695000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
153
|
+
D, [2007-02-06T17:04:32.702000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> "23" . }
|
154
|
+
D, [2007-02-06T17:04:32.751000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p "23" . }
|
155
|
+
I, [2007-02-06T17:04:32.756000 #5718203] INFO -- : ConnectionPool: clear called
|
156
|
+
I, [2007-02-06T17:04:32.760000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
157
|
+
D, [2007-02-06T17:04:32.779000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
158
|
+
I, [2007-02-06T17:04:32.791000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
159
|
+
D, [2007-02-06T17:04:32.835000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
160
|
+
D, [2007-02-06T17:04:32.841000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
161
|
+
D, [2007-02-06T17:04:32.862000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
162
|
+
D, [2007-02-06T17:04:32.886000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> <test:test> . }
|
163
|
+
D, [2007-02-06T17:04:32.892000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p <test:test> . }
|
164
|
+
I, [2007-02-06T17:04:32.900000 #5718203] INFO -- : ConnectionPool: clear called
|
165
|
+
I, [2007-02-06T17:04:32.911000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
166
|
+
D, [2007-02-06T17:04:32.923000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
167
|
+
I, [2007-02-06T17:04:32.935000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
168
|
+
I, [2007-02-06T17:04:33.033000 #5718203] INFO -- : ConnectionPool: clear called
|
169
|
+
I, [2007-02-06T17:04:33.035000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
170
|
+
D, [2007-02-06T17:04:33.047000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
171
|
+
I, [2007-02-06T17:04:33.059000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
172
|
+
I, [2007-02-06T17:04:33.101000 #5718203] INFO -- : ConnectionPool: clear called
|
173
|
+
I, [2007-02-06T17:04:33.103000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :name=>:funky}
|
174
|
+
D, [2007-02-06T17:04:33.115000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :name=>:funky}
|
175
|
+
I, [2007-02-06T17:04:33.127000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamenamefunky
|
176
|
+
I, [2007-02-06T17:04:33.160000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :name=>:groovy}
|
177
|
+
D, [2007-02-06T17:04:33.171000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :name=>:groovy}
|
178
|
+
I, [2007-02-06T17:04:33.184000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamenamegroovy
|
179
|
+
I, [2007-02-06T17:04:33.236000 #5718203] INFO -- : ConnectionPool: clear called
|
180
|
+
I, [2007-02-06T17:04:33.239000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
181
|
+
D, [2007-02-06T17:04:33.251000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
182
|
+
I, [2007-02-06T17:04:33.263000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
183
|
+
I, [2007-02-06T17:04:33.307000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame}
|
184
|
+
D, [2007-02-06T17:04:33.310000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame}
|
185
|
+
I, [2007-02-06T17:04:33.324000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesame
|
186
|
+
I, [2007-02-06T17:04:33.368000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame}
|
187
|
+
D, [2007-02-06T17:04:33.371000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame}
|
188
|
+
I, [2007-02-06T17:04:33.383000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesame
|
189
|
+
I, [2007-02-06T17:04:33.430000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>:memory}
|
190
|
+
D, [2007-02-06T17:04:33.433000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>:memory}
|
191
|
+
I, [2007-02-06T17:04:33.443000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocationmemory
|
192
|
+
I, [2007-02-06T17:04:33.495000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame, :location=>:memory}
|
193
|
+
D, [2007-02-06T17:04:33.497000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame, :location=>:memory}
|
194
|
+
I, [2007-02-06T17:04:33.511000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesamelocationmemory
|
195
|
+
I, [2007-02-06T17:04:33.556000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame, :location=>:memory}
|
196
|
+
D, [2007-02-06T17:04:33.585000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame, :location=>:memory}
|
197
|
+
I, [2007-02-06T17:04:33.587000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesamelocationmemory
|
198
|
+
I, [2007-02-06T17:04:33.634000 #5718203] INFO -- : ConnectionPool: clear called
|
199
|
+
I, [2007-02-06T17:04:33.637000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
200
|
+
D, [2007-02-06T17:04:33.651000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
201
|
+
I, [2007-02-06T17:04:33.663000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
202
|
+
I, [2007-02-06T17:04:33.779000 #5718203] INFO -- : ConnectionPool: clear called
|
203
|
+
I, [2007-02-06T17:04:33.781000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
204
|
+
D, [2007-02-06T17:04:33.791000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
205
|
+
I, [2007-02-06T17:04:33.803000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
206
|
+
I, [2007-02-06T17:04:33.837000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
207
|
+
D, [2007-02-06T17:04:33.841000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
208
|
+
I, [2007-02-06T17:04:33.851000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
209
|
+
I, [2007-02-06T17:04:34.017000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
210
|
+
D, [2007-02-06T17:04:34.033000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
211
|
+
I, [2007-02-06T17:04:34.043000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
212
|
+
I, [2007-02-06T17:04:34.091000 #5718203] INFO -- : ConnectionPool: clear called
|
213
|
+
I, [2007-02-06T17:04:34.094000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
214
|
+
D, [2007-02-06T17:04:34.107000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
215
|
+
I, [2007-02-06T17:04:34.119000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
216
|
+
D, [2007-02-06T17:04:34.177000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
217
|
+
I, [2007-02-06T17:04:34.190000 #5718203] INFO -- : ConnectionPool: clear called
|
218
|
+
I, [2007-02-06T17:04:34.192000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2", :name=>:second_one}
|
219
|
+
D, [2007-02-06T17:04:34.203000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2", :name=>:second_one}
|
220
|
+
I, [2007-02-06T17:04:34.215000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2namesecond_one
|
221
|
+
D, [2007-02-06T17:04:34.240000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
222
|
+
I, [2007-02-06T17:04:34.255000 #5718203] INFO -- : ConnectionPool: clear called
|
223
|
+
I, [2007-02-06T17:04:34.257000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
224
|
+
D, [2007-02-06T17:04:34.271000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
225
|
+
I, [2007-02-06T17:04:34.283000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
226
|
+
I, [2007-02-06T17:04:34.323000 #5718203] INFO -- : ConnectionPool: clear called
|
227
|
+
I, [2007-02-06T17:04:34.325000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
228
|
+
D, [2007-02-06T17:04:34.339000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
229
|
+
I, [2007-02-06T17:04:34.359000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
230
|
+
I, [2007-02-06T17:04:34.441000 #5718203] INFO -- : ConnectionPool: clear called
|
231
|
+
I, [2007-02-06T17:04:34.444000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
232
|
+
D, [2007-02-06T17:04:34.469000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
233
|
+
I, [2007-02-06T17:04:34.471000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
234
|
+
I, [2007-02-06T17:04:34.575000 #5718203] INFO -- : ConnectionPool: clear called
|
235
|
+
I, [2007-02-06T17:04:34.577000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
236
|
+
D, [2007-02-06T17:04:34.597000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
237
|
+
I, [2007-02-06T17:04:34.605000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
238
|
+
I, [2007-02-06T17:04:34.745000 #5718203] INFO -- : ConnectionPool: clear called
|
239
|
+
I, [2007-02-06T17:04:34.746000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
240
|
+
D, [2007-02-06T17:04:34.759000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
241
|
+
I, [2007-02-06T17:04:34.774000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
242
|
+
I, [2007-02-06T17:05:11.166000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
243
|
+
I, [2007-02-06T17:05:11.233000 #5718203] INFO -- : ActiveRDF started, logging level: 0
|
244
|
+
I, [2007-02-06T17:05:11.247000 #5718203] INFO -- : Namespace: registering http://www.w3.org/1999/02/22-rdf-syntax-ns# to rdf
|
245
|
+
I, [2007-02-06T17:05:11.250000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2000/01/rdf-schema# to rdfs
|
246
|
+
I, [2007-02-06T17:05:11.260000 #5718203] INFO -- : Namespace: registering http://www.w3.org/2002/07/owl# to owl
|
247
|
+
I, [2007-02-06T17:05:11.372000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
248
|
+
I, [2007-02-06T17:05:11.384000 #5718203] INFO -- : loading Sesame adapter
|
249
|
+
I, [2007-02-06T17:05:11.999000 #5718203] INFO -- : ConnectionPool: registering adapter of type sesame for class SesameAdapter
|
250
|
+
I, [2007-02-06T17:05:12.017000 #5718203] INFO -- : ActiveRDF is NOT installed as a Gem
|
251
|
+
I, [2007-02-06T17:05:12.347000 #5718203] INFO -- : ConnectionPool: clear called
|
252
|
+
I, [2007-02-06T17:05:12.552000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
253
|
+
D, [2007-02-06T17:05:12.772000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
254
|
+
I, [2007-02-06T17:05:12.980000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
255
|
+
D, [2007-02-06T17:05:13.249000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
256
|
+
D, [2007-02-06T17:05:13.431000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
257
|
+
D, [2007-02-06T17:05:13.437000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
258
|
+
D, [2007-02-06T17:05:13.441000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> "23" . }
|
259
|
+
D, [2007-02-06T17:05:13.449000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p "23" . }
|
260
|
+
I, [2007-02-06T17:05:13.459000 #5718203] INFO -- : ConnectionPool: clear called
|
261
|
+
I, [2007-02-06T17:05:13.490000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
262
|
+
D, [2007-02-06T17:05:13.492000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
263
|
+
I, [2007-02-06T17:05:13.504000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
264
|
+
D, [2007-02-06T17:05:13.564000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
265
|
+
D, [2007-02-06T17:05:13.569000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
266
|
+
D, [2007-02-06T17:05:13.588000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
267
|
+
D, [2007-02-06T17:05:13.593000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> "23" . }
|
268
|
+
D, [2007-02-06T17:05:13.628000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p "23" . }
|
269
|
+
I, [2007-02-06T17:05:13.632000 #5718203] INFO -- : ConnectionPool: clear called
|
270
|
+
I, [2007-02-06T17:05:13.644000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
271
|
+
D, [2007-02-06T17:05:13.660000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
272
|
+
I, [2007-02-06T17:05:13.672000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
273
|
+
D, [2007-02-06T17:05:13.710000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
274
|
+
D, [2007-02-06T17:05:13.716000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
275
|
+
D, [2007-02-06T17:05:13.735000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> <foaf:age> ?o . }
|
276
|
+
D, [2007-02-06T17:05:13.746000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?s WHERE { ?s <foaf:age> <test:test> . }
|
277
|
+
D, [2007-02-06T17:05:13.761000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?p WHERE { <http://eyaloren.org> ?p <test:test> . }
|
278
|
+
I, [2007-02-06T17:05:13.765000 #5718203] INFO -- : ConnectionPool: clear called
|
279
|
+
I, [2007-02-06T17:05:13.776000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
280
|
+
D, [2007-02-06T17:05:13.788000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
281
|
+
I, [2007-02-06T17:05:13.800000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
282
|
+
I, [2007-02-06T17:05:13.875000 #5718203] INFO -- : ConnectionPool: clear called
|
283
|
+
I, [2007-02-06T17:05:13.877000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
284
|
+
D, [2007-02-06T17:05:13.888000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
285
|
+
I, [2007-02-06T17:05:13.926000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
286
|
+
I, [2007-02-06T17:05:13.995000 #5718203] INFO -- : ConnectionPool: clear called
|
287
|
+
I, [2007-02-06T17:05:13.997000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :name=>:funky}
|
288
|
+
D, [2007-02-06T17:05:14.008000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :name=>:funky}
|
289
|
+
I, [2007-02-06T17:05:14.020000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamenamefunky
|
290
|
+
I, [2007-02-06T17:05:14.048000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :name=>:groovy}
|
291
|
+
D, [2007-02-06T17:05:14.051000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :name=>:groovy}
|
292
|
+
I, [2007-02-06T17:05:14.065000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamenamegroovy
|
293
|
+
I, [2007-02-06T17:05:14.105000 #5718203] INFO -- : ConnectionPool: clear called
|
294
|
+
I, [2007-02-06T17:05:14.107000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
295
|
+
D, [2007-02-06T17:05:14.120000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
296
|
+
I, [2007-02-06T17:05:14.132000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
297
|
+
I, [2007-02-06T17:05:14.177000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame}
|
298
|
+
D, [2007-02-06T17:05:14.180000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame}
|
299
|
+
I, [2007-02-06T17:05:14.192000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesame
|
300
|
+
I, [2007-02-06T17:05:14.237000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame}
|
301
|
+
D, [2007-02-06T17:05:14.240000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame}
|
302
|
+
I, [2007-02-06T17:05:14.252000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesame
|
303
|
+
I, [2007-02-06T17:05:14.402000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>:memory}
|
304
|
+
D, [2007-02-06T17:05:14.406000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>:memory}
|
305
|
+
I, [2007-02-06T17:05:14.416000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocationmemory
|
306
|
+
I, [2007-02-06T17:05:14.478000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame, :location=>:memory}
|
307
|
+
D, [2007-02-06T17:05:14.480000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame, :location=>:memory}
|
308
|
+
I, [2007-02-06T17:05:14.492000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesamelocationmemory
|
309
|
+
I, [2007-02-06T17:05:14.521000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame, :location=>:memory}
|
310
|
+
D, [2007-02-06T17:05:14.528000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame, :location=>:memory}
|
311
|
+
I, [2007-02-06T17:05:14.540000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesamelocationmemory
|
312
|
+
I, [2007-02-06T17:05:14.583000 #5718203] INFO -- : ConnectionPool: clear called
|
313
|
+
I, [2007-02-06T17:05:14.585000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
314
|
+
D, [2007-02-06T17:05:14.596000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
315
|
+
I, [2007-02-06T17:05:14.608000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
316
|
+
I, [2007-02-06T17:05:14.731000 #5718203] INFO -- : ConnectionPool: clear called
|
317
|
+
I, [2007-02-06T17:05:14.744000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
318
|
+
D, [2007-02-06T17:05:14.756000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
319
|
+
I, [2007-02-06T17:05:14.768000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
320
|
+
I, [2007-02-06T17:05:14.810000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>false, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
321
|
+
D, [2007-02-06T17:05:14.820000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>false, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
322
|
+
I, [2007-02-06T17:05:14.838000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingfalsetypesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
323
|
+
I, [2007-02-06T17:05:15.042000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:inferencing=>true, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
324
|
+
D, [2007-02-06T17:05:15.046000 #5718203] DEBUG -- : Create a new adapter for parameters {:inferencing=>true, :type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
325
|
+
I, [2007-02-06T17:05:15.047000 #5718203] INFO -- : initializing Sesame Adapter with params inferencingtruetypesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
326
|
+
I, [2007-02-06T17:05:15.090000 #5718203] INFO -- : ConnectionPool: clear called
|
327
|
+
I, [2007-02-06T17:05:15.093000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
328
|
+
D, [2007-02-06T17:05:15.130000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2"}
|
329
|
+
I, [2007-02-06T17:05:15.132000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2
|
330
|
+
D, [2007-02-06T17:05:15.173000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
331
|
+
I, [2007-02-06T17:05:15.186000 #5718203] INFO -- : ConnectionPool: clear called
|
332
|
+
I, [2007-02-06T17:05:15.196000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2", :name=>:second_one}
|
333
|
+
D, [2007-02-06T17:05:15.208000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame, :location=>"/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2", :name=>:second_one}
|
334
|
+
I, [2007-02-06T17:05:15.220000 #5718203] INFO -- : initializing Sesame Adapter with params typesesamelocation/home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/sesame-persistence.s2namesecond_one
|
335
|
+
D, [2007-02-06T17:05:15.239000 #5718203] DEBUG -- : Query2SPARQL: translated the query to SELECT DISTINCT ?o WHERE { <http://eyaloren.org> ?p ?o . }
|
336
|
+
I, [2007-02-06T17:05:15.246000 #5718203] INFO -- : ConnectionPool: clear called
|
337
|
+
I, [2007-02-06T17:05:15.256000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
338
|
+
D, [2007-02-06T17:05:15.268000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
339
|
+
I, [2007-02-06T17:05:15.280000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
340
|
+
I, [2007-02-06T17:05:15.319000 #5718203] INFO -- : ConnectionPool: clear called
|
341
|
+
I, [2007-02-06T17:05:15.322000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
342
|
+
D, [2007-02-06T17:05:15.336000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
343
|
+
I, [2007-02-06T17:05:15.352000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
344
|
+
I, [2007-02-06T17:05:15.474000 #5718203] INFO -- : ConnectionPool: clear called
|
345
|
+
I, [2007-02-06T17:05:15.476000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
346
|
+
D, [2007-02-06T17:05:15.488000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
347
|
+
I, [2007-02-06T17:05:15.500000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
348
|
+
I, [2007-02-06T17:05:15.619000 #5718203] INFO -- : ConnectionPool: clear called
|
349
|
+
I, [2007-02-06T17:05:15.620000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
350
|
+
D, [2007-02-06T17:05:15.632000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
351
|
+
I, [2007-02-06T17:05:15.648000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
352
|
+
I, [2007-02-06T17:05:15.757000 #5718203] INFO -- : ConnectionPool: clear called
|
353
|
+
I, [2007-02-06T17:05:15.759000 #5718203] INFO -- : ConnectionPool: add_data_source with params: {:type=>:sesame}
|
354
|
+
D, [2007-02-06T17:05:15.772000 #5718203] DEBUG -- : Create a new adapter for parameters {:type=>:sesame}
|
355
|
+
I, [2007-02-06T17:05:15.784000 #5718203] INFO -- : initializing Sesame Adapter with params typesesame
|
data/test/eyal-foaf.nt
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf> <http://www.w3.org/2000/01/rdf-schema#label> "FOAF file of Eyal Oren" .
|
2
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf> <http://purl.org/rss/1.0/modules/syndication/updateFrequency> "1" .
|
3
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf> <http://purl.org/rss/1.0/modules/syndication/updatePeriod> "weekly" .
|
4
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
5
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/name> "Eyal Oren" .
|
6
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/title> "ir." .
|
7
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/gender> "male" .
|
8
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:eyal.oren@deri.org> .
|
9
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/homepage> <http://www.eyaloren.org/> .
|
10
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/workplaceHomepage> <http://www.deri.ie/> .
|
11
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/img> <http://www.eyaloren.org/eyal.jpg> .
|
12
|
+
<https://launchpad.net/products/activerdf/+rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Project> .
|
13
|
+
<https://launchpad.net/products/activerdf/+rdf> <http://xmlns.com/foaf/0.1/name> "ActiveRDF" .
|
14
|
+
<https://launchpad.net/products/activerdf/+rdf> <http://xmlns.com/foaf/0.1/homepage> <http://www.activerdf.org/> .
|
15
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/currentProject> <https://launchpad.net/products/activerdf/+rdf> .
|
16
|
+
<https://launchpad.net/products/browserdf/+rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Project> .
|
17
|
+
<https://launchpad.net/products/browserdf/+rdf> <http://xmlns.com/foaf/0.1/name> "BrowseRDF" .
|
18
|
+
<https://launchpad.net/products/browserdf/+rdf> <http://xmlns.com/foaf/0.1/homepage> <http://www.browserdf.org/> .
|
19
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/currentProject> <https://launchpad.net/products/browserdf/+rdf> .
|
20
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.w3.org/People/Berners-Lee/card#i> .
|
21
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://richard.cyganiak.de/foaf.rdf#cygri> .
|
22
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.harth.org/~andreas/foaf.rdf#ah> .
|
23
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.leobard.net/rdf/foaf.xml#me> .
|
24
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.debruijn.net/foaf.rdf#me> .
|
25
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://platon.escet.urjc.es/~axel/foaf.rdf#me> .
|
26
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.kr.tuwien.ac.at/staff/roman/foaf.rdf#me> .
|
27
|
+
<http://sw.deri.org/~knud> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
28
|
+
<http://sw.deri.org/~knud> <http://xmlns.com/foaf/0.1/name> "Knud M\u00F6ller" .
|
29
|
+
<http://sw.deri.org/~knud> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://sw.deri.org/~knud/knudfoaf.rdf> .
|
30
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://sw.deri.org/~knud> .
|
31
|
+
<http://www-cdr.stanford.edu/~petrie/foaf.rdf#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
32
|
+
<http://www-cdr.stanford.edu/~petrie/foaf.rdf#me> <http://xmlns.com/foaf/0.1/name> "Charles Petrie" .
|
33
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www-cdr.stanford.edu/~petrie/foaf.rdf#me> .
|
34
|
+
<http://www.isi.edu/~stefan/foaf.rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
35
|
+
<http://www.isi.edu/~stefan/foaf.rdf> <http://xmlns.com/foaf/0.1/name> "Stefan Decker" .
|
36
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.isi.edu/~stefan/foaf.rdf> .
|
37
|
+
<http://www.aifb.uni-karlsruhe.de/Personen/viewPersonOWL/id2076instance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
|
38
|
+
<http://www.aifb.uni-karlsruhe.de/Personen/viewPersonOWL/id2076instance> <http://xmlns.com/foaf/0.1/name> "Max V\u00F6lkel" .
|
39
|
+
<file:///home/metaman/workspaces/deri-workspace/activerdf/activerdf-sesame/test/eyal-foaf.rdf#me> <http://xmlns.com/foaf/0.1/knows> <http://www.aifb.uni-karlsruhe.de/Personen/viewPersonOWL/id2076instance> .
|
data/test/eyal-foaf.rdf
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
<rdf:RDF
|
2
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
3
|
+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
4
|
+
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
5
|
+
xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
|
6
|
+
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
7
|
+
xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
|
8
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
9
|
+
|
10
|
+
<rdf:Description rdf:about="">
|
11
|
+
<rdfs:label>FOAF file of Eyal Oren</rdfs:label>
|
12
|
+
<syn:updateFrequency>1</syn:updateFrequency>
|
13
|
+
<syn:updatePeriod>weekly</syn:updatePeriod>
|
14
|
+
</rdf:Description>
|
15
|
+
|
16
|
+
<foaf:Person rdf:about="#me">
|
17
|
+
<foaf:name>Eyal Oren</foaf:name>
|
18
|
+
<foaf:title>ir.</foaf:title>
|
19
|
+
<foaf:gender>male</foaf:gender>
|
20
|
+
<foaf:mbox rdf:resource="mailto:eyal.oren@deri.org" />
|
21
|
+
<foaf:homepage rdf:resource="http://www.eyaloren.org/"/>
|
22
|
+
<foaf:workplaceHomepage rdf:resource="http://www.deri.ie/"/>
|
23
|
+
<foaf:img rdf:resource="http://www.eyaloren.org/eyal.jpg"/>
|
24
|
+
|
25
|
+
<foaf:currentProject>
|
26
|
+
<foaf:Project rdf:about="https://launchpad.net/products/activerdf/+rdf">
|
27
|
+
<foaf:name>ActiveRDF</foaf:name>
|
28
|
+
<foaf:homepage rdf:resource="http://www.activerdf.org/"/>
|
29
|
+
</foaf:Project>
|
30
|
+
</foaf:currentProject>
|
31
|
+
|
32
|
+
<foaf:currentProject>
|
33
|
+
<foaf:Project rdf:about="https://launchpad.net/products/browserdf/+rdf">
|
34
|
+
<foaf:name>BrowseRDF</foaf:name>
|
35
|
+
<foaf:homepage rdf:resource="http://www.browserdf.org/"/>
|
36
|
+
</foaf:Project>
|
37
|
+
</foaf:currentProject>
|
38
|
+
|
39
|
+
<foaf:knows rdf:resource="http://www.w3.org/People/Berners-Lee/card#i"/>
|
40
|
+
<foaf:knows rdf:resource="http://richard.cyganiak.de/foaf.rdf#cygri"/>
|
41
|
+
<foaf:knows rdf:resource="http://www.harth.org/~andreas/foaf.rdf#ah"/>
|
42
|
+
<foaf:knows rdf:resource="http://www.leobard.net/rdf/foaf.xml#me"/>
|
43
|
+
<foaf:knows rdf:resource="http://www.debruijn.net/foaf.rdf#me"/>
|
44
|
+
<foaf:knows rdf:resource="http://platon.escet.urjc.es/~axel/foaf.rdf#me"/>
|
45
|
+
<foaf:knows rdf:resource="http://www.kr.tuwien.ac.at/staff/roman/foaf.rdf#me"/>
|
46
|
+
|
47
|
+
<foaf:knows><foaf:Person rdf:about="http://sw.deri.org/~knud">
|
48
|
+
<foaf:name>Knud Möller</foaf:name>
|
49
|
+
<rdfs:seeAlso rdf:resource="http://sw.deri.org/~knud/knudfoaf.rdf"/>
|
50
|
+
</foaf:Person></foaf:knows>
|
51
|
+
|
52
|
+
<foaf:knows><foaf:Person rdf:about="http://www-cdr.stanford.edu/~petrie/foaf.rdf#me">
|
53
|
+
<foaf:name>Charles Petrie</foaf:name>
|
54
|
+
</foaf:Person></foaf:knows>
|
55
|
+
|
56
|
+
<foaf:knows><foaf:Person rdf:about="http://www.isi.edu/~stefan/foaf.rdf">
|
57
|
+
<foaf:name>Stefan Decker</foaf:name>
|
58
|
+
</foaf:Person></foaf:knows>
|
59
|
+
|
60
|
+
<foaf:knows><foaf:Person rdf:about="http://www.aifb.uni-karlsruhe.de/Personen/viewPersonOWL/id2076instance">
|
61
|
+
<foaf:name>Max Völkel</foaf:name>
|
62
|
+
</foaf:Person></foaf:knows>
|
63
|
+
|
64
|
+
</foaf:Person>
|
65
|
+
</rdf:RDF>
|
@@ -0,0 +1,37 @@
|
|
1
|
+
|
2
|
+
require 'java'
|
3
|
+
|
4
|
+
WrapperForSesame2 = org.activerdf.minced.sesame2.WrapperForSesame2
|
5
|
+
|
6
|
+
class SimpleLog
|
7
|
+
def initialize(where)
|
8
|
+
@db = WrapperForSesame2.new
|
9
|
+
@logfile = File.new(where, "w+")
|
10
|
+
ObjectSpace.define_finalizer (self, SimpleLog.create_finalizer(@logfile,@db))
|
11
|
+
end
|
12
|
+
def write(msg)
|
13
|
+
@logfile.puts msg
|
14
|
+
end
|
15
|
+
def SimpleLog.create_finalizer(logfile,db)
|
16
|
+
proc {|id| puts "Finalizer on #{id}"
|
17
|
+
logfile.puts "Closed properly"
|
18
|
+
logfile.close
|
19
|
+
db.getSesameConnection.close
|
20
|
+
}
|
21
|
+
end
|
22
|
+
end
|
23
|
+
a=SimpleLog.new("/tmp/aa")
|
24
|
+
a.write("HI")
|
25
|
+
a=nil
|
26
|
+
puts "Listing instances of SimpleLog:"
|
27
|
+
ObjectSpace.each_object(SimpleLog){|obj|
|
28
|
+
p obj
|
29
|
+
}
|
30
|
+
puts "DONE"
|
31
|
+
puts "Running the garbage collector"
|
32
|
+
#GC.start
|
33
|
+
puts "Listing remaining instances of SimpleLog:"
|
34
|
+
ObjectSpace.each_object(SimpleLog){|obj|
|
35
|
+
p obj
|
36
|
+
}
|
37
|
+
puts "DONE"
|
data/test/pathname.rb
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
|
2
|
+
require 'java'
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
MemoryStore = org.openrdf.sail.memory.MemoryStore
|
7
|
+
|
8
|
+
maybeASail = MemoryStore.new
|
9
|
+
|
10
|
+
include_class 'org.openrdf.sail.memory.MemoryStore'
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
#---
|
16
|
+
require "java"
|
17
|
+
MemoryStore = org.openrdf.sail.memory.MemoryStore
|
18
|
+
JClass = java.lang.Class
|
19
|
+
JArray = java.lang.reflect.Array
|
20
|
+
|
21
|
+
|
22
|
+
# 1.)
|
23
|
+
mstore = JClass.forName("org.openrdf.sail.memory.MemoryStore").newInstance
|
24
|
+
|
25
|
+
# 2.)
|
26
|
+
rdfsStoreArgsClasses = JArray.newInstance(MemoryStore.class)
|
27
|
+
rdfsStoreArgsClasses
|
28
|
+
rdfsStoreArgsClasses = [ MemoryStore ]
|
29
|
+
rdfsStoreArgsArguments = [mstore]
|
30
|
+
rdfsStoreConstructor = JClass.forName("org.openrdf.sail.inferencer.MemoryStoreRDFSInferencer").getConstructor(rdfsStoreArgsClasses)
|
31
|
+
rdfsstore = rdfsStoreConstructor.newInstance(rdfsStoreArgsArguments)
|
Binary file
|