Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdf::query::algebra::triple(3pm) [debian man page]

RDF::Query::Algebra::Triple(3pm)			User Contributed Perl Documentation			  RDF::Query::Algebra::Triple(3pm)

NAME
RDF::Query::Algebra::Triple - Algebra class for Triple patterns VERSION
This document describes RDF::Query::Algebra::Triple version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. "new ( $s, $p, $o )" Returns a new Triple structure. "as_sparql" Returns the SPARQL string for this algebra expression. "as_hash" Returns the query as a nested set of plain data structures (no objects). "as_spin ( $model )" Adds statements to the given model to represent this algebra object in the SPARQL Inferencing Notation (<http://www.spinrdf.org/>). "referenced_blanks" Returns a list of the blank node names used in this algebra expression. "subsumes ( $pattern )" Returns true if the triple subsumes the pattern, false otherwise. "bf ()" Returns a string representing the state of the nodes of the triple (bound or free). "distinguish_bnode_variables" Returns a new Quad object with blank nodes replaced by distinguished variables. "label ( $label => $value )" Sets the named $label to $value for this triple object. If no $value is given, returns the current label value, or undef if none exists. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Algebra::Triple(3pm)

Check Out this Related Man Page

RDF::Query::Algebra::Quad(3pm)				User Contributed Perl Documentation			    RDF::Query::Algebra::Quad(3pm)

NAME
RDF::Query::Algebra::Quad - Algebra class for Quad patterns VERSION
This document describes RDF::Query::Algebra::Quad version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. "new ( $s, $p, $o, $g )" Returns a new Quad structure. "as_sparql" Returns the SPARQL string for this algebra expression. "as_hash" Returns the query as a nested set of plain data structures (no objects). "referenced_blanks" Returns a list of the blank node names used in this algebra expression. "qualify_uris ( \%namespaces, $base_uri )" Returns a new algebra pattern where all referenced Resource nodes representing QNames (ns:local) are qualified using the supplied %namespaces. "bf ()" Returns a string representing the state of the nodes of the triple (bound or free). "distinguish_bnode_variables" Returns a new Quad object with blank nodes replaced by distinguished variables. "label ( $label => $value )" Sets the named $label to $value for this quad object. If no $value is given, returns the current label value, or undef if none exists. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Algebra::Quad(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Triple Boot Machine

I'm in a predicament right now! I have RedHat 7.2 ,Debian 2.2r5 ,and Windows ME. I am currently in a Sun Solaris 8 class and will soon acquire a copy of Solaris 8. I would like to start a small home network ,but 4 pc's for the house would be a little too expensive for me right now. What I was... (4 Replies)
Discussion started by: bilal_aa
4 Replies

2. Programming

Help needed regarding Triple Des

Hi, Does anyone know of a good site where i can find C source code example of Triple Des algorithim? Cheers (3 Replies)
Discussion started by: dwgi32
3 Replies