Skip to content

Commit 0956a85

Browse files
committed
GH-263: EBV as a function; define SPARQL error
1 parent afed223 commit 0956a85

File tree

2 files changed

+186
-74
lines changed

2 files changed

+186
-74
lines changed

sparql-ns.ttl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ sparql:logical-not rdf:type sparql:FunctionalForm ;
121121
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-logical-not> ;
122122
.
123123

124+
sparql:ebv rdf:type sparql:FunctionalForm ;
125+
rdfs:comment "This form computes the effective boolean value." ;
126+
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-ebv> ;
127+
.
128+
124129
sparql:in rdf:type sparql:FunctionalForm ;
125130
rdfs:comment "This form checks whether a given value matches any value from a list of expressions." ;
126131
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-in> ;

0 commit comments

Comments
 (0)