shex_testsuite 0.2.10

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<http://a.example/S1> {
   <http://a.example/p1> .
}

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

<http://a.example/S3> {
   <http://a.example/p3> .
}

<http://a.example/S4> &<http://a.example/S1> <http://a.example/S2> <http://a.example/S3> {
   <http://a.example/p4> .
}