@@ -59,22 +59,22 @@ sparql:not-equals rdf:type sparql:Function ;
59
59
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
60
60
.
61
61
62
- sparql:greaterThan rdf:type sparql:Function ;
62
+ sparql:greater-than rdf:type sparql:Function ;
63
63
rdfs:comment " This operator tests whether the first RDF term is greater than the second RDF term." ;
64
64
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
65
65
.
66
66
67
- sparql:lessThan rdf:type sparql:Function ;
67
+ sparql:less-than rdf:type sparql:Function ;
68
68
rdfs:comment " This operator tests whether the first RDF term is less than the second RDF term." ;
69
69
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
70
70
.
71
71
72
- sparql:greaterThanOrEqual rdf:type sparql:Function ;
72
+ sparql:greater-than-or-equal rdf:type sparql:Function ;
73
73
rdfs:comment " This operator tests whether the first RDF term is greater or equal to the second RDF term." ;
74
74
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
75
75
.
76
76
77
- sparql:lessThanOrEqual rdf:type sparql:Function ;
77
+ sparql:less-than-or-equal rdf:type sparql:Function ;
78
78
rdfs:comment " This operator tests whether the first RDF term is less than or equal to the second RDF term." ;
79
79
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
80
80
.
@@ -190,12 +190,12 @@ sparql:langdir rdf:type sparql:Function ;
190
190
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-langdir> ;
191
191
.
192
192
193
- sparql:haslang rdf:type sparql:Function ;
193
+ sparql:hasLang rdf:type sparql:Function ;
194
194
rdfs:comment " This function returns true if the given RDF literal has a specified language, matching the literal’s language tag." ;
195
195
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-haslang> ;
196
196
.
197
197
198
- sparql:haslangdir rdf:type sparql:Function ;
198
+ sparql:hasLangdir rdf:type sparql:Function ;
199
199
rdfs:comment " This function returns true if the given RDF literal has an initial text direction." ;
200
200
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-haslangdir> ;
201
201
.
0 commit comments