| Author | Boris Capitanu |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.transform.metadatastore |
DESCRIPTION
Converts TEI-encoded XML data to RDF triples. The TEI-XML format contains two sections ('teiHeader' and 'text') which this component processes separately to generate triples for each section.
Note: The end-of-section processing is indicated by pushing out the string: 'EOF'
Note: The end-of-section processing is indicated by pushing out the string: 'EOF'
INPUTS
| Name | Description | Example |
|---|---|---|
data_url |
Location of XML data |
OUTPUTS
| Name | Description | Example |
|---|---|---|
header_triples |
The triples corresponding to the 'teiHeader' section |
|
doc_url |
The URL for the document currently being processed |
|
body_triples |
The triples corresponding to the 'text' section |
PROPERTIES
| Name | Description | Default value |
|---|---|---|
normalizeWhitespaces |
Normalize whitespaces? (true | false) |
true |
createAttrSeq |
Create attribute sequences? (true | false) |
true |
stopOnError |
Stop flow on error? (true | false) |
true |
Add Comment