blob: 9b1375e705343a32df2c7238b98de32e8c4e1ba8 [file] [log] [blame]
{
"class" : "org.eclipse.smila.ontology.pipelets.SesameRecordReaderPipelet",
"parameters": [
{
"name": "sesameRepository",
"type": "string",
"description": "The name of the repository to use. If not set, the default repository is used."
},
{
"name": "recordFilter",
"type": "string",
"description": "The name of a record filter that lists all attributes that should be interpreted as resource properties. Note that the rdf:about attribute must be contained in this filter if it is used to identify the resource associated to the object. The record filters must be defined in configuration/org.eclipse.smila.blackboard, because the pipelets use blackboard functionality to do the filtering. If not set, all attributes are mapped to properties."
},
{
"name": "uriAttribute",
"type": "string",
"optional": true,
"description": "The attribute to write the URIs of found/created resources to. Default: rdf:about"
}
],
"description": "This pipelet reads statements from the repository about the URI associated with a record into attribute values of the record. Its operation is mostly inverse to the one of the SesameRecordWriterPipelet"
}