Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doriantaylor/p5-rdf-store-berkeleydb

Berkeley DB triple/quad store in Perl
https://github.com/doriantaylor/p5-rdf-store-berkeleydb

Last synced: about 1 month ago
JSON representation

Berkeley DB triple/quad store in Perl

Awesome Lists containing this project

README

        

NAME
RDF::Store::BerkeleyDB - Generic storage for RDF based on Berkeley DB

VERSION
Version 0.01

SYNOPSIS
package My::Subclass;

use Moo; # or Moose or whatever

with 'RDF::Store::BerkeleyDB';

# now do your implementation-specific stuff

METHODS
new
get_statements
get_contexts
add_statement
remove_statement
count_statements
AUTHOR
Dorian Taylor, ""

BUGS
Please report issues at
.

SUPPORT
You can find documentation for this module with the perldoc command.

perldoc RDF::Store::BerkeleyDB

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

* CPAN Ratings

* Search CPAN

ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2017 Dorian Taylor.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.