com.bigdata.rdf.sparql.ast.eval.prune_groups.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 rdf: .
@prefix rdfs: .
: {
:Mike rdf:type :Person .
:Jane rdf:type :Person .
:Bryan rdf:type :Person .
:Mike rdf:type :Object .
:Jane rdf:type :Object .
:Bryan rdf:type :Object .
:Mike rdfs:label "mike label" .
:Mike rdfs:label "mike comment" .
:Jane rdfs:label "jane label" .
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy