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

com.bigdata.rdf.sparql.ast.eval.reif.rdr-05a.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
prefix :        
prefix dc:         

select ?s ?o ?c  where {
  ?s :bought ?o .
  ?stmt rdf:type rdf:Statement .
  ?stmt rdf:subject ?s .
  ?stmt rdf:predicate :bought .
  ?stmt rdf:object ?o .
  ?stmt dc:created ?c .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy