We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afed223 commit 0956a85Copy full SHA for 0956a85
sparql-ns.ttl
@@ -121,6 +121,11 @@ sparql:logical-not rdf:type sparql:FunctionalForm ;
121
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-logical-not> ;
122
.
123
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
+
129
sparql:in rdf:type sparql:FunctionalForm ;
130
rdfs:comment "This form checks whether a given value matches any value from a list of expressions." ;
131
rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/#func-in> ;
0 commit comments