<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> .
}

