From 52cfb13b7d0d8ad48c0066309a322cb59f60fdbf Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sun, 30 Nov 2025 15:40:32 +0100 Subject: [PATCH] vocab: rename `sparql:plus` into `sparql:add` We already have `sparql:substract`, `sparql:multiply`... and XPath also uses "add" --- sparql-ns.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparql-ns.ttl b/sparql-ns.ttl index 8b13ae61..8b0cabdf 100644 --- a/sparql-ns.ttl +++ b/sparql-ns.ttl @@ -19,7 +19,7 @@ sparql:Aggregate rdf:type rdfs:Class . ## Operators -sparql:plus rdf:type sparql:Function ; +sparql:add rdf:type sparql:Function ; rdfs:comment "This operator adds two numeric expressions and returns their sum." ; rdfs:isDefinedBy ; .