Implementation of a quad iterator.
This Iterator should be used like: for($iterator = $dataset->findInNamedGraphs(null,null,null,null); $iterator->valid(); $iterator->next()) { $currentQuad=$it->current(); };
Located in /dataset/IteratorFindQuadsMem.php (line 24)
The current NamedGraph.
The graphName Resource to search for.
The object Resource to search for.
The predicate Resource to search for.
The subject Resource to search for.
Iterator over all graphs of the RDF dataset.
key value in the current graph.
The current position.
boolean value, if the results should be returned as triples.
If the current resource is valid.
Constructor.
$subject, $predicate, and $object are used like find(). $getSPO supports the strings 's', 'p', and 'o' to return either the subject, predicate, or object of the result statements.
Documentation generated on Mon, 26 Jun 2006 14:25:34 +0200 by phpDocumentor 1.3.0RC6