
xsparql.testcases-dawg.data-r2.basic.data-4.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 xsd: .
@prefix rdf: .
:x :p1 "true"^^xsd:boolean .
:x :p2 "false"^^xsd:boolean .
:x rdf:type :C .
:x :n1 "123.0"^^xsd:decimal .
:x :n2 "456."^^xsd:decimal .
:x :n3 "+5"^^xsd:integer .
:x :n4 "-18"^^xsd:integer .
© 2015 - 2025 Weber Informatics LLC | Privacy Policy