
xsparql.testcases-dawg-sparql-1.1.json-res.jsonres01.srj 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!
{
"head": {
"vars": [ "s" , "p" , "o" ]
} ,
"results": {
"bindings": [
{
"s": { "type": "uri" , "value": "http://example.org/s1" } ,
"p": { "type": "uri" , "value": "http://example.org/p1" } ,
"o": { "type": "uri" , "value": "http://example.org/s2" }
} ,
{
"s": { "type": "uri" , "value": "http://example.org/s2" } ,
"p": { "type": "uri" , "value": "http://example.org/p2" } ,
"o": { "type": "literal" , "value": "foo" }
} ,
{
"s": { "type": "uri" , "value": "http://example.org/s3" } ,
"p": { "type": "uri" , "value": "http://example.org/p2" } ,
"o": { "datatype": "http://www.w3.org/2001/XMLSchema#string" , "type": "typed-literal" , "value": "bar" }
} ,
{
"s": { "type": "uri" , "value": "http://example.org/s4" } ,
"p": { "type": "uri" , "value": "http://example.org/p4" } ,
"o": { "datatype": "http://www.w3.org/2001/XMLSchema#integer" , "type": "typed-literal" , "value": "4" }
} ,
{
"s": { "type": "uri" , "value": "http://example.org/s5" } ,
"p": { "type": "uri" , "value": "http://example.org/p5" } ,
"o": { "datatype": "http://www.w3.org/2001/XMLSchema#decimal" , "type": "typed-literal" , "value": "5" }
} ,
{
"s": { "type": "uri" , "value": "http://example.org/s6" } ,
"p": { "type": "uri" , "value": "http://example.org/p6" } ,
"o": { "type": "bnode" , "value": "b0" }
}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy