Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tm::literal(3pm) [debian man page]

TM::Literal(3pm)					User Contributed Perl Documentation					  TM::Literal(3pm)

NAME
TM::Literal - Topic Maps, simple values (literals) SYNOPSIS use TM::Literal; my $l = new TM::Literal (42, 'xsd:integer'); print $l->[0]; # prints 42 print $l->[1]; # prints http://www.w3.org/2001/XMLSchema#integer $l = new TM::Literal(42); # default is xsd:string DESCRIPTION
This packages will eventually handle all literal handling, i.e. not only a way to create and retrieve information about simple values used inside topic maps, but also all necessary operations such as integer addition, string manipulation. This is quite a chore, especially since the data types adopted here are the XML Schema Data Types. Constants XSD http://www.w3.org/2001/XMLSchema# INTEGER http://www.w3.org/2001/XMLSchema#integer DECIMAL http://www.w3.org/2001/XMLSchema#decimal FLOAT http://www.w3.org/2001/XMLSchema#float DOUBLE http://www.w3.org/2001/XMLSchema#double STRING http://www.w3.org/2001/XMLSchema#string URI http://www.w3.org/2001/XMLSchema#anyURI ANY http://www.w3.org/2001/XMLSchema#anyType Grammar TODO Operations TODO SEE ALSO
TM COPYRIGHT AND LICENSE
Copyright 200[6] by Robert Barta, <drrho@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-04-13 TM::Literal(3pm)

Check Out this Related Man Page

RDF::Query::Functions::SPARQL(3pm)			User Contributed Perl Documentation			RDF::Query::Functions::SPARQL(3pm)

NAME
RDF::Query::Functions::SPARQL - SPARQL built-in functions VERSION
This document describes RDF::Query::Functions::SPARQL version 2.908. DESCRIPTION
Defines the following functions: o sparql:abs o sparql:bnode o sparql:bound o sparql:ceil o sparql:coalesce o sparql:concat o sparql:contains o sparql:datatype o sparql:ebv o sparql:strends o sparql:floor o sparql:encode_for_uri o sparql:exists o sparql:in o sparql:iri o sparql:isblank o sparql:isiri o sparql:isliteral o sparql:isuri o sparql:isNumeric o sparql:lang o sparql:langmatches o sparql:lcase o sparql:logical-and o sparql:logical-or o sparql:notin o sparql:rand o sparql:regex o sparql:round o sparql:sameterm o sparql:strstarts o sparql:str o sparql:strdt o sparql:strlang o sparql:strlen o sparql:substr o sparql:ucase o sparql:uri o sparql:encode_for_uri o sparql:contains o sparql:strstarts o sparql:strends o sparql:rand o sparql:md5 o sparql:sha1 o sparql:sha224 o sparql:sha256 o sparql:sha384 o sparql:sha512 o sparql:year o sparql:month o sparql:day o sparql:hours o sparql:minutes o sparql:seconds o sparql:timezone o sparql:tz o sparql:now o sparql:strbefore o sparql:strafter o sparql:replace o http://www.w3.org/2001/XMLSchema#boolean o http://www.w3.org/2001/XMLSchema#dateTime o http://www.w3.org/2001/XMLSchema#decimal o http://www.w3.org/2001/XMLSchema#double o http://www.w3.org/2001/XMLSchema#float o http://www.w3.org/2001/XMLSchema#integer o http://www.w3.org/2001/XMLSchema#string AUTHOR
Gregory Williams <gwilliams@cpan.org>. perl v5.14.2 2012-01-31 RDF::Query::Functions::SPARQL(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. BSD

BSD Links

The Big Three Distros http://www.netbsd.org/ http://www.freebsd.org/ http://www.openbsd.org/ What are the Differences Among the Three Versions? Differentiating Among BSD Distros page 2 page 3 page 4 is an article at serverwatch that addresses this question. The article also... (0 Replies)
Discussion started by: Perderabo
0 Replies

2. Shell Programming and Scripting

help needed to get the output from file

Hi All, i have a file with below contents (single line) pasted below http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.grid-pnp.org/2005/11/gpnp-profile gpnp-profile.xsd" ProfileSequence="4" ClusterUId="a412e044b1986f00bfb208e0b89d90bf" ClusterName="lab1-cluster"... (3 Replies)
Discussion started by: kamauv234
3 Replies

3. Shell Programming and Scripting

Awk, sed - concatenate lines starting with string

I have a file that looks like this: John Smith http://www.profile1.com http://www.profile2.com http://www.profile3.com Marc Olsen http://www.profile4.com http://www.profile5.com http://www.profile6.com http://www.profile7.com Lynne Doe http://www.profile8.com http://www.profile9.com... (3 Replies)
Discussion started by: locoroco
3 Replies

4. What is on Your Mind?

Those simple one liners

I wanted to say LOL and punch my face when I saw post#11 (where Don_Cragun even reduced the string manipulation with a simple regex) in the thread https://www.unix.com/shell-programming-scripting/220553-add-0-start-filename-2.html I mean, when things can be done with just a one liner, sometimes I... (6 Replies)
Discussion started by: ahamed101
6 Replies