summaryrefslogtreecommitdiff
path: root/tests/core/functions/functions-datatypes-4.out
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-12-19 11:18:13 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-12-20 23:44:52 +0100
commitb1443508c9115babe664cdc83fc99ebff3c1e1db (patch)
tree6497a016727c6a9a52a7157472dc75dcc8ebb08e /tests/core/functions/functions-datatypes-4.out
parent5aced14eb4080925037cf9fffec127119207a0d5 (diff)
downloadtracker-b1443508c9115babe664cdc83fc99ebff3c1e1db.tar.gz
core: Fix isBlank() SPARQL function
This function should return true/false, as per https://www.w3.org/TR/sparql11-query/#func-isBlank, we were returning true/unbound. This is a partial fix though, as "SELECT isBlank(?o) { ?s ?p ?o }" would still return an unbound value for non-literal properties.
Diffstat (limited to 'tests/core/functions/functions-datatypes-4.out')
-rw-r--r--tests/core/functions/functions-datatypes-4.out64
1 files changed, 32 insertions, 32 deletions
diff --git a/tests/core/functions/functions-datatypes-4.out b/tests/core/functions/functions-datatypes-4.out
index 761d9bb4b..8bc02502a 100644
--- a/tests/core/functions/functions-datatypes-4.out
+++ b/tests/core/functions/functions-datatypes-4.out
@@ -1,52 +1,52 @@
-"http://example/p1" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p1" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p1" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p1" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p1" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p1" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p1" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p1" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p10" "http://example/description" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p10" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p10" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p10" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p10" "http://example/description" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p10" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p10" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p10" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p10" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p10" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p2" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p2" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p2" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p2" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p2" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p2" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p2" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p2" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p3" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p3" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p3" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p3" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p3" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p3" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p3" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p3" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p4" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p4" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p4" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p4" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p4" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p4" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p4" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p4" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p5" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p5" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p5" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p5" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p5" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p5" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p5" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p5" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p6" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p6" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p6" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p6" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p6" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p6" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p6" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p6" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p7" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p7" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p7" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p7" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p7" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p7" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p7" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p7" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p8" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p8" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p8" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p8" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p8" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p8" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p8" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p8" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
-"http://example/p9" "http://example/description" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p9" "http://example/familyName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p9" "http://example/givenName" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
-"http://example/p9" "http://example/name" "true" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p9" "http://example/description" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p9" "http://example/familyName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p9" "http://example/givenName" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
+"http://example/p9" "http://example/name" "true" "false" "false" "false" "false" "http://www.w3.org/2001/XMLSchema#string"
"http://example/p9" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"
"http://example/p9" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "false" "true" "true" "false"