public class IOUtils extends Object
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
flattenNTriples(String[] values)
Flatten a list of triples to n-tuples containing many objects for the same
subject/predicate pair.
|
static String |
sortAndFlattenNTriples(String[] values)
Sort and flatten a list of triples to n-tuples containing many objects for
the same subject/predicate pair.
|
public static String flattenNTriples(String[] values)
values
- The list of n-triples.public static String sortAndFlattenNTriples(String[] values)
values
- The list of n-triples.Copyright © 2014. All rights reserved.