@prefix mf:      <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sht:     <http://www.w3.org/ns/shacl-test#> .

<>
	a mf:Manifest ;
#	mf:include <component/manifest.ttl> ;
	mf:include <node/manifest.ttl> ;
	mf:include <property/manifest.ttl> ;
	mf:include <pre-binding/manifest.ttl> ;
	.
