public class SesameRecordWriterPipelet extends ASesameRecordPipelet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_DEFAULT_URI_ATTRIBUTE
default uri attribute.
|
static java.lang.String |
PARAM_TYPEURI
configuration property name for default types of resources to create if not set in attribute "rdf:type".
|
static java.lang.String |
PARAM_URI_ATTRIBUTE
configuration property name: which parameter contains the URI.
|
_configuration, _valueHelper, PARAM_RECORDFILTER, PARAM_REPOSITORY| Constructor and Description |
|---|
SesameRecordWriterPipelet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
write the records from the blackboard to a Sesame ontology.
|
configure, createUri, getParameters, getRepositoryConnection, getSesameOntologyManagerpublic static final java.lang.String PARAM_TYPEURI
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[])