# result-se-var-type-var -- Counting semantics - queried with a variable subject
# $Id: result-se-var-type-var.ttl,v 1.1 2006/08/11 10:51:20 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
                "who", "type" ;
    rs:solution [ rs:binding  [ rs:value    <http://www.mindswap.org/2004/owl/mindswappers#Bijan.Parsia> ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    _:g91 ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    _:g90 ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://bblfish.net/people/henry/foaf#me> ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://www.mindswap.org/2004/owl/mindswappers#Kendall.Clark> ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://xmlns.com/foaf/0.1/Person> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://www.mindswap.org/2004/owl/mindswappers#Kendall.Clark> ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://www.mindswap.org/2003/owl/mindswap#Programmer> ;
                                rs:variable "type"
                              ]
                ] ;
    rs:solution [ rs:binding  [ rs:value    <http://www.mindswap.org/2004/owl/mindswappers#Bijan.Parsia> ;
                                rs:variable "who"
                              ] ,
                              [ rs:value    <http://www.mindswap.org/2003/owl/mindswap#Researcher> ;
                                rs:variable "type"
                              ]
                ] .

