The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDFStore::VirtualModel - implementation of the VirtualModel RDF API

SYNOPSIS

        use RDFStore::VirtualModel;
        my $virtual = new RDFStore::VirtualModel( Name => 'triples' );

DESCRIPTION

An RDFStore::VirtualModel implementation using RDFStore::Model and Digested URIs.

SEE ALSO

RDFStore::Model(3) Digest(3) and RDFStore::SchemaModel(3)

AUTHOR

        Alberto Reggiori <areggiori@webweaving.org>