com.bigdata.rdf.sparql.ast.eval.ticket-806.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 g: .
@prefix d: .
@prefix p: .
g:graph1 {
d:foo p:id "123"
}
g:graph2 {
d:foo p:fullName "Bryan Thompson"
}
g:graph3 {
d:foo p:legalName "Bryan Thompson 123"
}
g:pointers {
d:foo d:a g:graph1 .
d:foo d:b g:graph2 .
d:foo d:c g:graph3
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy