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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

CONSTANTS

:all

This will import all of the constants provided by this module.

:ns

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).

FOAF (:foaf)

RSS1 (:rss1)

DC (:dc)

COMMENT (:comment)

XML (:xml)

ATOM (:atom)

APP (:app)

RDF (:rdf)

RDFS (:rdfs)

HTTP Status (:status)

TODO

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

AUTHOR

James Smith, <jsmith@cpan.org>

LICENSE

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.