Skip to content

Commit ff4806d

Browse files
committed
NS doc: Adjust local names
1 parent 0aa2b6e commit ff4806d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sparql-ns.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@ sparql:not-equals rdf:type sparql:Function ;
5959
rdfs:isDefinedBy ;
6060
.
6161

62-
sparql:greaterThan rdf:type sparql:Function ;
62+
sparql:greater-than rdf:type sparql:Function ;
6363
rdfs:comment "This operator tests whether the first RDF term is greater than the second RDF term.";
6464
rdfs:isDefinedBy ;
6565
.
6666

67-
sparql:lessThan rdf:type sparql:Function ;
67+
sparql:less-than rdf:type sparql:Function ;
6868
rdfs:comment "This operator tests whether the first RDF term is less than the second RDF term.";
6969
rdfs:isDefinedBy ;
7070
.
7171

72-
sparql:greaterThanOrEqual rdf:type sparql:Function ;
72+
sparql:greater-than-or-equal rdf:type sparql:Function ;
7373
rdfs:comment "This operator tests whether the first RDF term is greater or equal to the second RDF term.";
7474
rdfs:isDefinedBy ;
7575
.
7676

77-
sparql:lessThanOrEqual rdf:type sparql:Function ;
77+
sparql:less-than-or-equal rdf:type sparql:Function ;
7878
rdfs:comment "This operator tests whether the first RDF term is less than or equal to the second RDF term.";
7979
rdfs:isDefinedBy ;
8080
.
@@ -190,12 +190,12 @@ sparql:langdir rdf:type sparql:Function ;
190190
rdfs:isDefinedBy ;
191191
.
192192

193-
sparql:haslang rdf:type sparql:Function ;
193+
sparql:hasLang rdf:type sparql:Function ;
194194
rdfs:comment "This function returns true if the given RDF literal has a specified language, matching the literal’s language tag." ;
195195
rdfs:isDefinedBy ;
196196
.
197197

198-
sparql:haslangdir rdf:type sparql:Function ;
198+
sparql:hasLangdir rdf:type sparql:Function ;
199199
rdfs:comment "This function returns true if the given RDF literal has an initial text direction." ;
200200
rdfs:isDefinedBy ;
201201
.

0 commit comments

Comments
 (0)