1Attean::Quad(3) User Contributed Perl Documentation Attean::Quad(3)
2
3
4
6 Attean::Quad - RDF Quads
7
9 This document describes Attean::Quad version 0.030
10
12 use v5.14;
13 use Attean;
14 my $quad = Attean::Quad->new( $s, $p, $o, $g );
15
17 The Attean::Quad class represents an RDF quad. It conforms to the
18 Attean::API::Quad role.
19
21 This class consumes Attean::API::Quad.
22
24 "subject"
25 "predicate"
26 "object"
27 "graph"
28
30 Please report any bugs or feature requests to through the GitHub web
31 interface at <https://github.com/kasei/attean/issues>.
32
35 Gregory Todd Williams "<gwilliams@cpan.org>"
36
38 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
39 software; you can redistribute it and/or modify it under the same terms
40 as Perl itself.
41
42
43
44perl v5.34.0 2022-01-20 Attean::Quad(3)