com.bigdata.rdf.sparql.ast.eval.reif.rdr-03a.ttl 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 : .
# :a1 :b :c .
# :a2 :b :c .
# <<:a2 :b :c>> :d :e .
# <<:a3 :b :c>> :d :e .
@prefix : .
@prefix rdf: .
:a1 :b :c .
:a2 :b :c .
_:s1 rdf:subject :a2 .
_:s1 rdf:predicate :b .
_:s1 rdf:object :c .
_:s1 rdf:type rdf:Statement .
_:s2 rdf:subject :a3 .
_:s2 rdf:predicate :b .
_:s2 rdf:object :c .
_:s2 rdf:type rdf:Statement .
_:s1 :d :e .
_:s2 :d :e .
© 2015 - 2024 Weber Informatics LLC | Privacy Policy