Skip to content

Feature/inline algebra #381

Feature/inline algebra

Feature/inline algebra #381

Triggered via pull request August 11, 2025 15:50
Status Failure
Total duration 9m 7s
Artifacts 2

ci.yml

on: pull_request
Prepare documentation
2m 45s
Prepare documentation
Matrix: spec
Matrix: test
Matrix: tooling
Publish documentation
Publish documentation
Fit to window
Zoom out
Zoom in

Annotations

111 errors and 12 notices
tooling (22.x)
Process completed with exit code 1.
tooling (22.x): packages/rules-sparql-1-1/lib/factoryMixins/UpdateOperationFactory.ts#L7
Should have line breaks between items, in node ImportDeclaration
tooling (22.x): packages/algebra-transformer-1-1/test/recurse.test.ts#L32
'v' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (18.x)
Process completed with exit code 1.
tooling (18.x): packages/rules-sparql-1-1/lib/factoryMixins/UpdateOperationFactory.ts#L7
Should have line breaks between items, in node ImportDeclaration
tooling (18.x): packages/algebra-transformer-1-1/test/recurse.test.ts#L32
'v' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (20.x)
Process completed with exit code 1.
tooling (20.x): packages/rules-sparql-1-1/lib/factoryMixins/UpdateOperationFactory.ts#L7
Should have line breaks between items, in node ImportDeclaration
tooling (20.x): packages/algebra-transformer-1-1/test/recurse.test.ts#L32
'v' is assigned a value but never used. Allowed unused vars must match /^_/u
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse prefixed: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse a-star: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse a-opt: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/integration.test.ts > a SPARQL 1.2 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-2/test/integration.test.ts#L115
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-2/test/integration.test.ts:115:22
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-2/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-2/test/statics.test.ts:53:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse prefixed: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse a-star: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/statics.test.ts > a SPARQL 1.2 generator > positive paths > can parse a-opt: engines/generator-sparql-1-2/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-2/test/statics.test.ts:34:31
engines/generator-sparql-1-2/test/integration.test.ts > a SPARQL 1.2 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-2/test/integration.test.ts#L115
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-2/test/integration.test.ts:115:22
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm10: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' to deeply equal 'PREFIX bsbm: <http://www4.wiwiss.fu-b…' Expected: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^ <http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDERBY ASC ( xsd:double ( str( ?price ) ) ) LIMIT10" Received: "PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT DISTINCT ?offer ?price WHERE { ?offer bsbm:product <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/dataFromProducer5/Product186> . ?offer bsbm:vendor ?vendor . ?offer dc:publisher ?vendor . ?vendor bsbm:country <http://downlode.org/rdf/iso-3166/countries#US> . ?offer bsbm:deliveryDays ?deliveryDays . FILTER ( ( ?deliveryDays <= "3"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ?offer bsbm:price ?price . ?offer bsbm:validTo ?date . FILTER ( ( ?date > "2008-06-20T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) } ORDER BY ASC ( xsd:double ( str( ?price ) ) ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse bsbm1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX bsbm-inst: <http://www4.wiwiss…' to deeply equal 'PREFIX bsbm-inst: <http://www4.wiwiss…' Expected: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^ <http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDERBY ASC ( ?label ) LIMIT10" Received: "PREFIX bsbm-inst: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/> PREFIX bsbm: <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?product ?label WHERE { ?product rdfs:label ?label . ?product <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> bsbm-inst:ProductType105 . ?product bsbm:productFeature bsbm-inst:ProductFeature815 . ?product bsbm:productFeature bsbm-inst:ProductFeature814 . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER ( ( ?value1 > "486"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } ORDER BY ASC ( ?label ) LIMIT 10" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse boolean-case: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'SELECT * WHERE { ?s ?p "true"^^<http:…' to deeply equal 'SELECT * WHERE { ?s ?p "true"^^ <http…' Expected: "SELECT * WHERE { ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^ <http://www.w3.org/2001/XMLSchema#boolean> . }" Received: "SELECT * WHERE { ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . ?s ?p "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse blanks: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[…' to deeply equal 'BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0>…' Expected: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [ <a0> [ <b0> <c0> ; ] ; ] . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [ <a3> <b3> ; ] . ?s4 ?p4 [ <a4> <b4> ; <c4> <d4> ; <c4> <e4> ; ] . ?s5 ?p5 [ <a5> [ <b5> <c5> ; ] ; ] . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . [ <a7> <b7> ; <c7> <d7> ; <c7> <e7> ; ] . }" Received: "BASE <ex:> CONSTRUCT { ?s0 ?p0 [<a0>[<b0><c0> ; ] ; ] . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 [<a3><b3> ; ] . ?s4 ?p4 [<a4><b4> ; <c4><d4> ; <c4><e4> ; ] . ?s5 ?p5 [<a5>[<b5><c5> ; ] ; ] . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . [<a7><b7> ; <c7><d7> ; <c7><e7> ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse ask-in-anonymous-node: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'BASE <ex:> ASK WHERE { [<> ?o ; ] . }' to deeply equal 'BASE <ex:> ASK WHERE { [ <> ?o ; ] . }' Expected: "BASE <ex:> ASK WHERE { [ <> ?o ; ] . }" Received: "BASE <ex:> ASK WHERE { [<> ?o ; ] . }" ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse prefixed: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '( ex:a | ex:b )' to deeply equal '( ex:a )|( ex:b )' Expected: "( ex:a )|( ex:b )" Received: "( ex:a | ex:b )" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse named-node-sequence: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://example.org/a>/<http://examp…' to deeply equal '( <http://example.org/a> )/( <http://…' Expected: "( <http://example.org/a> )/( <http://example.org/b> )" Received: "(<http://example.org/a>/<http://example.org/b>)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-star: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> *" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>*)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive paths > can parse a-opt: engines/generator-sparql-1-1/test/statics.test.ts#L34
AssertionError: expected '(<http://www.w3.org/1999/02/22-rdf-sy…' to deeply equal '<http://www.w3.org/1999/02/22-rdf-syn…' Expected: "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?" Received: "(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>?)" ❯ engines/generator-sparql-1-1/test/statics.test.ts:34:31
engines/generator-sparql-1-1/test/integration.test.ts > a SPARQL 1.1 generator > on altered nodes > translates blanknodes -> variables: engines/generator-sparql-1-1/test/integration.test.ts#L114
AssertionError: expected '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' to be '\nBASE <ex:>\nCONSTRUCT { \n ?s0 ?p0…' // Object.is equality - Expected + Received BASE <ex:> CONSTRUCT { - ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0> <c0> . [ <a0> [ <b0> <c0> ; ] ; ] ?p0 ?o0 . + ?s0 ?p0 _:g_0 . _:g_0 <a0> _:g_1 . _:g_1 <b0><c0> . [<a0>[<b0><c0> ; ] ; ] ?p0 ?o0 . } WHERE { - ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3> <b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4> <b4> . _:g_7 <c4> <d4> . _:g_7 <c4> <e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5> <c5> . [ <a6> [ <b6> <c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7> <b7> . _:g_12 <c7> <d7> . _:g_12 <c7> <e7> . + ?s1 ?p1 _:g_4 . ?s1 ?p1 <a1> . ?s1 ?q1 <b1> . ?s1 ?q1 <c1> . _:g_5 ?p2 ?o2 . ?s3 ?p3 _:g_6 . _:g_6 <a3><b3> . ?s4 ?p4 _:g_7 . _:g_7 <a4><b4> . _:g_7 <c4><d4> . _:g_7 <c4><e4> . ?s5 ?p5 _:g_8 . _:g_8 <a5> _:g_9 . _:g_9 <b5><c5> . [<a6>[<b6><c6> ; ] ; ] ?p6 ?o6 . _:g_12 <a7><b7> . _:g_12 <c7><d7> . _:g_12 <c7><e7> . } ❯ engines/generator-sparql-1-1/test/integration.test.ts:114:22
spec (20.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (22.x, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
test (18.x, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
spec (20.x, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
spec (22.x, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
spec (18.x, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
test (20.x, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
spec (18.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (20.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (22.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (18.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (22.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520

Artifacts

Produced during runtime
Name Size Digest
documentation Expired
541 KB
sha256:daafbd74cfa5ea1e73b23bd26e47fac0e378dfe30d8b4974ce745c79351de0e3
earl report Expired
65.1 KB
sha256:cbe9857db6eab61811392efc6d8eb25439d9b0ce9521abf638f8312d815e1772