This website works better with JavaScript.
Explore
Help
Sign In
NextGraph
/
oxigraph
Watch
1
Star
0
Fork
You've already forked oxigraph
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
Fork of
https://github.com/oxigraph/oxigraph.git
for the purpose of NextGraph project
1523
Commits
8
Branches
43
Tags
7.2 MiB
Rust
97.1%
Python
0.7%
C++
0.7%
Shell
0.6%
JavaScript
0.5%
Other
0.4%
Tree:
5647624012
oxigraph
/
testsuite
/
oxigraph-tests
/
sparql-optimization
/
if_always_false_input.rq
4 lines
92 B
Raw
Blame
History
SELECT
?o1
?o2
WHERE
{
?s
?p
?o1
,
?o2
.
FILTER
(
IF
(
false
,
?o1
=
?o2
,
?o1
!=
?o2
)
)
}
Reference in new issue
View Git Blame
Copy Permalink