
RDF::Server::Constants - useful constants used by the framework

use RDF::Server::Constants qw(HTTP_OK :rdf);

A number of constants are available. These are grouped into various categories.

This will import all of the constants provided by this module.
This will import all of the namespace constants (i.e., those ending in _NS). Each of the XML namespace categories has a _NS constant for that namespace (e.g., FOAF has FOAF_NS).

Only namespaces and a few HTTP status codes are defined at present. These will be expanded in a future release.

James Smith, <jsmith@cpan.org>

Copyright (c) 2008 Texas A&M University.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.