RDF , str. SPARQL . , 1 "1" ^^ xsd: integer, , "1" , str (1), str ( "1" ^^ xsd: integer). , , str concat
select ?xy where {
values ?x { 1 }
values ?y { 2.5 }
bind(concat(str(?x),"--",str(?y)) as ?xy)
}
| xy |
| "1--2.5" |
, , , "10,0" ^^ xd: float, "10.0" ^^ xsd: float, (.), (,). ( , , SPARQL .)