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

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

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

[]    rdf:type      rs:ResultSet ;
      rs:resultVariable  "person" ;
      rs:resultVariable  "nick" ;
      rs:resultVariable  "page" ;
      rs:resultVariable  "img" ;
      rs:resultVariable  "name" ;
      rs:resultVariable  "firstN" ;
      rs:solution   [ rs:binding    [ rs:value       ;
                                      rs:variable   "person"
                                    ] ;
                      rs:binding    [ rs:value      "WhoMe?" ;
                                      rs:variable   "nick"
                                    ];
                      rs:binding    [ rs:value       ;
                                      rs:variable   "img"
                                    ];
                      rs:binding    [ rs:value      "Alice" ;
                                      rs:variable   "name"
                                    ]
                    ] ;
      rs:solution   [ rs:binding    [ rs:value       ;
                                      rs:variable   "person"
                                    ] ;
                      rs:binding    [ rs:value      "jDoe" ;
                                      rs:variable   "nick"
                                    ];
                      rs:binding    [ rs:value       ;
                                      rs:variable   "page"
                                    ]
                    ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy