@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 ;
	rdfs:label "Tests converted from http://datashapes.org/sh/tests/tests/sparql/component" ;
	mf:include <optional-001.ttl> ;
	mf:include <propertyValidator-select-001.ttl> ;
	mf:include <validator-001.ttl> ;
	.