com.bigdata.rdf.sparql.ast.eval.dataset-01.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 : .
@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