-
Notifications
You must be signed in to change notification settings - Fork 3
Handlers
This page lists Twine handlers: plug-ins for Twine that understand different data and message formats.
Although Twine internally uses RDF as a way of modelling the data it's processing, it's not a single file format: instead, RDF can be serialised in a number of different ways. The RDF plug-in is able to parse [N-Quads] and [TriG] format data.
Note: The RDF plug-in means that any arbitrary data can be pushed into your processing workflow, which means care should be taken regarding controlling access to the message queue that Twine receives messages from.
The XSLT is included in the Twine distribution.
It is not a handler for one particular format: instead, it's a customisable handler which can apply an XSLT stylesheet to some XML-based data in order to obtain RDF for processing.