We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61877b5 commit 6a59af1Copy full SHA for 6a59af1
sparql-ns.ttl
@@ -70,12 +70,12 @@ sparql:lessThat rdf:type sparql:Operator ;
70
rdfs:isDefinedBy ;
71
.
72
73
-sparql:greaterThanOrEquals rdf:type sparql:Operator ;
+sparql:greaterThanOrEqual rdf:type sparql:Operator ;
74
rdfs:comment "This operator tests whether the first RDF term is greater or equal to the second RDF term.";
75
76
77
78
-sparql:lessThanOrEquals rdf:type sparql:Operator ;
+sparql:lessThanOrEqual rdf:type sparql:Operator ;
79
rdfs:comment "This operator tests whether the first RDF term is less than or equal to the second RDF term.";
80
81
0 commit comments