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
1260
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:
f7637ee5a5
oxigraph
/
testsuite
/
oxigraph-tests
/
sparql
/
cmp_langString.rq
4 lines
104 B
Raw
Blame
History
SELECT
?a
?b
?o
WHERE
{
V
A
L
U
E
S
(
?a
?b
)
{
(
"
a
"
@
fr
"
b
"
@
fr
)
(
"
a
"
@
en
"
b
"
@
fr
)
}
BIND
(
?a
<
?b
AS
?o
)
}
Reference in new issue
View Git Blame
Copy Permalink