All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rdf.sparql.ast.eval.sparql11-bindings-04.trig Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
@prefix :  .
@prefix foaf:  .

# The data for the local graph
 {
:a foaf:name "Alan" .
:a foaf:mbox "[email protected]" .
:b foaf:name "Bob" .
:b foaf:mbox "[email protected]" .
:c foaf:name "Alice" .
:c foaf:mbox "[email protected]" .
}

# The data for the "service" end point.
 {
:a foaf:knows :b .
:b foaf:knows :c .
:a foaf:interest "SPARQL 1.1 Basic Federated Query" .
:b foaf:interest "SPARQL 1.1 Query" .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy