
xsparql.testcases-dawg.data-r2.open-world.open-eq-01.xsparql 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!
# sparql is defined over simple entailment so
# only syntactic matches show.
# (some systems may match because they do
# value-based matching in the graph (d-entailment))
# does not strictly match "1"^xsd:integer
prefix :
prefix t:
prefix xsd:
{for *
from where{ $x :p "001"^^xsd:integer }
return
{$x}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy