com.bigdata.rdf.sparql.ast.eval.nested_optionals.rq 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:
select ?s ?label ?comment
where {
?s rdf:type :Person .
?s rdf:type :Object .
OPTIONAL { ?s rdfs:label ?label . }
OPTIONAL { ?s rdfs:comment ?comment . }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy