
xsparql.testcases-dawg.data-r2.dataset.dataset-06.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 : .
@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