public interface AdvancedTripleBasedSink extends TripleBasedSink
TripleBasedSink which has the capability to give back all Triples stored behind
a given CrawleableUri.| Modifier and Type | Method and Description |
|---|---|
List<org.apache.jena.graph.Triple> |
getTriplesForGraph(CrawleableUri uri)
Get all
Triples behind the given uri. |
addTriplecloseSinkForUri, openSinkForUriList<org.apache.jena.graph.Triple> getTriplesForGraph(CrawleableUri uri)
Triples behind the given uri.uri - The given uri.Triples behind the given uri.Copyright © 2017–2019. All rights reserved.