com.bigdata.rdf.sparql.ast.eval.sparql11-bindings-04.trig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
@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