public class TriGPlusReader extends Object
| Constructor and Description |
|---|
TriGPlusReader() |
| Modifier and Type | Method and Description |
|---|---|
static GraphCollection |
readFile(String path)
Read a file (prefixes are resolved by default).
|
static GraphCollection |
readFile(String path,
boolean resolvePrefixes)
Read a file.
|
public static GraphCollection readFile(String path) throws Exception
path - file pathGraphCollection containing the data read from the provided fileExceptionpublic static GraphCollection readFile(String path, boolean resolvePrefixes) throws Exception
path - file pathresolvePrefixes - resolve prefixes (true), or not (false)GraphCollection containing the data read from the provided fileExceptionCopyright © 2018. All rights reserved.