NAME
Write::WriteFromCSV - Write data into RDF/XML which was in CSV.
SYNOPSIS
use WriteFromCSV;
my $w = WriteFromCSV->new();
$w->write_rdf($triples_data,$data);
DESCRIPTION
This module is subclassed from Write::Write and applies mapping to CSV data.
- new()
-
Returns an instance of WriteFromCSV.
- write_rdf($mapping_data, $data)
-
Applies $mapping_data to the array reference $data outputting RDF/XML. $mapping_data is expected to be the output from Parsers::N3.
AUTHOR
Iestyn Pryce, <imp25@cam.ac.uk>
ACKNOWLEDGEMENTS
I'd like to thank the Ensemble project (www.ensemble.ac.uk) for funding me to work on this project in the summer of 2009.
COPYRIGHT AND LICENSE
Copyright (C) 2009 Iestyn Pryce <imp25@cam.ac.uk>
This library is free software; you can redistribute it and/or modify it under the terms of the BSD license.