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

com.bigdata.rdf.sparql.ast.eval.dataset-01.ttl Maven / Gradle / Ivy

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

[]    rdf:type      rs:ResultSet ;
      rs:resultVariable  "p" ;
      rs:resultVariable  "s" ;
      rs:resultVariable  "o" ;
      rs:solution   [ rs:binding    [ rs:value      :p ;
                                      rs:variable   "p"
                                    ] ;
                      rs:binding    [ rs:value      :a ;
                                      rs:variable   "s"
                                    ] ;
                      rs:binding    [ rs:value      "9"^^xsd:integer ;
                                      rs:variable   "o"
                                    ]
                    ] ;
      rs:solution   [ rs:binding    [ rs:value      :x ;
                                      rs:variable   "s"
                                    ] ;
                      rs:binding    [ rs:value      :p ;
                                      rs:variable   "p"
                                    ] ;
                      rs:binding    [ rs:value      "1"^^xsd:integer ;
                                      rs:variable   "o"
                                    ]
                    ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy