com.bigdata.rdf.sparql.ast.eval.opt-complex-1-result.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
@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