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

com.bigdata.rdf.sparql.ast.eval.compressed-timestamp-02b.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
SELECT * WHERE {
 
    ?s0 .
    ?s1 .
    ?s2 .
    ?s10 .
    ?s20 .
  
  BIND(?s0 + ?s1 AS ?s0pluss1)
  BIND(?s20 - ?s10 AS ?s20minuss10)
  
  FILTER(?s0 + 10 <= ?s20)
  FILTER(?s0 + 100 > ?s20)
  FILTER(?s0 + "100"^^xsd:int > ?s20)
  FILTER(?s0 + "100"^^xsd:integer > ?s20)
  FILTER(?s0 + "100"^^xsd:unsignedLong > ?s20)

  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy