James G Smith > RDF-Server-0.08 > RDF::Server::Semantic::RDF

Download:
RDF-Server-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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 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 ^

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.