All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rdf.sparql.ast.eval.nested_optionals.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
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