
xsparql.testcases-dawg.data-r2.expr-builtin.result-iri-1.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsparql-test-suite Show documentation
Show all versions of xsparql-test-suite Show documentation
XSPARQL compliance test suite
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 :z ;
rs:variable "v"
] ;
rs:binding [ rs:value :xu ;
rs:variable "x"
]
] .
© 2015 - 2025 Weber Informatics LLC | Privacy Policy