1. Description
==================================================

RDF::Notation3 - RDF/N3 parser, supports most of features defined
by a non-normative specification available at
http://www.w3.org/DesignIssues/Notation3.html.

Features not supported yet include:

- property lists with :-
- operators

2. License
==================================================

Copyright (c) 2001 Ginger Alliance. All rights reserved. This program
is free software; you can redistribute it and/or modify it under the same
terms as Perl itself.

3. Prerequisites
==================================================

There are no prerequisites for this module. However, if you want to run
the SAX driver (RDF::Notation3::SAX), you must install XML::SAX.

To store parsed RDF models you may want to install RDF::Core (or RDFStore).

4. Build and Install
==================================================

The module builds and installs in a standard way:

       perl Makefile.PL
       make
       make test
       make install

To install on Windows (with ActivePerl), just replace "make" with "nmake".