Dan Pokorny > RDF-Core > RDF::Core::Schema

Download:
RDF-Core-0.51.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  3
View Bugs
Report a bug
Source  

NAME ^

RDF::Core::Schema - The RDF Schema access

SYNOPSIS ^

require RDF::Core::Schema;

my $schema = new RDF::Core::Schema(); $schema->getClasses;

DESCRIPTION ^

This module provides the basic interface (OO) for RDF Schema manipulation.

Interface