File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,22 +59,22 @@ sparql:not-equals rdf:type sparql:Function ;
59
59
rdfs:isDefinedBy ;
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 ;
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 ;
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 ;
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 ;
80
80
.
@@ -190,12 +190,12 @@ sparql:langdir rdf:type sparql:Function ;
190
190
rdfs:isDefinedBy ;
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 ;
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 ;
201
201
.
You can’t perform that action at this time.
0 commit comments