shex-test
Version:
Shape Expressions library tests.
20 lines (15 loc) • 333 B
text/shex
<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>
EXTENDS @<http://a.example/S1>
EXTENDS @<http://a.example/S2>
EXTENDS @<http://a.example/S3> {
<http://a.example/p4> .
}