The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parsers::N3 - Parses N3 into a data structure.

SYNOPSIS

    use N3;

    my $n3 = N3->new();

    $n3->parse(@data);

DESCRIPTION

This module converts N3 data into a data structure.

new()

Returns an instance of the N3 class.

parse(@data)

Parses N3 from an array of rows, @data. Returns an array where the first item is a reference to a hash of triples and the second item is a reference to a hash of functions.

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.