# Test graph match on extended type.
# $Id: extendedType-graph-result.n3,v 1.1 2005/08/02 03:30:19 eric Exp $

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rs:      <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix loc: <http://www.w3.org/2001/sw/DataAccess/tests/data/ValueTesting/extendedType-0#> .

[]  <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
                rs:ResultSet ;
    rs:resultVariable
                "a1" ;
    rs:solution [ rs:binding  [ rs:value    loc:b ;
                                rs:variable "a1"
                              ]
                ] .
