NAME
RDF::Flow::Dummy - Dummy source that always returns one trivial triple
VERSION
version 0.178
DESCRIPTION
This RDF::Flow::Source always returns a single triple such as
<http://example.org/> rdf:type rdfs:Resource .
where http://example.org
is replaced by the request URI. No triple is added if the request is broken by not providing a request URI. You can use this module for testing and as boilerplate for you own sources.
AUTHOR
Jakob Voß <voss@gbv.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jakob Voß.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.