Alberto Reggiori > RDFStore-0.42 > RDFStore::SchemaModel

Download:
RDFStore-0.42.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.4   Source   Latest Release: RDFStore-0.51

NAME ^

RDFStore::SchemaModel - implementation of the SchemaModel RDF API

SYNOPSIS ^

        use RDFStore::SchemaModel;
        my $schema_validator = new RDFStore::SchemaModel();
        my $valid = $schema_validator->validateRawSchema($m,$rawSchema);

DESCRIPTION ^

This is an incomplete package and it provides basic RDF Schema support accordingly to the Draft API of Sergey Melnik at http://www-db.stanford.edu/~melnik/rdf/api.html. Please use it as a prototype and/or just to get the idea. It provide basic 'closure' support and validation of a given RDF instance against an RDF Schema.

SEE ALSO ^

RDFStore::Model(3) RDFStore::VirtualModel(3) RDF Schema Specification 1.0 - http://www.w3.org/TR/2000/CR-rdf-schema-20000327 DARPA Agent Markup Language (DAML) - http://www.daml.org/

AUTHOR ^

        Alberto Reggiori <areggiori@webweaving.org>