THE DATA http://coalliance.org/id/1 http://coalliance.org/siteCode/site_A "MK_1". http://coalliance.org/id/2 http://coalliance.org/siteCode/site_A "MK_2". http://coalliance.org/id/3 http://coalliance.org/siteCode/site_A "MK_3". http://coalliance.org/id/6 http://coalliance.org/siteCode/site_B "MK_1". http://coalliance.org/id/4 http://coalliance.org/siteCode/site_B "MK_4". http://coalliance.org/id/5 http://coalliance.org/siteCode/site_B "MK_5". THE QUERY SELECT ?o WHERE { ?s http://coalliance.org/siteCode/site_A ?o. ?s2 http://coalliance.org/siteCode/site_B ?o } THE SOLR RESPONSE `<result name="response" numFound="4" start="0" maxScore="1.0">` `<head>` `<variable name="o"/>` `</head>` `<results>` `<result>` `<binding name="o">` `<literal>MK_1</literal>` `</binding>` `</result>` `</results>` `</sparql>``
THE DATA
http://coalliance.org/id/1 http://coalliance.org/siteCode/site_A "MK_1".
http://coalliance.org/id/2 http://coalliance.org/siteCode/site_A "MK_2".
http://coalliance.org/id/3 http://coalliance.org/siteCode/site_A "MK_3".
http://coalliance.org/id/6 http://coalliance.org/siteCode/site_B "MK_1".
http://coalliance.org/id/4 http://coalliance.org/siteCode/site_B "MK_4".
http://coalliance.org/id/5 http://coalliance.org/siteCode/site_B "MK_5".
THE QUERY
SELECT ?o
WHERE {
?s http://coalliance.org/siteCode/site_A ?o.
?s2 http://coalliance.org/siteCode/site_B ?o
}
THE SOLR RESPONSE
<result name="response" numFound="4" start="0" maxScore="1.0"><head><variable name="o"/></head><results><result><binding name="o"><literal>MK_1</literal></binding></result></results>```