File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ sparql:lessThat rdf:type sparql:Operator ;
70
70
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
71
71
.
72
72
73
- sparql:greaterThanOrEquals rdf:type sparql:Operator ;
73
+ sparql:greaterThanOrEqual rdf:type sparql:Operator ;
74
74
rdfs:comment " This operator tests whether the first RDF term is greater or equal to the second RDF term." ;
75
75
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
76
76
.
77
77
78
- sparql:lessThanOrEquals rdf:type sparql:Operator ;
78
+ sparql:lessThanOrEqual rdf:type sparql:Operator ;
79
79
rdfs:comment " This operator tests whether the first RDF term is less than or equal to the second RDF term." ;
80
80
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
81
81
.
You can’t perform that action at this time.
0 commit comments