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 <alberto.reggiori@jrc.it>