@@ -197,7 +197,7 @@ sparql:lang rdf:type sparql:Function ;
197
197
.
198
198
199
199
sparql: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." ;
201
201
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-langdir> ;
202
202
.
203
203
@@ -207,7 +207,7 @@ sparql:haslang rdf:type sparql:Function ;
207
207
.
208
208
209
209
sparql: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." ;
211
211
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-haslangdir> ;
212
212
.
213
213
@@ -405,27 +405,27 @@ sparql:tz rdf:type sparql:Function ;
405
405
# Section: Functions on triple terms
406
406
407
407
sparql:triple rdf:type sparql:Function ;
408
- rdfs:comment "
408
+ rdfs:comment " This function constructs a triple term. " ;
409
409
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-triple> ;
410
410
.
411
411
412
412
sparql:subject rdf:type sparql:Function ;
413
- rdfs:comment "
413
+ rdfs:comment " This function returns the subject of a triple term. " ;
414
414
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-subject> ;
415
415
.
416
416
417
417
sparql:predicate rdf:type sparql:Function ;
418
- rdfs:comment "
418
+ rdfs:comment " This function returns the predicate of a triple term. " ;
419
419
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-predicate> ;
420
420
.
421
421
422
422
sparql:object rdf:type sparql:Function ;
423
- rdfs:comment "
423
+ rdfs:comment " This function returns the object of a triple term. " ;
424
424
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-object> ;
425
425
.
426
426
427
427
sparql: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. " ;
429
429
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-isTriple> ;
430
430
.
431
431
@@ -464,7 +464,7 @@ sparql:agg-count rdf:type sparql:Aggregate ;
464
464
.
465
465
466
466
sparql:agg-count-distinct rdf:type sparql:Aggregate ;
467
- rdfs:comment " Aggregate function COUNT with DISTINCT" ;" ;
467
+ rdfs:comment " Aggregate function COUNT with DISTINCT" ;
468
468
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
469
469
.
470
470
0 commit comments