1Attean::Triple(3) User Contributed Perl Documentation Attean::Triple(3)
2
3
4
6 Attean::Triple - RDF Triples
7
9 This document describes Attean::Triple version 0.020
10
12 use v5.14;
13 use Attean;
14 my $triple = Attean::Triple->new( $s, $p, $o );
15
17 The Attean::Triple class represents an RDF triple. It conforms to the
18 Attean::API::Triple role.
19
21 This role consumes Attean::API::Triple.
22
24 "subject"
25 "predicate"
26 "object"
27
29 Please report any bugs or feature requests to through the GitHub web
30 interface at <https://github.com/kasei/attean/issues>.
31
34 Gregory Todd Williams "<gwilliams@cpan.org>"
35
37 Copyright (c) 2014--2018 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.28.1 2019-01-09 Attean::Triple(3)