1RDF::Trine::Model::UnioUns(e3r)Contributed Perl DocumentRaDtFi:o:nTrine::Model::Union(3)
2
3
4

NAME

6       RDF::Trine::Model::Union - Union models for joining multiple stores
7       together
8

VERSION

10       This document describes RDF::Trine::Model::Union version 1.019
11

METHODS

13       Beyond the methods documented below, this class inherits methods from
14       the RDF::Trine::Model class.
15
16       "new ( @stores )"
17           Returns a new union-model over the list of supplied rdf stores.
18
19       "add_statement ( $statement [, $context] )"
20           Adds the specified $statement to the first rdf store.
21
22       "remove_statement ( $statement [, $context])"
23           Removes the specified $statement from all of the rdf stores.
24
25       "remove_statements ( $subject, $predicate, $object [, $context])"
26           Removes all statements matching the supplied $statement pattern
27           from all of the rdf stores.
28
29       "count_statements ($subject, $predicate, $object)"
30           Returns a count of all the statements matching the specified
31           subject, predicate and objects. Any of the arguments may be undef
32           to match any value.
33
34       "get_statements ($subject, $predicate, $object [, $context] )"
35           Returns a stream object of all statements matching the specified
36           subject, predicate and objects from all of the rdf stores. Any of
37           the arguments may be undef to match any value.
38

BUGS

40       Please report any bugs or feature requests to through the GitHub web
41       interface at <https://github.com/kasei/perlrdf/issues>.
42

AUTHOR

44       Gregory Todd Williams  "<gwilliams@cpan.org>"
45
47       Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
48       software; you can redistribute it and/or modify it under the same terms
49       as Perl itself.
50
51
52
53perl v5.30.0                      2019-07-26       RDF::Trine::Model::Union(3)
Impressum