1Attean::Algebra(3) User Contributed Perl Documentation Attean::Algebra(3)
2
3
4
6 Attean::Algebra - Representation of SPARQL algebra operators
7
9 This document describes Attean::Algebra version 0.020
10
12 use v5.14;
13 use Attean;
14
16 This is a utility package that defines all the Attean query algebra
17 classes in the Attean::Algebra namespace:
18
19 · Attean::Algebra::Sequence
20
21 · Attean::Algebra::Join
22
23 · Attean::Algebra::LeftJoin
24
25 · Attean::Algebra::Filter
26
27 · Attean::Algebra::Union
28
29 · Attean::Algebra::Graph
30
31 · Attean::Algebra::Extend
32
33 · Attean::Algebra::Minus
34
35 · Attean::Algebra::Distinct
36
37 · Attean::Algebra::Reduced
38
39 · Attean::Algebra::Slice
40
41 · Attean::Algebra::Project
42
43 · Attean::Algebra::Comparator
44
45 · Attean::Algebra::OrderBy
46
47 · Attean::Algebra::BGP
48
49 · Attean::Algebra::Service
50
51 · Attean::Algebra::Path
52
53 · Attean::Algebra::Group
54
55 · Attean::Algebra::NegatedPropertySet
56
57 · Attean::Algebra::PredicatePath
58
59 · Attean::Algebra::InversePath
60
61 · Attean::Algebra::SequencePath
62
63 · Attean::Algebra::AlternativePath
64
65 · Attean::Algebra::ZeroOrMorePath
66
67 · Attean::Algebra::OneOrMorePath
68
69 · Attean::Algebra::ZeroOrOnePath
70
71 · Attean::Algebra::Table
72
73 · Attean::Algebra::Ask
74
75 · Attean::Algebra::Construct
76
77 · Attean::Algebra::Describe
78
79 · Attean::Algebra::Load
80
81 · Attean::Algebra::Clear
82
83 · Attean::Algebra::Create
84
85 · Attean::Algebra::Add
86
87 · Attean::Algebra::Modify
88
90 Please report any bugs or feature requests to through the GitHub web
91 interface at <https://github.com/kasei/attean/issues>.
92
95 Gregory Todd Williams "<gwilliams@cpan.org>"
96
98 Copyright (c) 2014--2018 Gregory Todd Williams. This program is free
99 software; you can redistribute it and/or modify it under the same terms
100 as Perl itself.
101
102
103
104perl v5.28.1 2019-01-09 Attean::Algebra(3)