pho 0.7.5 → 0.7.7
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +21 -0
- data/Rakefile +1 -1
- data/doc/rdoc/classes/Pho.html +0 -5
- data/doc/rdoc/classes/Pho/CommandLine.html +108 -108
- data/doc/rdoc/classes/Pho/DatatypeProperty.html +15 -15
- data/doc/rdoc/classes/Pho/Enrichment/StoreEnricher.html +3 -3
- data/doc/rdoc/classes/Pho/Etags.html +36 -36
- data/doc/rdoc/classes/Pho/Facet/Results.html +1 -1
- data/doc/rdoc/classes/Pho/FieldPredicateMap.html +106 -106
- data/doc/rdoc/classes/Pho/FieldWeighting.html +14 -14
- data/doc/rdoc/classes/Pho/Job.html +67 -68
- data/doc/rdoc/classes/Pho/Jobs.html +62 -62
- data/doc/rdoc/classes/Pho/OAI/Records.html +7 -6
- data/doc/rdoc/classes/Pho/OAI/Statistics.html +194 -0
- data/doc/rdoc/classes/Pho/QueryProfile.html +86 -81
- data/doc/rdoc/classes/Pho/ResourceHash.html +1 -1
- data/doc/rdoc/classes/Pho/ResourceHash/Converter.html +36 -35
- data/doc/rdoc/classes/Pho/ResourceHash/SetAlgebra.html +2 -3
- data/doc/rdoc/classes/Pho/Snapshot.html +36 -36
- data/doc/rdoc/classes/Pho/Sparql/SparqlClient.html +3 -4
- data/doc/rdoc/classes/Pho/Status.html +26 -26
- data/doc/rdoc/classes/Pho/Store.html +257 -254
- data/doc/rdoc/classes/Pho/StoreSparqlClient.html +14 -14
- data/doc/rdoc/classes/Pho/Update/Changeset.html +5 -6
- data/doc/rdoc/classes/Pho/Update/Changesets.html +2 -3
- data/doc/rdoc/classes/Pho/Update/Statement.html +3 -4
- data/doc/rdoc/classes/String.html +1 -1
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/CHANGES.html +33 -4
- data/doc/rdoc/files/lib/pho/converter_rb.html +1 -8
- data/doc/rdoc/files/lib/pho/oai_rb.html +1 -1
- data/doc/rdoc/files/lib/pho/query_profile_rb.html +1 -1
- data/doc/rdoc/files/lib/pho/store_rb.html +1 -1
- data/doc/rdoc/files/lib/pho_rb.html +5 -3
- data/doc/rdoc/fr_class_index.html +0 -2
- data/doc/rdoc/fr_file_index.html +0 -1
- data/doc/rdoc/fr_method_index.html +132 -136
- data/lib/pho.rb +7 -3
- data/lib/pho/converter.rb +23 -30
- data/lib/pho/oai.rb +5 -4
- data/lib/pho/query_profile.rb +6 -1
- data/lib/pho/store.rb +17 -12
- data/tests/tc_changeset_builder.rb +2 -2
- data/tests/tc_converter.rb +3 -3
- data/tests/tc_oai.rb +1 -1
- data/tests/tc_query_profile.rb +37 -1
- data/tests/ts_pho.rb +0 -1
- metadata +5 -9
- data/doc/rdoc/classes/Pho/RDF.html +0 -120
- data/doc/rdoc/classes/Pho/RDF/Parser.html +0 -279
- data/doc/rdoc/files/lib/pho/rdf_rb.html +0 -108
- data/lib/pho/rdf.rb +0 -76
- data/tests/tc_rdf_parser.rb +0 -37
@@ -88,8 +88,8 @@
|
|
88
88
|
<h3 class="section-bar">Methods</h3>
|
89
89
|
|
90
90
|
<div class="name-list">
|
91
|
-
<a href="#
|
92
|
-
<a href="#
|
91
|
+
<a href="#M000155">describe_uri</a>
|
92
|
+
<a href="#M000154">new</a>
|
93
93
|
</div>
|
94
94
|
</div>
|
95
95
|
|
@@ -111,21 +111,21 @@
|
|
111
111
|
<div id="methods">
|
112
112
|
<h3 class="section-bar">Public Class methods</h3>
|
113
113
|
|
114
|
-
<div id="method-
|
115
|
-
<a name="
|
114
|
+
<div id="method-M000154" class="method-detail">
|
115
|
+
<a name="M000154"></a>
|
116
116
|
|
117
117
|
<div class="method-heading">
|
118
|
-
<a href="#
|
118
|
+
<a href="#M000154" class="method-signature">
|
119
119
|
<span class="method-name">new</span><span class="method-args">(store, endpoint, client=HTTPClient.new() )</span>
|
120
120
|
</a>
|
121
121
|
</div>
|
122
122
|
|
123
123
|
<div class="method-description">
|
124
124
|
<p><a class="source-toggle" href="#"
|
125
|
-
onclick="toggleCode('
|
126
|
-
<div class="method-source-code" id="
|
125
|
+
onclick="toggleCode('M000154-source');return false;">[Source]</a></p>
|
126
|
+
<div class="method-source-code" id="M000154-source">
|
127
127
|
<pre>
|
128
|
-
<span class="ruby-comment cmt"># File lib/pho/store.rb, line
|
128
|
+
<span class="ruby-comment cmt"># File lib/pho/store.rb, line 520</span>
|
129
129
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">store</span>, <span class="ruby-identifier">endpoint</span>, <span class="ruby-identifier">client</span>=<span class="ruby-constant">HTTPClient</span>.<span class="ruby-identifier">new</span>() )
|
130
130
|
<span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">endpoint</span>, <span class="ruby-identifier">client</span>)
|
131
131
|
<span class="ruby-ivar">@store</span> = <span class="ruby-identifier">store</span>
|
@@ -137,11 +137,11 @@
|
|
137
137
|
|
138
138
|
<h3 class="section-bar">Public Instance methods</h3>
|
139
139
|
|
140
|
-
<div id="method-
|
141
|
-
<a name="
|
140
|
+
<div id="method-M000155" class="method-detail">
|
141
|
+
<a name="M000155"></a>
|
142
142
|
|
143
143
|
<div class="method-heading">
|
144
|
-
<a href="#
|
144
|
+
<a href="#M000155" class="method-signature">
|
145
145
|
<span class="method-name">describe_uri</span><span class="method-args">(uri, format="application/rdf+xml", type=:cbd)</span>
|
146
146
|
</a>
|
147
147
|
</div>
|
@@ -152,10 +152,10 @@ Override default behaviour to use the Stores Describe service instead when
|
|
152
152
|
requesting CBDs
|
153
153
|
</p>
|
154
154
|
<p><a class="source-toggle" href="#"
|
155
|
-
onclick="toggleCode('
|
156
|
-
<div class="method-source-code" id="
|
155
|
+
onclick="toggleCode('M000155-source');return false;">[Source]</a></p>
|
156
|
+
<div class="method-source-code" id="M000155-source">
|
157
157
|
<pre>
|
158
|
-
<span class="ruby-comment cmt"># File lib/pho/store.rb, line
|
158
|
+
<span class="ruby-comment cmt"># File lib/pho/store.rb, line 527</span>
|
159
159
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">describe_uri</span>(<span class="ruby-identifier">uri</span>, <span class="ruby-identifier">format</span>=<span class="ruby-value str">"application/rdf+xml"</span>, <span class="ruby-identifier">type</span>=<span class="ruby-identifier">:cbd</span>)
|
160
160
|
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">:cbd</span>
|
161
161
|
<span class="ruby-keyword kw">return</span> <span class="ruby-ivar">@store</span>.<span class="ruby-identifier">describe</span>(<span class="ruby-identifier">uri</span>, <span class="ruby-identifier">format</span>)
|
@@ -80,12 +80,11 @@
|
|
80
80
|
|
81
81
|
<div id="description">
|
82
82
|
<p>
|
83
|
-
Models a <a href="Changeset.html">Changeset</a>: a delta to an
|
84
|
-
href="../RDF.html">RDF</a> graph
|
83
|
+
Models a <a href="Changeset.html">Changeset</a>: a delta to an RDF graph
|
85
84
|
</p>
|
86
85
|
<p>
|
87
|
-
The <a href="
|
88
|
-
|
86
|
+
The RDF Schema for <a href="Changesets.html">Changesets</a> can be found
|
87
|
+
at:
|
89
88
|
</p>
|
90
89
|
<pre>
|
91
90
|
http://vocab.org/changeset/schema
|
@@ -437,8 +436,8 @@ Submit this changeset to the specified store
|
|
437
436
|
|
438
437
|
<div class="method-description">
|
439
438
|
<p>
|
440
|
-
Serialize this changeset as
|
441
|
-
|
439
|
+
Serialize this changeset as RDF/XML suitable for submitting to the
|
440
|
+
Platform.
|
442
441
|
</p>
|
443
442
|
<p><a class="source-toggle" href="#"
|
444
443
|
onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
|
@@ -128,8 +128,7 @@ href="Changeset.html">Changeset</a> objects
|
|
128
128
|
|
129
129
|
<div class="method-description">
|
130
130
|
<p>
|
131
|
-
Convert an array of changesets into an
|
132
|
-
document
|
131
|
+
Convert an array of changesets into an RDF/XML document
|
133
132
|
</p>
|
134
133
|
<pre>
|
135
134
|
changesets:: an array of changesets
|
@@ -163,7 +162,7 @@ document
|
|
163
162
|
<div class="method-description">
|
164
163
|
<p>
|
165
164
|
Submit an array of changests to the Platform. After first converting them
|
166
|
-
to an
|
165
|
+
to an RDF/XML document.
|
167
166
|
</p>
|
168
167
|
<pre>
|
169
168
|
Note that this submits all of the changessets in a single request to the Platform
|
@@ -80,9 +80,8 @@
|
|
80
80
|
|
81
81
|
<div id="description">
|
82
82
|
<p>
|
83
|
-
Base class capturing data relating to a reified
|
84
|
-
href="
|
85
|
-
href="Changeset.html">Changeset</a>
|
83
|
+
Base class capturing data relating to a reified RDF triple described in a
|
84
|
+
<a href="Changeset.html">Changeset</a>
|
86
85
|
</p>
|
87
86
|
|
88
87
|
</div>
|
@@ -267,7 +266,7 @@ Create a <a href="Statement.html">Statement</a> referring to a resource
|
|
267
266
|
|
268
267
|
<div class="method-description">
|
269
268
|
<p>
|
270
|
-
Create an
|
269
|
+
Create an RDF/XML fragment describing this <a
|
271
270
|
href="Statement.html">Statement</a>
|
272
271
|
</p>
|
273
272
|
<p><a class="source-toggle" href="#"
|
@@ -122,7 +122,7 @@
|
|
122
122
|
onclick="toggleCode('M000001-source');return false;">[Source]</a></p>
|
123
123
|
<div class="method-source-code" id="M000001-source">
|
124
124
|
<pre>
|
125
|
-
<span class="ruby-comment cmt"># File lib/pho.rb, line
|
125
|
+
<span class="ruby-comment cmt"># File lib/pho.rb, line 37</span>
|
126
126
|
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">start_with?</span>(<span class="ruby-identifier">prefix</span>)
|
127
127
|
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">index</span>(<span class="ruby-identifier">prefix</span>) <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
|
128
128
|
<span class="ruby-keyword kw">end</span>
|
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Mon, 11 Oct 2010 11:14:01 +0100
|
data/doc/rdoc/files/CHANGES.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Mon Oct 11 11:12:51 +0100 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -72,6 +72,36 @@
|
|
72
72
|
<p>
|
73
73
|
Brief notes on significant changes and additions in each release
|
74
74
|
</p>
|
75
|
+
<h2>Version 0.7.7</h2>
|
76
|
+
<ul>
|
77
|
+
<li>Included bug fixes from @kiyanwang into OAI support. Now properly handles
|
78
|
+
resumption tokens.
|
79
|
+
|
80
|
+
</li>
|
81
|
+
<li>Added dependency on RDF.rb, rdf/json, rdf/raptor. Changed Pho::Converter to
|
82
|
+
use this code.
|
83
|
+
|
84
|
+
</li>
|
85
|
+
<li>Removed Pho::RDF.Parser — just use RDF.rb and its plugins. Submission
|
86
|
+
of ntriples to platform store can now be done directly on store object.
|
87
|
+
|
88
|
+
</li>
|
89
|
+
<li>Working to remove dependency on Redland Ruby bindings, also remove
|
90
|
+
unnecessary parsing/converting code as Ruby RDF libraries have improved and
|
91
|
+
Platform now supports wider range of RDF serialisations
|
92
|
+
|
93
|
+
</li>
|
94
|
+
<li>Fixed bug in store.sparql_client, reference to @self rather than self
|
95
|
+
|
96
|
+
</li>
|
97
|
+
</ul>
|
98
|
+
<h2>Version 0.7.6</h2>
|
99
|
+
<ul>
|
100
|
+
<li>Fixed bug in QueryProfile.read_from_store which was expecting an rdfs:label
|
101
|
+
to always be present
|
102
|
+
|
103
|
+
</li>
|
104
|
+
</ul>
|
75
105
|
<h2>Version 0.7.5</h2>
|
76
106
|
<ul>
|
77
107
|
<li>Added <a href="../classes/Pho/OAI/Statistics.html">Pho::OAI::Statistics</a>
|
@@ -179,9 +209,8 @@ href="../classes/Pho/CommandLine.html">Pho::CommandLine</a>
|
|
179
209
|
conversion into RDF/XML before submitting to Platform
|
180
210
|
|
181
211
|
</li>
|
182
|
-
<li>Added
|
183
|
-
|
184
|
-
store that in the platform
|
212
|
+
<li>Added Pho::RDF module for general rdf utilities. Initially has method to
|
213
|
+
convert ntriples into rdf/xml and to store that in the platform
|
185
214
|
|
186
215
|
</li>
|
187
216
|
<li>At suggestion of @chrislowis added rescue around redland dependent
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Mon
|
59
|
+
<td>Mon Oct 11 11:05:53 +0100 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -69,13 +69,6 @@
|
|
69
69
|
<div id="contextContent">
|
70
70
|
|
71
71
|
|
72
|
-
<div id="requires-list">
|
73
|
-
<h3 class="section-bar">Required files</h3>
|
74
|
-
|
75
|
-
<div class="name-list">
|
76
|
-
rdf/redland
|
77
|
-
</div>
|
78
|
-
</div>
|
79
72
|
|
80
73
|
</div>
|
81
74
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
</tr>
|
57
57
|
<tr class="top-aligned-row">
|
58
58
|
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
59
|
+
<td>Mon Oct 11 11:00:29 +0100 2010</td>
|
60
60
|
</tr>
|
61
61
|
</table>
|
62
62
|
</div>
|
@@ -80,6 +80,9 @@
|
|
80
80
|
date
|
81
81
|
rexml/document
|
82
82
|
md5
|
83
|
+
rdf
|
84
|
+
rdf/json
|
85
|
+
rdf/raptor
|
83
86
|
pho/etags
|
84
87
|
pho/store
|
85
88
|
pho/snapshot
|
@@ -97,9 +100,8 @@
|
|
97
100
|
pho/sparql
|
98
101
|
pho/enrichment
|
99
102
|
pho/command_line
|
100
|
-
pho/converter
|
101
|
-
pho/rdf
|
102
103
|
pho/oai
|
104
|
+
pho/converter
|
103
105
|
</div>
|
104
106
|
</div>
|
105
107
|
|
@@ -45,8 +45,6 @@
|
|
45
45
|
<a href="classes/Pho/OAI/Records.html">Pho::OAI::Records</a><br />
|
46
46
|
<a href="classes/Pho/OAI/Statistics.html">Pho::OAI::Statistics</a><br />
|
47
47
|
<a href="classes/Pho/QueryProfile.html">Pho::QueryProfile</a><br />
|
48
|
-
<a href="classes/Pho/RDF.html">Pho::RDF</a><br />
|
49
|
-
<a href="classes/Pho/RDF/Parser.html">Pho::RDF::Parser</a><br />
|
50
48
|
<a href="classes/Pho/RDFCollection.html">Pho::RDFCollection</a><br />
|
51
49
|
<a href="classes/Pho/ResourceHash.html">Pho::ResourceHash</a><br />
|
52
50
|
<a href="classes/Pho/ResourceHash/Converter.html">Pho::ResourceHash::Converter</a><br />
|
data/doc/rdoc/fr_file_index.html
CHANGED
@@ -36,7 +36,6 @@
|
|
36
36
|
<a href="files/lib/pho/job_rb.html">lib/pho/job.rb</a><br />
|
37
37
|
<a href="files/lib/pho/oai_rb.html">lib/pho/oai.rb</a><br />
|
38
38
|
<a href="files/lib/pho/query_profile_rb.html">lib/pho/query_profile.rb</a><br />
|
39
|
-
<a href="files/lib/pho/rdf_rb.html">lib/pho/rdf.rb</a><br />
|
40
39
|
<a href="files/lib/pho/rdf_collection_rb.html">lib/pho/rdf_collection.rb</a><br />
|
41
40
|
<a href="files/lib/pho/resource_hash_rb.html">lib/pho/resource_hash.rb</a><br />
|
42
41
|
<a href="files/lib/pho/snapshot_rb.html">lib/pho/snapshot.rb</a><br />
|
@@ -20,222 +20,218 @@
|
|
20
20
|
<div id="index">
|
21
21
|
<h1 class="section-bar">Methods</h1>
|
22
22
|
<div id="index-entries">
|
23
|
-
<a href="classes/Pho/QueryProfile.html#
|
24
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
23
|
+
<a href="classes/Pho/QueryProfile.html#M000134"><< (Pho::QueryProfile)</a><br />
|
24
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000096"><< (Pho::FieldPredicateMap)</a><br />
|
25
25
|
<a href="classes/Pho/Update/LiteralStatement.html#M000021">== (Pho::Update::LiteralStatement)</a><br />
|
26
26
|
<a href="classes/Pho/Update/ResourceStatement.html#M000028">== (Pho::Update::ResourceStatement)</a><br />
|
27
|
-
<a href="classes/Pho/Etags.html#
|
27
|
+
<a href="classes/Pho/Etags.html#M000209">add (Pho::Etags)</a><br />
|
28
28
|
<a href="classes/Pho/Update/Changeset.html#M000041">add_addition (Pho::Update::Changeset)</a><br />
|
29
29
|
<a href="classes/Pho/Update/Changeset.html#M000042">add_additions (Pho::Update::Changeset)</a><br />
|
30
30
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000048">add_default_graph (Pho::Sparql::SparqlClient)</a><br />
|
31
|
-
<a href="classes/Pho/Etags.html#
|
32
|
-
<a href="classes/Pho/
|
33
|
-
<a href="classes/Pho/
|
31
|
+
<a href="classes/Pho/Etags.html#M000210">add_from_response (Pho::Etags)</a><br />
|
32
|
+
<a href="classes/Pho/CommandLine.html#M000125">add_mapping (Pho::CommandLine)</a><br />
|
33
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000094">add_mapping (Pho::FieldPredicateMap)</a><br />
|
34
34
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000049">add_named_graph (Pho::Sparql::SparqlClient)</a><br />
|
35
35
|
<a href="classes/Pho/Update/Changeset.html#M000044">add_removal (Pho::Update::Changeset)</a><br />
|
36
36
|
<a href="classes/Pho/Update/Changeset.html#M000045">add_removals (Pho::Update::Changeset)</a><br />
|
37
|
-
<a href="classes/Pho/CommandLine.html#
|
37
|
+
<a href="classes/Pho/CommandLine.html#M000126">add_weight (Pho::CommandLine)</a><br />
|
38
38
|
<a href="classes/Pho/Update/Changeset.html#M000040">additions (Pho::Update::Changeset)</a><br />
|
39
39
|
<a href="classes/Pho/Update/Changesets.html#M000031">all_to_rdf (Pho::Update::Changesets)</a><br />
|
40
40
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000057">apply_initial_bindings (Pho::Sparql::SparqlHelper)</a><br />
|
41
|
-
<a href="classes/Pho/Sparql/SparqlHelper.html#M000061">ask (Pho::Sparql::SparqlHelper)</a><br />
|
42
41
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000055">ask (Pho::Sparql::SparqlClient)</a><br />
|
43
|
-
<a href="classes/Pho/
|
44
|
-
<a href="classes/Pho/Store.html#
|
45
|
-
<a href="classes/Pho/
|
46
|
-
<a href="classes/Pho/CommandLine.html#
|
42
|
+
<a href="classes/Pho/Sparql/SparqlHelper.html#M000061">ask (Pho::Sparql::SparqlHelper)</a><br />
|
43
|
+
<a href="classes/Pho/Store.html#M000174">augment (Pho::Store)</a><br />
|
44
|
+
<a href="classes/Pho/Store.html#M000173">augment_uri (Pho::Store)</a><br />
|
45
|
+
<a href="classes/Pho/CommandLine.html#M000114">backup (Pho::CommandLine)</a><br />
|
46
|
+
<a href="classes/Pho/Snapshot.html#M000194">backup (Pho::Snapshot)</a><br />
|
47
47
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000024">build (Pho::Update::ChangesetBuilder)</a><br />
|
48
48
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000023">build_batch (Pho::Update::ChangesetBuilder)</a><br />
|
49
|
-
<a href="classes/Pho/Jobs.html#
|
50
|
-
<a href="classes/Pho/Store.html#
|
51
|
-
<a href="classes/Pho/Job.html#
|
52
|
-
<a href="classes/Pho/Store.html#
|
49
|
+
<a href="classes/Pho/Jobs.html#M000148">build_job_request (Pho::Jobs)</a><br />
|
50
|
+
<a href="classes/Pho/Store.html#M000158">build_uri (Pho::Store)</a><br />
|
51
|
+
<a href="classes/Pho/Job.html#M000202">completed? (Pho::Job)</a><br />
|
52
|
+
<a href="classes/Pho/Store.html#M000175">configure_headers_for_conditional_get (Pho::Store)</a><br />
|
53
53
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000054">construct (Pho::Sparql::SparqlClient)</a><br />
|
54
54
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000065">construct_to_resource_hash (Pho::Sparql::SparqlHelper)</a><br />
|
55
55
|
<a href="classes/Pho/Update/Statement.html#M000033">create_literal (Pho::Update::Statement)</a><br />
|
56
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
56
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000093">create_mapping (Pho::FieldPredicateMap)</a><br />
|
57
57
|
<a href="classes/Pho/Update/Statement.html#M000034">create_resource (Pho::Update::Statement)</a><br />
|
58
58
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000025">create_statements (Pho::Update::ChangesetBuilder)</a><br />
|
59
59
|
<a href="classes/Pho/Update/ChangesetBuilder.html#M000026">create_statements_for_uri (Pho::Update::ChangesetBuilder)</a><br />
|
60
|
-
<a href="classes/Pho/QueryProfile.html#
|
61
|
-
<a href="classes/Pho/Store.html#
|
62
|
-
<a href="classes/Pho/CommandLine.html#M000123">describe (Pho::CommandLine)</a><br />
|
63
|
-
<a href="classes/Pho/Store.html#M000166">describe (Pho::Store)</a><br />
|
60
|
+
<a href="classes/Pho/QueryProfile.html#M000132">create_weighting (Pho::QueryProfile)</a><br />
|
61
|
+
<a href="classes/Pho/Store.html#M000178">delete_item (Pho::Store)</a><br />
|
64
62
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000052">describe (Pho::Sparql::SparqlClient)</a><br />
|
63
|
+
<a href="classes/Pho/Store.html#M000162">describe (Pho::Store)</a><br />
|
64
|
+
<a href="classes/Pho/CommandLine.html#M000119">describe (Pho::CommandLine)</a><br />
|
65
65
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000066">describe_to_resource_hash (Pho::Sparql::SparqlHelper)</a><br />
|
66
66
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000051">describe_uri (Pho::Sparql::SparqlClient)</a><br />
|
67
|
-
<a href="classes/Pho/StoreSparqlClient.html#M000159">describe_uri (Pho::StoreSparqlClient)</a><br />
|
68
67
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000068">describe_uri (Pho::Sparql::SparqlHelper)</a><br />
|
68
|
+
<a href="classes/Pho/StoreSparqlClient.html#M000155">describe_uri (Pho::StoreSparqlClient)</a><br />
|
69
69
|
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000079">enrich (Pho::Enrichment::StoreEnricher)</a><br />
|
70
70
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000062">exists (Pho::Sparql::SparqlHelper)</a><br />
|
71
|
-
<a href="classes/Pho/Store.html#
|
71
|
+
<a href="classes/Pho/Store.html#M000171">facet (Pho::Store)</a><br />
|
72
72
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000014">failures (Pho::FileManagement::AbstractFileManager)</a><br />
|
73
|
-
<a href="classes/Pho/CommandLine.html#
|
74
|
-
<a href="classes/Pho/Etags.html#
|
75
|
-
<a href="classes/Pho/
|
76
|
-
<a href="classes/Pho/
|
77
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
73
|
+
<a href="classes/Pho/CommandLine.html#M000123">fpmap (Pho::CommandLine)</a><br />
|
74
|
+
<a href="classes/Pho/Etags.html#M000211">get (Pho::Etags)</a><br />
|
75
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000101">get_by_name (Pho::FieldPredicateMap)</a><br />
|
76
|
+
<a href="classes/Pho/QueryProfile.html#M000135">get_by_name (Pho::QueryProfile)</a><br />
|
77
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000102">get_by_uri (Pho::FieldPredicateMap)</a><br />
|
78
78
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000017">get_fail_file_for (Pho::FileManagement::AbstractFileManager)</a><br />
|
79
|
-
<a href="classes/Pho/Store.html#
|
80
|
-
<a href="classes/Pho/Store.html#
|
81
|
-
<a href="classes/Pho/Store.html#
|
82
|
-
<a href="classes/Pho/Store.html#
|
83
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
79
|
+
<a href="classes/Pho/Store.html#M000186">get_field_predicate_map (Pho::Store)</a><br />
|
80
|
+
<a href="classes/Pho/Store.html#M000179">get_item (Pho::Store)</a><br />
|
81
|
+
<a href="classes/Pho/Store.html#M000180">get_job (Pho::Store)</a><br />
|
82
|
+
<a href="classes/Pho/Store.html#M000181">get_jobs (Pho::Store)</a><br />
|
83
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000097">get_name (Pho::FieldPredicateMap)</a><br />
|
84
84
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000018">get_ok_file_for (Pho::FileManagement::AbstractFileManager)</a><br />
|
85
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
86
|
-
<a href="classes/Pho/Store.html#
|
87
|
-
<a href="classes/Pho/Store.html#
|
88
|
-
<a href="classes/Pho/Store.html#
|
89
|
-
<a href="classes/Pho/Store.html#
|
90
|
-
<a href="classes/Pho/Etags.html#
|
85
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000098">get_property_uri (Pho::FieldPredicateMap)</a><br />
|
86
|
+
<a href="classes/Pho/Store.html#M000188">get_query_profile (Pho::Store)</a><br />
|
87
|
+
<a href="classes/Pho/Store.html#M000172">get_search_params (Pho::Store)</a><br />
|
88
|
+
<a href="classes/Pho/Store.html#M000184">get_snapshots (Pho::Store)</a><br />
|
89
|
+
<a href="classes/Pho/Store.html#M000183">get_status (Pho::Store)</a><br />
|
90
|
+
<a href="classes/Pho/Etags.html#M000212">has_tag? (Pho::Etags)</a><br />
|
91
91
|
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000077">infer (Pho::Enrichment::StoreEnricher)</a><br />
|
92
92
|
<a href="classes/Pho/OAI/Statistics.html#M000074">last_updated (Pho::OAI::Statistics)</a><br />
|
93
|
-
<a href="classes/Pho/FileManagement/RDFManager.html#M000003">list (Pho::FileManagement::RDFManager)</a><br />
|
94
93
|
<a href="classes/Pho/FileManagement/FileManager.html#M000006">list (Pho::FileManagement::FileManager)</a><br />
|
95
|
-
<a href="classes/Pho/
|
96
|
-
<a href="classes/Pho/
|
97
|
-
<a href="classes/Pho/
|
98
|
-
<a href="classes/Pho/
|
94
|
+
<a href="classes/Pho/FileManagement/RDFManager.html#M000003">list (Pho::FileManagement::RDFManager)</a><br />
|
95
|
+
<a href="classes/Pho/Store.html#M000185">list_records (Pho::Store)</a><br />
|
96
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000099">mapped_name? (Pho::FieldPredicateMap)</a><br />
|
97
|
+
<a href="classes/Pho/QueryProfile.html#M000139">mapped_name? (Pho::QueryProfile)</a><br />
|
98
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000100">mapped_uri? (Pho::FieldPredicateMap)</a><br />
|
99
99
|
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000078">merge (Pho::Enrichment::StoreEnricher)</a><br />
|
100
100
|
<a href="classes/Pho/ResourceHash/SetAlgebra.html#M000090">minus (Pho::ResourceHash::SetAlgebra)</a><br />
|
101
101
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000067">multi_describe (Pho::Sparql::SparqlHelper)</a><br />
|
102
102
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000053">multi_describe (Pho::Sparql::SparqlClient)</a><br />
|
103
103
|
<a href="classes/Pho/FileManagement/FileManager.html#M000007">name_for_file (Pho::FileManagement::FileManager)</a><br />
|
104
|
-
<a href="classes/Pho/OAI/Records.html#M000069">new (Pho::OAI::Records)</a><br />
|
105
|
-
<a href="classes/Pho/Facet/Term.html#M000083">new (Pho::Facet::Term)</a><br />
|
106
104
|
<a href="classes/Pho/Update/ResourceStatement.html#M000027">new (Pho::Update::ResourceStatement)</a><br />
|
105
|
+
<a href="classes/Pho/Facet/Term.html#M000083">new (Pho::Facet::Term)</a><br />
|
106
|
+
<a href="classes/Pho/Update/Statement.html#M000036">new (Pho::Update::Statement)</a><br />
|
107
|
+
<a href="classes/Pho/Facet/Results.html#M000080">new (Pho::Facet::Results)</a><br />
|
108
|
+
<a href="classes/Pho/CommandLine.html#M000109">new (Pho::CommandLine)</a><br />
|
109
|
+
<a href="classes/Pho/Update/Changeset.html#M000037">new (Pho::Update::Changeset)</a><br />
|
110
|
+
<a href="classes/Pho/Status.html#M000127">new (Pho::Status)</a><br />
|
107
111
|
<a href="classes/Pho/Update/LiteralStatement.html#M000020">new (Pho::Update::LiteralStatement)</a><br />
|
108
|
-
<a href="classes/Pho/Store.html#M000160">new (Pho::Store)</a><br />
|
109
|
-
<a href="classes/Pho/StoreSparqlClient.html#M000158">new (Pho::StoreSparqlClient)</a><br />
|
110
|
-
<a href="classes/Pho/FileManagement/FileManager.html#M000005">new (Pho::FileManagement::FileManager)</a><br />
|
111
112
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000047">new (Pho::Sparql::SparqlClient)</a><br />
|
112
|
-
<a href="classes/Pho/
|
113
|
-
<a href="classes/Pho/
|
113
|
+
<a href="classes/Pho/Snapshot.html#M000192">new (Pho::Snapshot)</a><br />
|
114
|
+
<a href="classes/Pho/FieldWeighting.html#M000195">new (Pho::FieldWeighting)</a><br />
|
115
|
+
<a href="classes/Pho/Job.html#M000197">new (Pho::Job)</a><br />
|
116
|
+
<a href="classes/Pho/Etags.html#M000207">new (Pho::Etags)</a><br />
|
117
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000095">new (Pho::FieldPredicateMap)</a><br />
|
114
118
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000009">new (Pho::FileManagement::AbstractFileManager)</a><br />
|
119
|
+
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000076">new (Pho::Enrichment::StoreEnricher)</a><br />
|
120
|
+
<a href="classes/Pho/DatatypeProperty.html#M000152">new (Pho::DatatypeProperty)</a><br />
|
115
121
|
<a href="classes/Pho/OAI/Record.html#M000073">new (Pho::OAI::Record)</a><br />
|
122
|
+
<a href="classes/Pho/StoreSparqlClient.html#M000154">new (Pho::StoreSparqlClient)</a><br />
|
123
|
+
<a href="classes/Pho/FileManagement/FileManager.html#M000005">new (Pho::FileManagement::FileManager)</a><br />
|
124
|
+
<a href="classes/Pho/Store.html#M000156">new (Pho::Store)</a><br />
|
116
125
|
<a href="classes/Pho/FileManagement/RDFManager.html#M000002">new (Pho::FileManagement::RDFManager)</a><br />
|
117
|
-
<a href="classes/Pho/
|
118
|
-
<a href="classes/Pho/
|
119
|
-
<a href="classes/Pho/Snapshot.html#M000196">new (Pho::Snapshot)</a><br />
|
120
|
-
<a href="classes/Pho/FieldWeighting.html#M000199">new (Pho::FieldWeighting)</a><br />
|
121
|
-
<a href="classes/Pho/FieldPredicateMap.html#M000099">new (Pho::FieldPredicateMap)</a><br />
|
122
|
-
<a href="classes/Pho/Update/Statement.html#M000036">new (Pho::Update::Statement)</a><br />
|
123
|
-
<a href="classes/Pho/Update/Changeset.html#M000037">new (Pho::Update::Changeset)</a><br />
|
124
|
-
<a href="classes/Pho/QueryProfile.html#M000137">new (Pho::QueryProfile)</a><br />
|
125
|
-
<a href="classes/Pho/Facet/Results.html#M000080">new (Pho::Facet::Results)</a><br />
|
126
|
-
<a href="classes/Pho/Enrichment/StoreEnricher.html#M000076">new (Pho::Enrichment::StoreEnricher)</a><br />
|
127
|
-
<a href="classes/Pho/Etags.html#M000211">new (Pho::Etags)</a><br />
|
126
|
+
<a href="classes/Pho/OAI/Records.html#M000069">new (Pho::OAI::Records)</a><br />
|
127
|
+
<a href="classes/Pho/QueryProfile.html#M000133">new (Pho::QueryProfile)</a><br />
|
128
128
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000013">new_files (Pho::FileManagement::AbstractFileManager)</a><br />
|
129
129
|
<a href="classes/Pho/OAI/Statistics.html#M000075">num_of_entities (Pho::OAI::Statistics)</a><br />
|
130
130
|
<a href="classes/Pho/ResourceHash/SetAlgebra.html#M000091">object_in_array? (Pho::ResourceHash::SetAlgebra)</a><br />
|
131
|
-
<a href="classes/Pho/
|
131
|
+
<a href="classes/Pho/Snapshot.html#M000191">parse (Pho::Snapshot)</a><br />
|
132
132
|
<a href="classes/Pho/OAI/Records.html#M000070">parse (Pho::OAI::Records)</a><br />
|
133
133
|
<a href="classes/Pho/ResourceHash/Converter.html#M000088">parse (Pho::ResourceHash::Converter)</a><br />
|
134
|
+
<a href="classes/Pho/Job.html#M000199">parse (Pho::Job)</a><br />
|
134
135
|
<a href="classes/Pho/Facet/Results.html#M000082">parse (Pho::Facet::Results)</a><br />
|
135
|
-
<a href="classes/Pho/Snapshot.html#M000195">parse (Pho::Snapshot)</a><br />
|
136
136
|
<a href="classes/Pho/ResourceHash/Converter.html#M000084">parse_json (Pho::ResourceHash::Converter)</a><br />
|
137
137
|
<a href="classes/Pho/ResourceHash/Converter.html#M000086">parse_ntriples (Pho::ResourceHash::Converter)</a><br />
|
138
|
-
<a href="classes/Pho/RDF/Parser.html#M000092">parse_ntriples (Pho::RDF::Parser)</a><br />
|
139
|
-
<a href="classes/Pho/RDF/Parser.html#M000093">parse_ntriples_from_string (Pho::RDF::Parser)</a><br />
|
140
138
|
<a href="classes/Pho/ResourceHash/Converter.html#M000085">parse_rdfxml (Pho::ResourceHash::Converter)</a><br />
|
141
139
|
<a href="classes/Pho/ResourceHash/Converter.html#M000087">parse_turtle (Pho::ResourceHash::Converter)</a><br />
|
142
|
-
<a href="classes/Pho/CommandLine.html#
|
143
|
-
<a href="classes/Pho/Job.html#
|
144
|
-
<a href="classes/Pho/Store.html#
|
145
|
-
<a href="classes/Pho/Store.html#
|
140
|
+
<a href="classes/Pho/CommandLine.html#M000111">password (Pho::CommandLine)</a><br />
|
141
|
+
<a href="classes/Pho/Job.html#M000200">progress_updates (Pho::Job)</a><br />
|
142
|
+
<a href="classes/Pho/Store.html#M000187">put_field_predicate_map (Pho::Store)</a><br />
|
143
|
+
<a href="classes/Pho/Store.html#M000189">put_query_profile (Pho::Store)</a><br />
|
146
144
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000050">query (Pho::Sparql::SparqlClient)</a><br />
|
147
|
-
<a href="classes/Pho/CommandLine.html#
|
148
|
-
<a href="classes/Pho/FieldPredicateMap.html#M000096">read_from_store (Pho::FieldPredicateMap)</a><br />
|
149
|
-
<a href="classes/Pho/Job.html#M000202">read_from_store (Pho::Job)</a><br />
|
150
|
-
<a href="classes/Pho/Jobs.html#M000146">read_from_store (Pho::Jobs)</a><br />
|
151
|
-
<a href="classes/Pho/Snapshot.html#M000194">read_from_store (Pho::Snapshot)</a><br />
|
152
|
-
<a href="classes/Pho/OAI/Records.html#M000071">read_from_store (Pho::OAI::Records)</a><br />
|
145
|
+
<a href="classes/Pho/CommandLine.html#M000124">queryprofile (Pho::CommandLine)</a><br />
|
153
146
|
<a href="classes/Pho/Facet/Results.html#M000081">read_from_store (Pho::Facet::Results)</a><br />
|
154
|
-
<a href="classes/Pho/
|
155
|
-
<a href="classes/Pho/
|
156
|
-
<a href="classes/Pho/
|
147
|
+
<a href="classes/Pho/Snapshot.html#M000190">read_from_store (Pho::Snapshot)</a><br />
|
148
|
+
<a href="classes/Pho/Jobs.html#M000142">read_from_store (Pho::Jobs)</a><br />
|
149
|
+
<a href="classes/Pho/Job.html#M000198">read_from_store (Pho::Job)</a><br />
|
150
|
+
<a href="classes/Pho/Status.html#M000128">read_from_store (Pho::Status)</a><br />
|
151
|
+
<a href="classes/Pho/OAI/Records.html#M000071">read_from_store (Pho::OAI::Records)</a><br />
|
152
|
+
<a href="classes/Pho/QueryProfile.html#M000131">read_from_store (Pho::QueryProfile)</a><br />
|
153
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000092">read_from_store (Pho::FieldPredicateMap)</a><br />
|
154
|
+
<a href="classes/Pho/Snapshot.html#M000193">read_md5 (Pho::Snapshot)</a><br />
|
157
155
|
<a href="classes/Pho/OAI/Records.html#M000072">read_next_records (Pho::OAI::Records)</a><br />
|
158
|
-
<a href="classes/Pho/Status.html#
|
159
|
-
<a href="classes/Pho/Store.html#
|
160
|
-
<a href="classes/Pho/CommandLine.html#
|
156
|
+
<a href="classes/Pho/Status.html#M000129">readable? (Pho::Status)</a><br />
|
157
|
+
<a href="classes/Pho/Store.html#M000176">record_etags (Pho::Store)</a><br />
|
158
|
+
<a href="classes/Pho/CommandLine.html#M000116">reindex (Pho::CommandLine)</a><br />
|
161
159
|
<a href="classes/Pho/Update/Changeset.html#M000043">removals (Pho::Update::Changeset)</a><br />
|
162
|
-
<a href="classes/Pho/
|
163
|
-
<a href="classes/Pho/
|
164
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
165
|
-
<a href="classes/Pho/QueryProfile.html#
|
166
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
167
|
-
<a href="classes/Pho/QueryProfile.html#
|
168
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
160
|
+
<a href="classes/Pho/QueryProfile.html#M000137">remove (Pho::QueryProfile)</a><br />
|
161
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000103">remove (Pho::FieldPredicateMap)</a><br />
|
162
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000106">remove_all (Pho::FieldPredicateMap)</a><br />
|
163
|
+
<a href="classes/Pho/QueryProfile.html#M000138">remove_all (Pho::QueryProfile)</a><br />
|
164
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000104">remove_by_name (Pho::FieldPredicateMap)</a><br />
|
165
|
+
<a href="classes/Pho/QueryProfile.html#M000136">remove_by_name (Pho::QueryProfile)</a><br />
|
166
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000105">remove_by_uri (Pho::FieldPredicateMap)</a><br />
|
169
167
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000012">reset (Pho::FileManagement::AbstractFileManager)</a><br />
|
170
|
-
<a href="classes/Pho/CommandLine.html#
|
171
|
-
<a href="classes/Pho/CommandLine.html#
|
168
|
+
<a href="classes/Pho/CommandLine.html#M000117">reset (Pho::CommandLine)</a><br />
|
169
|
+
<a href="classes/Pho/CommandLine.html#M000118">restore (Pho::CommandLine)</a><br />
|
172
170
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000058">result_to_query_binding (Pho::Sparql::SparqlHelper)</a><br />
|
173
171
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000059">results_to_query_bindings (Pho::Sparql::SparqlHelper)</a><br />
|
174
172
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000011">retry_failures (Pho::FileManagement::AbstractFileManager)</a><br />
|
175
|
-
<a href="classes/Pho/Job.html#
|
176
|
-
<a href="classes/Pho/Etags.html#
|
177
|
-
<a href="classes/Pho/Store.html#
|
178
|
-
<a href="classes/Pho/Sparql/SparqlHelper.html#M000060">select (Pho::Sparql::SparqlHelper)</a><br />
|
173
|
+
<a href="classes/Pho/Job.html#M000204">running? (Pho::Job)</a><br />
|
174
|
+
<a href="classes/Pho/Etags.html#M000208">save (Pho::Etags)</a><br />
|
175
|
+
<a href="classes/Pho/Store.html#M000170">search (Pho::Store)</a><br />
|
179
176
|
<a href="classes/Pho/Sparql/SparqlClient.html#M000056">select (Pho::Sparql::SparqlClient)</a><br />
|
177
|
+
<a href="classes/Pho/Sparql/SparqlHelper.html#M000060">select (Pho::Sparql::SparqlHelper)</a><br />
|
180
178
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000064">select_single_value (Pho::Sparql::SparqlHelper)</a><br />
|
181
179
|
<a href="classes/Pho/Sparql/SparqlHelper.html#M000063">select_values (Pho::Sparql::SparqlHelper)</a><br />
|
182
180
|
<a href="classes/Pho/ResourceHash/Converter.html#M000089">serialize_json (Pho::ResourceHash::Converter)</a><br />
|
183
|
-
<a href="classes/Pho/Store.html#
|
184
|
-
<a href="classes/Pho/CommandLine.html#
|
185
|
-
<a href="classes/Pho/
|
186
|
-
<a href="classes/Pho/
|
187
|
-
<a href="classes/Pho/Store.html#
|
188
|
-
<a href="classes/Pho/Store.html#
|
189
|
-
<a href="classes/Pho/Store.html#
|
190
|
-
<a href="classes/Pho/Store.html#
|
191
|
-
<a href="classes/Pho/Store.html#
|
181
|
+
<a href="classes/Pho/Store.html#M000157">set_credentials (Pho::Store)</a><br />
|
182
|
+
<a href="classes/Pho/CommandLine.html#M000115">snapshot (Pho::CommandLine)</a><br />
|
183
|
+
<a href="classes/Pho/Store.html#M000169">sparql (Pho::Store)</a><br />
|
184
|
+
<a href="classes/Pho/CommandLine.html#M000120">sparql (Pho::CommandLine)</a><br />
|
185
|
+
<a href="classes/Pho/Store.html#M000167">sparql_ask (Pho::Store)</a><br />
|
186
|
+
<a href="classes/Pho/Store.html#M000164">sparql_client (Pho::Store)</a><br />
|
187
|
+
<a href="classes/Pho/Store.html#M000166">sparql_construct (Pho::Store)</a><br />
|
188
|
+
<a href="classes/Pho/Store.html#M000165">sparql_describe (Pho::Store)</a><br />
|
189
|
+
<a href="classes/Pho/Store.html#M000168">sparql_select (Pho::Store)</a><br />
|
192
190
|
<a href="classes/String.html#M000001">start_with? (String)</a><br />
|
193
|
-
<a href="classes/Pho/Job.html#
|
194
|
-
<a href="classes/Pho/CommandLine.html#
|
191
|
+
<a href="classes/Pho/Job.html#M000201">started? (Pho::Job)</a><br />
|
192
|
+
<a href="classes/Pho/CommandLine.html#M000113">status (Pho::CommandLine)</a><br />
|
193
|
+
<a href="classes/Pho/CommandLine.html#M000121">store (Pho::CommandLine)</a><br />
|
195
194
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000010">store (Pho::FileManagement::AbstractFileManager)</a><br />
|
196
|
-
<a href="classes/Pho/
|
197
|
-
<a href="classes/Pho/Store.html#M000163">store_data (Pho::Store)</a><br />
|
198
|
-
<a href="classes/Pho/Store.html#M000164">store_file (Pho::Store)</a><br />
|
195
|
+
<a href="classes/Pho/Store.html#M000159">store_data (Pho::Store)</a><br />
|
199
196
|
<a href="classes/Pho/FileManagement/RDFManager.html#M000004">store_file (Pho::FileManagement::RDFManager)</a><br />
|
197
|
+
<a href="classes/Pho/Store.html#M000160">store_file (Pho::Store)</a><br />
|
200
198
|
<a href="classes/Pho/FileManagement/FileManager.html#M000008">store_file (Pho::FileManagement::FileManager)</a><br />
|
201
|
-
<a href="classes/Pho/
|
202
|
-
<a href="classes/Pho/
|
203
|
-
<a href="classes/Pho/Store.html#M000165">store_url (Pho::Store)</a><br />
|
204
|
-
<a href="classes/Pho/CommandLine.html#M000116">storename (Pho::CommandLine)</a><br />
|
199
|
+
<a href="classes/Pho/Store.html#M000161">store_url (Pho::Store)</a><br />
|
200
|
+
<a href="classes/Pho/CommandLine.html#M000112">storename (Pho::CommandLine)</a><br />
|
205
201
|
<a href="classes/Pho/Update/Changeset.html#M000046">submit (Pho::Update::Changeset)</a><br />
|
206
202
|
<a href="classes/Pho/Update/Changesets.html#M000032">submit_all (Pho::Update::Changesets)</a><br />
|
207
|
-
<a href="classes/Pho/Store.html#
|
208
|
-
<a href="classes/Pho/Store.html#
|
209
|
-
<a href="classes/Pho/Jobs.html#
|
210
|
-
<a href="classes/Pho/Jobs.html#
|
211
|
-
<a href="classes/Pho/Jobs.html#
|
212
|
-
<a href="classes/Pho/Jobs.html#
|
213
|
-
<a href="classes/Pho/Jobs.html#
|
203
|
+
<a href="classes/Pho/Store.html#M000163">submit_changeset (Pho::Store)</a><br />
|
204
|
+
<a href="classes/Pho/Store.html#M000182">submit_job (Pho::Store)</a><br />
|
205
|
+
<a href="classes/Pho/Jobs.html#M000147">submit_job (Pho::Jobs)</a><br />
|
206
|
+
<a href="classes/Pho/Jobs.html#M000144">submit_reindex (Pho::Jobs)</a><br />
|
207
|
+
<a href="classes/Pho/Jobs.html#M000143">submit_reset (Pho::Jobs)</a><br />
|
208
|
+
<a href="classes/Pho/Jobs.html#M000146">submit_restore (Pho::Jobs)</a><br />
|
209
|
+
<a href="classes/Pho/Jobs.html#M000145">submit_snapshot (Pho::Jobs)</a><br />
|
214
210
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000015">successes (Pho::FileManagement::AbstractFileManager)</a><br />
|
215
|
-
<a href="classes/Pho/Job.html#
|
211
|
+
<a href="classes/Pho/Job.html#M000203">successful? (Pho::Job)</a><br />
|
216
212
|
<a href="classes/Pho/FileManagement/AbstractFileManager.html#M000016">summary (Pho::FileManagement::AbstractFileManager)</a><br />
|
217
|
-
<a href="classes/Pho/
|
218
|
-
<a href="classes/Pho/FieldPredicateMap.html#M000111">to_rdf (Pho::FieldPredicateMap)</a><br />
|
219
|
-
<a href="classes/Pho/QueryProfile.html#M000144">to_rdf (Pho::QueryProfile)</a><br />
|
220
|
-
<a href="classes/Pho/FieldWeighting.html#M000200">to_rdf (Pho::FieldWeighting)</a><br />
|
213
|
+
<a href="classes/Pho/QueryProfile.html#M000140">to_rdf (Pho::QueryProfile)</a><br />
|
221
214
|
<a href="classes/Pho/Update/Statement.html#M000035">to_rdf (Pho::Update::Statement)</a><br />
|
215
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000107">to_rdf (Pho::FieldPredicateMap)</a><br />
|
222
216
|
<a href="classes/Pho/Update/Changeset.html#M000039">to_rdf (Pho::Update::Changeset)</a><br />
|
217
|
+
<a href="classes/Pho/FieldWeighting.html#M000196">to_rdf (Pho::FieldWeighting)</a><br />
|
218
|
+
<a href="classes/Pho/DatatypeProperty.html#M000153">to_rdf (Pho::DatatypeProperty)</a><br />
|
223
219
|
<a href="classes/Pho/Update/Changeset.html#M000038">to_s (Pho::Update::Changeset)</a><br />
|
224
220
|
<a href="classes/Pho/Update/ChangesetHelper.html#M000019">update_literal (Pho::Update::ChangesetHelper)</a><br />
|
225
|
-
<a href="classes/Pho/CommandLine.html#
|
226
|
-
<a href="classes/Pho/FieldPredicateMap.html#
|
227
|
-
<a href="classes/Pho/QueryProfile.html#
|
228
|
-
<a href="classes/Pho/Store.html#
|
229
|
-
<a href="classes/Pho/CommandLine.html#
|
230
|
-
<a href="classes/Pho/Jobs.html#
|
231
|
-
<a href="classes/Pho/Jobs.html#
|
232
|
-
<a href="classes/Pho/Job.html#
|
233
|
-
<a href="classes/Pho/Job.html#
|
221
|
+
<a href="classes/Pho/CommandLine.html#M000122">upload (Pho::CommandLine)</a><br />
|
222
|
+
<a href="classes/Pho/FieldPredicateMap.html#M000108">upload (Pho::FieldPredicateMap)</a><br />
|
223
|
+
<a href="classes/Pho/QueryProfile.html#M000141">upload (Pho::QueryProfile)</a><br />
|
224
|
+
<a href="classes/Pho/Store.html#M000177">upload_item (Pho::Store)</a><br />
|
225
|
+
<a href="classes/Pho/CommandLine.html#M000110">username (Pho::CommandLine)</a><br />
|
226
|
+
<a href="classes/Pho/Jobs.html#M000150">wait_for (Pho::Jobs)</a><br />
|
227
|
+
<a href="classes/Pho/Jobs.html#M000149">wait_for_submitted (Pho::Jobs)</a><br />
|
228
|
+
<a href="classes/Pho/Job.html#M000206">with_each (Pho::Job)</a><br />
|
229
|
+
<a href="classes/Pho/Job.html#M000205">with_first (Pho::Job)</a><br />
|
234
230
|
<a href="classes/Pho/Update/ResourceStatement.html#M000030">write_object (Pho::Update::ResourceStatement)</a><br />
|
235
231
|
<a href="classes/Pho/Update/LiteralStatement.html#M000022">write_object (Pho::Update::LiteralStatement)</a><br />
|
236
232
|
<a href="classes/Pho/Update/ResourceStatement.html#M000029">write_subject (Pho::Update::ResourceStatement)</a><br />
|
237
|
-
<a href="classes/Pho/Status.html#
|
238
|
-
<a href="classes/Pho/Jobs.html#
|
233
|
+
<a href="classes/Pho/Status.html#M000130">writeable? (Pho::Status)</a><br />
|
234
|
+
<a href="classes/Pho/Jobs.html#M000151">yield_job_update (Pho::Jobs)</a><br />
|
239
235
|
</div>
|
240
236
|
</div>
|
241
237
|
</body>
|