public class SesameRecordReaderPipelet extends ASesameRecordPipelet
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_INCLUDEINFERRED
default value for "includeInferred": false.
|
static java.lang.String |
PARAM_DEFAULT_URI_ATTRIBUTE
default uri attribute.
|
static java.lang.String |
PARAM_INCLUDEINFERRED
configuration property name for including inferred statements when reading the ontology.
|
static java.lang.String |
PARAM_URI_ATTRIBUTE
configuration property name: which parameter contains the URI.
|
_configuration, _valueHelper, PARAM_RECORDFILTER, PARAM_REPOSITORY
Constructor and Description |
---|
SesameRecordReaderPipelet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
read statements from the ontology into the given records.
|
configure, createUri, getParameters, getRepositoryConnection, getSesameOntologyManager
public static final java.lang.String PARAM_INCLUDEINFERRED
public static final boolean DEFAULT_INCLUDEINFERRED
public static final java.lang.String PARAM_URI_ATTRIBUTE
public static final java.lang.String PARAM_DEFAULT_URI_ATTRIBUTE
public java.lang.String[] process(Blackboard blackboard, java.lang.String[] recordIds) throws ProcessingException
blackboard
- Blackboard holding and managing the records.recordIds
- Ids of records to process.ProcessingException
- error during processing.org.eclipse.smila.processing.Pipelet#process(org.eclipse.smila.blackboard.Blackboard,
org.eclipse.smila.datamodel.id.Id[])