The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.