Skip to content

Commit 80ca133

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.3.
1 parent 0d5e95f commit 80ca133

File tree

8 files changed

+7949
-7765
lines changed

8 files changed

+7949
-7765
lines changed

ed/algorithms/shacl12-node-expr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
{
40-
"html": "Let <code>arg</code> be the <a data-cite=\"shacl12-core#dfn-value\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\" id=\"ref-for-index-term-value-35\">value</a> of <code>shnex:arg</code> in the <a href=\"https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-arg-expression\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-arg-expression-3\">arg expression</a>.\n\t\t\t\t\t\tThe <a data-cite=\"shacl12-core#dfn-output-nodes\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" id=\"ref-for-index-term-output-nodes-53\">output nodes</a> of the <a href=\"https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-var-expression\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-var-expression-4\">var expression</a> are computed as follows, in order:",
40+
"html": "Let <code>arg</code> be the <a data-cite=\"shacl12-core#dfn-value\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\" id=\"ref-for-index-term-value-41\">value</a> of <code>shnex:arg</code> in the <a href=\"https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-arg-expression\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-arg-expression-3\">arg expression</a>.\n\t\t\t\t\t\tThe <a data-cite=\"shacl12-core#dfn-output-nodes\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" id=\"ref-for-index-term-output-nodes-60\">output nodes</a> of the <a href=\"https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-var-expression\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-var-expression-4\">var expression</a> are computed as follows, in order:",
4141
"rationale": "if",
4242
"steps": [
4343
{

ed/dfns/ecmascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16928,7 +16928,7 @@
1692816928
"heading": {
1692916929
"id": "sec-object-value",
1693016930
"href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value",
16931-
"title": "Object ( [ value ] )",
16931+
"title": "Object ( value )",
1693216932
"number": "20.1.1.1"
1693316933
},
1693416934
"definedIn": "heading",

ed/dfns/shacl12-node-expr.json

Lines changed: 95 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -350,45 +350,45 @@
350350
"links": []
351351
},
352352
{
353-
"id": "dfn-union-expression",
354-
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-union-expression",
353+
"id": "dfn-concat-expression",
354+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-concat-expression",
355355
"linkingText": [
356-
"union expression"
356+
"concat expression"
357357
],
358358
"localLinkingText": [],
359359
"type": "dfn",
360360
"for": [],
361361
"access": "private",
362362
"informative": false,
363363
"heading": {
364-
"id": "UnionExpression",
365-
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#UnionExpression",
366-
"title": "Union Expressions",
364+
"id": "ConcatExpression",
365+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#ConcatExpression",
366+
"title": "Concat Expressions",
367367
"alternateIds": [
368-
"x4-2-3-union-expressions"
368+
"x4-2-3-concat-expressions"
369369
],
370370
"number": "4.2.3"
371371
},
372372
"definedIn": "prose",
373373
"links": []
374374
},
375375
{
376-
"id": "dfn-minus-expression",
377-
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-minus-expression",
376+
"id": "dfn-remove-expression",
377+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-remove-expression",
378378
"linkingText": [
379-
"minus expression"
379+
"remove expression"
380380
],
381381
"localLinkingText": [],
382382
"type": "dfn",
383383
"for": [],
384384
"access": "private",
385385
"informative": false,
386386
"heading": {
387-
"id": "MinusExpression",
388-
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#MinusExpression",
389-
"title": "Minus Expressions",
387+
"id": "RemoveExpression",
388+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#RemoveExpression",
389+
"title": "Remove Expressions",
390390
"alternateIds": [
391-
"x4-2-4-minus-expressions"
391+
"x4-2-4-remove-expressions"
392392
],
393393
"number": "4.2.4"
394394
},
@@ -464,6 +464,75 @@
464464
"definedIn": "prose",
465465
"links": []
466466
},
467+
{
468+
"id": "dfn-flat-map-expression",
469+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-flat-map-expression",
470+
"linkingText": [
471+
"flat map expression"
472+
],
473+
"localLinkingText": [],
474+
"type": "dfn",
475+
"for": [],
476+
"access": "private",
477+
"informative": false,
478+
"heading": {
479+
"id": "FlatMapExpression",
480+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#FlatMapExpression",
481+
"title": "FlatMap Expressions",
482+
"alternateIds": [
483+
"x4-3-1-flatmap-expressions"
484+
],
485+
"number": "4.3.1"
486+
},
487+
"definedIn": "prose",
488+
"links": []
489+
},
490+
{
491+
"id": "dfn-find-first-expression",
492+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-find-first-expression",
493+
"linkingText": [
494+
"find first expression"
495+
],
496+
"localLinkingText": [],
497+
"type": "dfn",
498+
"for": [],
499+
"access": "private",
500+
"informative": false,
501+
"heading": {
502+
"id": "FindFirstExpression",
503+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#FindFirstExpression",
504+
"title": "FindFirst Expressions",
505+
"alternateIds": [
506+
"x4-3-2-findfirst-expressions"
507+
],
508+
"number": "4.3.2"
509+
},
510+
"definedIn": "prose",
511+
"links": []
512+
},
513+
{
514+
"id": "dfn-match-all-expression",
515+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-match-all-expression",
516+
"linkingText": [
517+
"match all expression"
518+
],
519+
"localLinkingText": [],
520+
"type": "dfn",
521+
"for": [],
522+
"access": "private",
523+
"informative": false,
524+
"heading": {
525+
"id": "MatchAllExpression",
526+
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#MatchAllExpression",
527+
"title": "MatchAll Expressions",
528+
"alternateIds": [
529+
"x4-3-3-matchall-expressions"
530+
],
531+
"number": "4.3.3"
532+
},
533+
"definedIn": "prose",
534+
"links": []
535+
},
467536
{
468537
"id": "dfn-count-expression",
469538
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-count-expression",
@@ -480,9 +549,9 @@
480549
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#CountExpression",
481550
"title": "Count Expressions",
482551
"alternateIds": [
483-
"x4-3-1-count-expressions"
552+
"x4-4-1-count-expressions"
484553
],
485-
"number": "4.3.1"
554+
"number": "4.4.1"
486555
},
487556
"definedIn": "prose",
488557
"links": []
@@ -503,9 +572,9 @@
503572
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#MinExpression",
504573
"title": "Min Expressions",
505574
"alternateIds": [
506-
"x4-3-2-min-expressions"
575+
"x4-4-2-min-expressions"
507576
],
508-
"number": "4.3.2"
577+
"number": "4.4.2"
509578
},
510579
"definedIn": "prose",
511580
"links": []
@@ -526,9 +595,9 @@
526595
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#MaxExpression",
527596
"title": "Max Expressions",
528597
"alternateIds": [
529-
"x4-3-3-max-expressions"
598+
"x4-4-3-max-expressions"
530599
],
531-
"number": "4.3.3"
600+
"number": "4.4.3"
532601
},
533602
"definedIn": "prose",
534603
"links": []
@@ -549,9 +618,9 @@
549618
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#SumExpression",
550619
"title": "Sum Expressions",
551620
"alternateIds": [
552-
"x4-3-4-sum-expressions"
621+
"x4-4-4-sum-expressions"
553622
],
554-
"number": "4.3.4"
623+
"number": "4.4.4"
555624
},
556625
"definedIn": "prose",
557626
"links": []
@@ -572,9 +641,9 @@
572641
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#InstancesOfExpression",
573642
"title": "InstancesOf Expressions",
574643
"alternateIds": [
575-
"x4-4-1-instancesof-expressions"
644+
"x4-5-1-instancesof-expressions"
576645
],
577-
"number": "4.4.1"
646+
"number": "4.5.1"
578647
},
579648
"definedIn": "prose",
580649
"links": []
@@ -595,9 +664,9 @@
595664
"href": "https://w3c.github.io/data-shapes/shacl12-node-expr/#NodesMatchingExpression",
596665
"title": "Nodes Matching Expressions",
597666
"alternateIds": [
598-
"x4-4-2-nodes-matching-expressions"
667+
"x4-5-2-nodes-matching-expressions"
599668
],
600-
"number": "4.4.2"
669+
"number": "4.5.2"
601670
},
602671
"definedIn": "prose",
603672
"links": []

ed/headings/ecmascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7245,7 +7245,7 @@
72457245
{
72467246
"id": "sec-object-value",
72477247
"href": "https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object-value",
7248-
"title": "Object ( [ value ] )",
7248+
"title": "Object ( value )",
72497249
"level": 4,
72507250
"number": "20.1.1.1"
72517251
},

0 commit comments

Comments
 (0)