@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .

<>  rdf:type mf:Manifest ;
    rdfs:comment "DAWG test cases for basic graph patterns" ;
    mf:entries
    (
      [
        mf:name    "bgp-bnode-predicate-1" ;
        rdfs:comment
            "Blank node in the predicate position" ;
        rdf:type   mf:NegativeSyntaxTest ;
        mf:action  <q-bnode-match-01.rq>
      ]
    ).

