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

xsparql.testcases-dawg.data-r2.expr-builtin.result-blank-1.ttl Maven / Gradle / Ivy

The newest version!
@prefix xsd:      .
@prefix rs:       .
@prefix rdf:      .
@prefix :         .

[]    rdf:type    rs:ResultSet ;
      rs:resultVariable  "x" ;
      rs:resultVariable  "v" ;
      rs:solution
                  [ rs:binding  [ rs:value    :xb ;
                                  rs:variable  "x"
                                ] ;
                    rs:binding  [ rs:value    [] ;
                                  rs:variable  "v"
                                ]
                  ] .




© 2015 - 2025 Weber Informatics LLC | Privacy Policy