public static class AbstractHashJoinUtilityTestCase.JoinSetup_service02 extends Object
service02 from the openrdf SPARQL 1.1 Federated Query test
suite.
SELECT ?s ?o1 ?o2
{
SERVICE {
?s ?p ?o1 . }
OPTIONAL {
SERVICE {
?s ?p2 ?o2 }
}
}
Solutions for endpoint1:
{ s=http://example.org/a, p=http://xmlns.com/foaf/0.1/name, o1="Alan" }
{ s=http://example.org/b, p=http://xmlns.com/foaf/0.1/name, o1="Bob" }
Solutions for endpoint2:
{ s=http://example.org/a, p2=http://xmlns.com/foaf/0.1/interest, o2="SPARQL 1.1 Basic Federated Query" }
| Modifier and Type | Field and Description |
|---|---|
IV<?,?> |
a |
IV<?,?> |
alan |
IV<?,?> |
b |
IV<?,?> |
bob |
IV<?,?> |
foafInterest |
IV<?,?> |
foafName |
IV<?,?> |
label |
String |
namespace |
| Constructor and Description |
|---|
AbstractHashJoinUtilityTestCase.JoinSetup_service02(String namespace) |
public final String namespace
public final IV<?,?> a
public final IV<?,?> b
public final IV<?,?> foafName
public final IV<?,?> alan
public final IV<?,?> bob
public final IV<?,?> foafInterest
public final IV<?,?> label
public AbstractHashJoinUtilityTestCase.JoinSetup_service02(String namespace)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.