.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" 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 .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . 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::Query::Functions::SPARQL 3pm" .TH RDF::Query::Functions::SPARQL 3pm "2021-01-05" "perl v5.32.0" "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::Query::Functions::SPARQL \- SPARQL built\-in functions .SH "VERSION" .IX Header "VERSION" This document describes RDF::Query::Functions::SPARQL version 2.918. .SH "DESCRIPTION" .IX Header "DESCRIPTION" Defines the following functions: .IP "\(bu" 4 sparql:abs .IP "\(bu" 4 sparql:bnode .IP "\(bu" 4 sparql:bound .IP "\(bu" 4 sparql:ceil .IP "\(bu" 4 sparql:coalesce .IP "\(bu" 4 sparql:concat .IP "\(bu" 4 sparql:contains .IP "\(bu" 4 sparql:datatype .IP "\(bu" 4 sparql:ebv .IP "\(bu" 4 sparql:strends .IP "\(bu" 4 sparql:floor .IP "\(bu" 4 sparql:encode_for_uri .IP "\(bu" 4 sparql:exists .IP "\(bu" 4 sparql:in .IP "\(bu" 4 sparql:iri .IP "\(bu" 4 sparql:isblank .IP "\(bu" 4 sparql:isiri .IP "\(bu" 4 sparql:isliteral .IP "\(bu" 4 sparql:isuri .IP "\(bu" 4 sparql:isNumeric .IP "\(bu" 4 sparql:lang .IP "\(bu" 4 sparql:langmatches .IP "\(bu" 4 sparql:lcase .IP "\(bu" 4 sparql:logical\-and .IP "\(bu" 4 sparql:logical\-or .IP "\(bu" 4 sparql:notin .IP "\(bu" 4 sparql:rand .IP "\(bu" 4 sparql:regex .IP "\(bu" 4 sparql:round .IP "\(bu" 4 sparql:sameterm .IP "\(bu" 4 sparql:strstarts .IP "\(bu" 4 sparql:str .IP "\(bu" 4 sparql:strdt .IP "\(bu" 4 sparql:strlang .IP "\(bu" 4 sparql:strlen .IP "\(bu" 4 sparql:substr .IP "\(bu" 4 sparql:ucase .IP "\(bu" 4 sparql:uri .IP "\(bu" 4 sparql:uuid .IP "\(bu" 4 sparql:struuid .IP "\(bu" 4 sparql:encode_for_uri .IP "\(bu" 4 sparql:contains .IP "\(bu" 4 sparql:strstarts .IP "\(bu" 4 sparql:strends .IP "\(bu" 4 sparql:rand .IP "\(bu" 4 sparql:md5 .IP "\(bu" 4 sparql:sha1 .IP "\(bu" 4 sparql:sha224 .IP "\(bu" 4 sparql:sha256 .IP "\(bu" 4 sparql:sha384 .IP "\(bu" 4 sparql:sha512 .IP "\(bu" 4 sparql:year .IP "\(bu" 4 sparql:month .IP "\(bu" 4 sparql:day .IP "\(bu" 4 sparql:hours .IP "\(bu" 4 sparql:minutes .IP "\(bu" 4 sparql:seconds .IP "\(bu" 4 sparql:timezone .IP "\(bu" 4 sparql:tz .IP "\(bu" 4 sparql:now .IP "\(bu" 4 sparql:strbefore .IP "\(bu" 4 sparql:strafter .IP "\(bu" 4 sparql:replace .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#boolean .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#dateTime .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#decimal .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#double .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#float .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#integer .IP "\(bu" 4 http://www.w3.org/2001/XMLSchema#string .SH "AUTHOR" .IX Header "AUTHOR" .Vb 1 \& Gregory Williams . .Ve