com.bigdata.rdf.sparql.ast.eval.named-graphs-8-3-1.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 foaf: .
@prefix rdf: .
@prefix rdfs: .
{
_:a foaf:name "Alice" .
_:a foaf:mbox .
_:a foaf:knows _:b .
_:b foaf:name "Bob" .
_:b foaf:mbox .
_:b foaf:nick "Bobby" .
_:b rdfs:seeAlso .
rdf:type foaf:PersonalProfileDocument .
}
{
_:z foaf:mbox .
_:z rdfs:seeAlso .
_:z foaf:nick "Robert" .
rdf:type foaf:PersonalProfileDocument .
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy