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

com.bigdata.rdf.sparql.ast.eval.opt-complex-2-result.ttl Maven / Gradle / Ivy

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

[]    rdf:type      rs:ResultSet ;
      rs:resultVariable  "id" ;
      rs:resultVariable  "ssn" ;
      rs:solution   [ rs:binding    [ rs:value      "29"^^xsd:integer ;
                                      rs:variable   "id"
                                    ] 
                    ] ;
      rs:solution   [ rs:binding    [ rs:value      "000000000" ;
                                      rs:variable   "ssn"
                                    ]
                    ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy