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

com.bigdata.rdf.sparql.ast.eval.bev-5-result.ttl Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
@prefix xsd:      .
@prefix rs:       .
@prefix rdf:      .
@prefix :         .

[]    rdf:type    rs:ResultSet ;
      rs:resultVariable  "a" ;
      rs:solution
                  [ rs:binding  [ rs:value    :x1 ;
                                  rs:variable  "a"
                                ]
                  ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy