public class GraphLoader_TSVannot extends Object implements GraphLoader
XXXX1[TAB]c1;c2;c3
XXXX2[TAB]c2;c3
...
To each line is associated an entry defining a key and a set of annotations
separated by ';'. As an example the first line XXXX1[TAB]c1;c2;c3 will lead
to the creation of three statements: XXXXX1 RDF.TYPE c1 Modifier and Type | Field and Description |
---|---|
static String |
PARAM_HEADER |
static String |
PARAM_PREDICATE |
static String |
PARAM_PREFIX_OBJECT |
static String |
PARAM_PREFIX_SUBJECT |
Constructor and Description |
---|
GraphLoader_TSVannot() |
public static final String PARAM_HEADER
public static final String PARAM_PREFIX_SUBJECT
public static final String PARAM_PREFIX_OBJECT
public static final String PARAM_PREDICATE
public void populate(GDataConf conf, G g) throws SLIB_Exception
GraphLoader
populate
in interface GraphLoader
conf
- a GraphConf
object specifying the configuration the loader must takes into accountSLIB_Exception
public void loadTSV(String fileLoc) throws SLIB_Ex_Critic
SLIB_Ex_Critic
Copyright © 2014. All rights reserved.