Skip to content

Commit dddd137

Browse files
authored
vocab: rename sparql:plus into sparql:add (#322)
We already have `sparql:substract`, `sparql:multiply`... and XPath also uses "add"
1 parent 1b85976 commit dddd137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparql-ns.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sparql:Aggregate rdf:type rdfs:Class .
1919

2020
## Operators
2121

22-
sparql:plus rdf:type sparql:Function ;
22+
sparql:add rdf:type sparql:Function ;
2323
rdfs:comment "This operator adds two numeric expressions and returns their sum." ;
2424
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
2525
.

0 commit comments

Comments
 (0)