1Attean::Quad(3)       User Contributed Perl Documentation      Attean::Quad(3)
2
3
4

NAME

6       Attean::Quad - RDF Quads
7

VERSION

9       This document describes Attean::Quad version 0.033
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14         my $quad = Attean::Quad->new( $s, $p, $o, $g );
15

DESCRIPTION

17       The Attean::Quad class represents an RDF quad.  It conforms to the
18       Attean::API::Quad role.
19

ROLES

21       This class consumes Attean::API::Quad.
22

METHODS

24       "subject"
25       "predicate"
26       "object"
27       "graph"
28

BUGS

30       Please report any bugs or feature requests to through the GitHub web
31       interface at <https://github.com/kasei/attean/issues>.
32

SEE ALSO

AUTHOR

35       Gregory Todd Williams  "<gwilliams@cpan.org>"
36
38       Copyright (c) 2014--2022 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.36.0                      2022-10-03                   Attean::Quad(3)
Impressum