NAME
RDF::Server::Semantic::RDF - RDF semantic for the RDF::Server framework
SYNOPSIS
package My::Server;
semantic 'RDF';
DESCRIPTION
The RDF semantic is the simplest semantic, associating a complete RDF document with each URL. Onle RDF models are supported.
METHODS
- build_rdfic_handler
-
Based on the data structure passed into the
new
method, this builds the internal object structure used by the server. This method expects thehandler
attribute to reference an array reference of hash references, one per RDF model. If only one RDF model is being served, thehandler
attribute can point to its hash definition instead of the array reference.
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.