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

NAME

6       Attean::Triple - RDF Triples
7

VERSION

9       This document describes Attean::Triple version 0.025
10

SYNOPSIS

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

DESCRIPTION

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

ROLES

21       This role consumes Attean::API::Triple.
22

METHODS

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

BUGS

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

SEE ALSO

AUTHOR

34       Gregory Todd Williams  "<gwilliams@cpan.org>"
35
37       Copyright (c) 2014--2019 Gregory Todd Williams.  This program is free
38       software; you can redistribute it and/or modify it under the same terms
39       as Perl itself.
40
41
42
43perl v5.30.1                      2020-01-29                 Attean::Triple(3)
Impressum