Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
RDF::Query::Algebra::Sequence - Algebra class for a sequence of algebra operations VERSION
This document describes RDF::Query::Algebra::Sequence version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. "new ( @patterns )" Returns a new Sequence structure. "construct_args" Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern. "patterns" Returns a list of patterns belonging to this sequence. "sse" Returns the SSE string for this algebra expression. "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). "type" Returns the type of this algebra expression. "referenced_variables" Returns a list of the variable names used in this algebra expression. "potentially_bound" Returns a list of the variable names used in this algebra expression that will bind values during execution. "definite_variables" Returns a list of the variable names that will be bound after evaluating this algebra expression. "clone" "bind_variables ( \%bound )" Returns a new algebra pattern with variables named in %bound replaced by their corresponding bound values. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Algebra::Sequence(3pm)

Check Out this Related Man Page

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

NAME
RDF::Query::Algebra::SubSelect - Algebra class for Subselects VERSION
This document describes RDF::Query::Algebra::SubSelect version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. "new ( $query )" Returns a new SubSelect structure. "construct_args" Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern. "query" Returns the sub-select query. "sse" Returns the SSE string for this algebra expression. "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). "type" Returns the type of this algebra expression. "referenced_variables" Returns a list of the variable names used in this algebra expression. "potentially_bound" Returns a list of the variable names used in this algebra expression that will bind values during execution. "definite_variables" Returns a list of the variable names that will be bound after evaluating this algebra expression. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Algebra::SubSelect(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Extract Pattern Sequence

Dear Collegues I have to extract Some pattern from raw text file using perl The input will be raw text. Pattern to get - Sequence of Capital Letter Words ( e.g. he is working in Center for Perl Studies. He will come tomorrow...) from thos I have to extract sequences like "Center for Perl... (5 Replies)
Discussion started by: jaganadh
5 Replies

2. Shell Programming and Scripting

Sequence between 001010 and 001050

Hi, i want a script that can generate all the sequence of numbers between 001010 and 001050. result should be like 001010 001011 001012 . . . 001050 Thanks (7 Replies)
Discussion started by: tomjones
7 Replies

3. UNIX for Dummies Questions & Answers

Help Parsing Sequence File

Hi Everyone, I am new in the world of UNIX and Shell scripting. I am working with a sequence file that looks like this: >contig00001 length=128 numreads=2 aTGTGCTGGgTGGGTGCCTGTTgCCccATGCTCCAGTtCAGGATTtCAGGCAttCTCATG TCCAGCATTTCTATTTAATCCTGCTGCTGGACTTGGGTGGtCTCAGTCtGGGAAGTGAGC tGTCTGTG... (8 Replies)
Discussion started by: Fahmida
8 Replies

4. Shell Programming and Scripting

Extract info and do algebra on it by sed or awk

Hello everyone, I need to extract some information from a csv file and further need to do some algebraic calculations on those information and then to throw the result in a new file. Here is a sample from my data.csv file; Col1,Col2,Col3,Col4,Col5,Col6,Col7... (19 Replies)
Discussion started by: hayreter
19 Replies

5. Shell Programming and Scripting

Identifying Missing File Sequence

Hi, I have a file which contains few columns and the first column has the file names, and I would like to identify the missing file sequence number form the file and would copy to another file. My files has data in below format. APKRISPSIN320131231201319_0983,1,54,125,... (5 Replies)
Discussion started by: rramkrishnas
5 Replies