# Test data -- use with filter f11.n3
#

@prefix test: <s1.n3#> .
@prefix ex:  <http://www.example.org/#>.

ex:car test:includes ex:engine .
ex:engine test:includes ex:camshaft .
ex:train test:includes ex:engine .

