| AbstractTripleSort |
|
| SortedTripleFileFacade |
A SortedTripleFileFacade created with a file.
|
| StreamToTriples |
Emits the literals which are received as triples such
that the name and value become the predicate and the object
of the triple.
|
| TripleCollect |
Collects named values to form records.
|
| TripleCount |
Counts triples.
|
| TripleFilter |
Filters triples.
|
| TripleObjectRetriever |
Uses the object value of the triple as a URL and emits a new triple
in which the object value is replaced with the contents of the resource
identified by the URL.
|
| TripleObjectWriter |
Writes the object value of the triple into a file.
|
| TripleReader |
Reads triples.
|
| TripleReorder |
Shifts subjectTo predicateTo and objectTo around.
|
| TripleSort |
Sorts triples
|
| TriplesToStream |
Converts triples into a stream.
|
| TripleWriter |
|