@@ -197,7 +197,7 @@ sparql:lang rdf:type sparql:Function ;
197197 .
198198
199199sparql:langdir rdf:type sparql:Function ;
200- rdfs:comment " This function returns the base direction of a literal. " ;
200+ rdfs:comment " This function returns the initial text direction of a literal." ;
201201 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-langdir> ;
202202 .
203203
@@ -207,7 +207,7 @@ sparql:haslang rdf:type sparql:Function ;
207207 .
208208
209209sparql:haslangdir rdf:type sparql:Function ;
210- rdfs:comment " THis fun ction rutrns true if the given RDF literal has an initial base direction." ;
210+ rdfs:comment " This function returns true if the given RDF literal has an initial text direction." ;
211211 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-haslangdir> ;
212212 .
213213
@@ -405,27 +405,27 @@ sparql:tz rdf:type sparql:Function ;
405405# Section: Functions on triple terms
406406
407407sparql:triple rdf:type sparql:Function ;
408- rdfs:comment "
408+ rdfs:comment " This function constructs a triple term. " ;
409409 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-triple> ;
410410 .
411411
412412sparql:subject rdf:type sparql:Function ;
413- rdfs:comment "
413+ rdfs:comment " This function returns the subject of a triple term. " ;
414414 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-subject> ;
415415 .
416416
417417sparql:predicate rdf:type sparql:Function ;
418- rdfs:comment "
418+ rdfs:comment " This function returns the predicate of a triple term. " ;
419419 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-predicate> ;
420420 .
421421
422422sparql:object rdf:type sparql:Function ;
423- rdfs:comment "
423+ rdfs:comment " This function returns the object of a triple term. " ;
424424 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-object> ;
425425 .
426426
427427sparql:isTriple rdf:type sparql:Function ;
428- rdfs:comment "
428+ rdfs:comment " This function returns true if the argument is a triple term, and false otherwise. " ;
429429 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-isTriple> ;
430430 .
431431
@@ -464,7 +464,7 @@ sparql:agg-count rdf:type sparql:Aggregate ;
464464 .
465465
466466sparql:agg-count-distinct rdf:type sparql:Aggregate ;
467- rdfs:comment " Aggregate function COUNT with DISTINCT" ;" ;
467+ rdfs:comment " Aggregate function COUNT with DISTINCT" ;
468468 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
469469 .
470470
0 commit comments