The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>