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

xsparql.testcases-dawg.data-r2.dataset.dataset-06.ttl Maven / Gradle / Ivy

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

[]    rdf:type      rs:ResultSet ;
      rs:resultVariable  "p" ;
      rs:resultVariable  "g" ;
      rs:resultVariable  "s" ;
      rs:resultVariable  "o" ;
      rs:solution   [ rs:binding    [ rs:value      :q ;
                                      rs:variable   "p"
                                    ] ;
                      rs:binding    [ rs:value      "2"^^xsd:integer ;
                                      rs:variable   "o"
                                    ] ;
                      rs:binding    [ rs:value       ;
                                      rs:variable   "g"
                                    ] ;
                      rs:binding    [ rs:value      :x ;
                                      rs:variable   "s"
                                    ]
                    ] .




© 2015 - 2025 Weber Informatics LLC | Privacy Policy