shex_testsuite 0.2.10

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# Inclusion <http://a.example/S1> is not a TripleExpression.
<http://a.example/S> {
  &<http://a.example/S1>;
  <http://a.example/p1> .
}

<http://a.example/S1> {
  <http://a.example/p2> .
}