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
1596
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:
dcabf50ab6
oxigraph
/
testsuite
/
oxigraph-tests
/
sparql
/
nested_anonymous.rq
5 lines
84 B
Raw
Blame
History
PREFIX
:
<http://example.com/>
SELECT
?a
WHERE
{
[
:
p1
?a
;
:
p2
[
:
p3
:
foo
]
]
}
Reference in new issue
View Git Blame
Copy Permalink