public class LibSDB extends Object
| Constructor and Description |
|---|
LibSDB() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Quad> |
findInQuads(DatasetGraph dsg,
Node g,
Node s,
Node p,
Node o)
Match a quad pattern (not triples in the default graph)
|
static Iterator<Triple> |
findTriples(DatasetGraph dsg,
Node g,
Node s,
Node p,
Node o)
Find triples, in the default graph or a named graph.
|
static Iterator<Triple> |
findTriplesInDftGraph(DatasetGraph dsg,
Node s,
Node p,
Node o)
Find triples, in the default graph or a named graph.
|
public static Iterator<Quad> findInQuads(DatasetGraph dsg, Node g, Node s, Node p, Node o)
public static Iterator<Triple> findTriplesInDftGraph(DatasetGraph dsg, Node s, Node p, Node o)
Licenced under the Apache License, Version 2.0