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)

http://www.w3.org/TR/rdf-primer/

http://www.w3.org/TR/rdf-mt

http://www.w3.org/TR/rdf-syntax-grammar/

http://www.w3.org/TR/rdf-schema/

http://www.w3.org/TR/1999/REC-rdf-syntax-19990222 (obsolete)

DARPA Agent Markup Language (DAML) - http://www.daml.org/

AUTHOR

Alberto Reggiori <areggiori@webweaving.org>