RDF::Server::Semantic::RDF - RDF semantic for the RDF::Server framework


RDF-Server documentation  | view source Contained in the RDF-Server distribution.

Index


NAME

Top

RDF::Server::Semantic::RDF - RDF semantic for the RDF::Server framework

SYNOPSIS

Top

 package My::Server;

 semantic 'RDF';

DESCRIPTION

Top

The RDF semantic is the simplest semantic, associating a complete RDF document with each URL. Onle RDF models are supported.

METHODS

Top

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 the handler attribute to reference an array reference of hash references, one per RDF model. If only one RDF model is being served, the handler attribute can point to its hash definition instead of the array reference.

AUTHOR

Top

James Smith, <jsmith@cpan.org>

LICENSE

Top

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.


RDF-Server documentation  | view source Contained in the RDF-Server distribution.