# result-se-bNode-type-var -- Counting semantics - queried with a bNode subject
# $Id: result-se-bNode-type-var.ttl,v 1.1 2006/08/11 09:22:38 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#> .

[]  rdf:type    rs:ResultSet ;
    rs:resultVariable
                "type" ;
    rs:solution [ rs:binding  [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://www.mindswap.org/2003/owl/mindswap#Researcher> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://www.mindswap.org/2003/owl/mindswap#Programmer> ;
                                rs:variable "type"
                              ]
                ] .

