From c0f505b0183150dd138c8792be969021b7725509 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Wed, 15 Jul 2026 21:05:59 +0200 Subject: [PATCH] SPARQL vocab: rename "encode" into "encodeForUri" The function is named `ENCODE_FOR_URI` in the SPARQL syntax and encode URIs --- sparql-ns.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sparql-ns.ttl b/sparql-ns.ttl index bb6e9ce4..69e4456b 100644 --- a/sparql-ns.ttl +++ b/sparql-ns.ttl @@ -317,8 +317,8 @@ sparql:replace rdf:type sparql:Function ; rdfs:isDefinedBy ; . -sparql:encode rdf:type sparql:Function ; - rdfs:comment "This function encodes a string using a specified method (e.g., URI-encoding), returning the encoded version." ; +sparql:encodeForUri rdf:type sparql:Function ; + rdfs:comment "This function encodes a string using a specified method (here, URI-encoding), returning the encoded version." ; rdfs:isDefinedBy ; . @@ -551,4 +551,4 @@ sparql:version-1.0 a rdfs:Resource ; rdfs:comment "Version 1.0" ; rdfs:isDefinedBy ; dc:conformsTo ; - . \ No newline at end of file + .