.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "RDF::Trine::Statement::Quad 3pm" .TH RDF::Trine::Statement::Quad 3pm 2024-01-13 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME RDF::Trine::Statement::Quad \- Class for quads and quad patterns .SH VERSION .IX Header "VERSION" This document describes RDF::Trine::Statement::Quad version 1.019 .SH METHODS .IX Header "METHODS" Beyond the methods documented below, this class inherits methods from the RDF::Trine::Statement class. .ie n .IP """new ( $s, $p, $o, $c )""" 4 .el .IP "\f(CWnew ( $s, $p, $o, $c )\fR" 4 .IX Item "new ( $s, $p, $o, $c )" Returns a new Quad structure. .ie n .IP """nodes""" 4 .el .IP \f(CWnodes\fR 4 .IX Item "nodes" Returns the subject, predicate and object of the triple pattern. .ie n .IP """node_names""" 4 .el .IP \f(CWnode_names\fR 4 .IX Item "node_names" Returns the method names for accessing the nodes of this statement. .ie n .IP """graph""" 4 .el .IP \f(CWgraph\fR 4 .IX Item "graph" .PD 0 .ie n .IP """context""" 4 .el .IP \f(CWcontext\fR 4 .IX Item "context" .PD Returns the graph node of the quad pattern. .ie n .IP """sse""" 4 .el .IP \f(CWsse\fR 4 .IX Item "sse" Returns the SSE string for this algebra expression. .ie n .IP """type""" 4 .el .IP \f(CWtype\fR 4 .IX Item "type" Returns the type of this algebra expression. .ie n .IP """clone""" 4 .el .IP \f(CWclone\fR 4 .IX Item "clone" .PD 0 .ie n .IP """from_redland ( $statement, $name )""" 4 .el .IP "\f(CWfrom_redland ( $statement, $name )\fR" 4 .IX Item "from_redland ( $statement, $name )" .PD Given a RDF::Redland::Statement object and a graph name, returns a perl-native RDF::Trine::Statement::Quad object. .SH BUGS .IX Header "BUGS" Please report any bugs or feature requests to through the GitHub web interface at . .SH AUTHOR .IX Header "AUTHOR" Gregory Todd Williams \f(CW\*(C`\*(C'\fR .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (c) 2006\-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.