Skip to content

Commit a18dd7a

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.0.
1 parent d7de82d commit a18dd7a

File tree

5 files changed

+142
-112
lines changed

5 files changed

+142
-112
lines changed

ed/dfns/sparql12-query.json

+38
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@
44
"url": "https://w3c.github.io/sparql-query/spec/"
55
},
66
"dfns": [
7+
{
8+
"id": "dfn-string-literal",
9+
"href": "https://w3c.github.io/sparql-query/spec/#dfn-string-literal",
10+
"linkingText": [
11+
"string literal"
12+
],
13+
"localLinkingText": [],
14+
"type": "dfn",
15+
"for": [],
16+
"access": "private",
17+
"informative": false,
18+
"heading": {
19+
"id": "func-string",
20+
"href": "https://w3c.github.io/sparql-query/spec/#func-string",
21+
"title": "Functions on Strings",
22+
"number": "17.4.3"
23+
},
24+
"definedIn": "prose"
25+
},
26+
{
27+
"id": "dfn-argument-compatible",
28+
"href": "https://w3c.github.io/sparql-query/spec/#dfn-argument-compatible",
29+
"linkingText": [
30+
"argument compatible"
31+
],
32+
"localLinkingText": [],
33+
"type": "dfn",
34+
"for": [],
35+
"access": "private",
36+
"informative": false,
37+
"heading": {
38+
"id": "func-string",
39+
"href": "https://w3c.github.io/sparql-query/spec/#func-string",
40+
"title": "Functions on Strings",
41+
"number": "17.4.3"
42+
},
43+
"definedIn": "prose"
44+
},
745
{
846
"id": "dfn-sparqlquery",
947
"href": "https://w3c.github.io/sparql-query/spec/#dfn-sparqlquery",

ed/headings/sparql12-query.json

+22-50
Original file line numberDiff line numberDiff line change
@@ -1028,137 +1028,109 @@
10281028
"number": "17.4.2.19"
10291029
},
10301030
{
1031-
"id": "func-strings",
1032-
"href": "https://w3c.github.io/sparql-query/spec/#func-strings",
1031+
"id": "func-string",
1032+
"href": "https://w3c.github.io/sparql-query/spec/#func-string",
10331033
"level": 4,
10341034
"title": "Functions on Strings",
10351035
"number": "17.4.3"
10361036
},
1037-
{
1038-
"id": "idp1887976",
1039-
"href": "https://w3c.github.io/sparql-query/spec/#idp1887976",
1040-
"level": 5,
1041-
"title": "Strings in SPARQL Functions",
1042-
"number": "17.4.3.1"
1043-
},
1044-
{
1045-
"id": "func-string",
1046-
"href": "https://w3c.github.io/sparql-query/spec/#func-string",
1047-
"level": 6,
1048-
"title": "String arguments",
1049-
"number": "17.4.3.1.1"
1050-
},
1051-
{
1052-
"id": "func-arg-compatibility",
1053-
"href": "https://w3c.github.io/sparql-query/spec/#func-arg-compatibility",
1054-
"level": 6,
1055-
"title": "Argument Compatibility Rules",
1056-
"number": "17.4.3.1.2"
1057-
},
1058-
{
1059-
"id": "string-literal-return-type",
1060-
"href": "https://w3c.github.io/sparql-query/spec/#string-literal-return-type",
1061-
"level": 6,
1062-
"title": "String Literal Return Type",
1063-
"number": "17.4.3.1.3"
1064-
},
10651037
{
10661038
"id": "func-strlen",
10671039
"href": "https://w3c.github.io/sparql-query/spec/#func-strlen",
10681040
"level": 5,
10691041
"title": "STRLEN",
1070-
"number": "17.4.3.2"
1042+
"number": "17.4.3.1"
10711043
},
10721044
{
10731045
"id": "func-substr",
10741046
"href": "https://w3c.github.io/sparql-query/spec/#func-substr",
10751047
"level": 5,
10761048
"title": "SUBSTR",
1077-
"number": "17.4.3.3"
1049+
"number": "17.4.3.2"
10781050
},
10791051
{
10801052
"id": "func-ucase",
10811053
"href": "https://w3c.github.io/sparql-query/spec/#func-ucase",
10821054
"level": 5,
10831055
"title": "UCASE",
1084-
"number": "17.4.3.4"
1056+
"number": "17.4.3.3"
10851057
},
10861058
{
10871059
"id": "func-lcase",
10881060
"href": "https://w3c.github.io/sparql-query/spec/#func-lcase",
10891061
"level": 5,
10901062
"title": "LCASE",
1091-
"number": "17.4.3.5"
1063+
"number": "17.4.3.4"
10921064
},
10931065
{
10941066
"id": "func-strstarts",
10951067
"href": "https://w3c.github.io/sparql-query/spec/#func-strstarts",
10961068
"level": 5,
10971069
"title": "STRSTARTS",
1098-
"number": "17.4.3.6"
1070+
"number": "17.4.3.5"
10991071
},
11001072
{
11011073
"id": "func-strends",
11021074
"href": "https://w3c.github.io/sparql-query/spec/#func-strends",
11031075
"level": 5,
11041076
"title": "STRENDS",
1105-
"number": "17.4.3.7"
1077+
"number": "17.4.3.6"
11061078
},
11071079
{
11081080
"id": "func-contains",
11091081
"href": "https://w3c.github.io/sparql-query/spec/#func-contains",
11101082
"level": 5,
11111083
"title": "CONTAINS",
1112-
"number": "17.4.3.8"
1084+
"number": "17.4.3.7"
11131085
},
11141086
{
11151087
"id": "func-strbefore",
11161088
"href": "https://w3c.github.io/sparql-query/spec/#func-strbefore",
11171089
"level": 5,
11181090
"title": "STRBEFORE",
1119-
"number": "17.4.3.9"
1091+
"number": "17.4.3.8"
11201092
},
11211093
{
11221094
"id": "func-strafter",
11231095
"href": "https://w3c.github.io/sparql-query/spec/#func-strafter",
11241096
"level": 5,
11251097
"title": "STRAFTER",
1126-
"number": "17.4.3.10"
1127-
},
1128-
{
1129-
"id": "func-encode",
1130-
"href": "https://w3c.github.io/sparql-query/spec/#func-encode",
1131-
"level": 5,
1132-
"title": "ENCODE_FOR_URI",
1133-
"number": "17.4.3.11"
1098+
"number": "17.4.3.9"
11341099
},
11351100
{
11361101
"id": "func-concat",
11371102
"href": "https://w3c.github.io/sparql-query/spec/#func-concat",
11381103
"level": 5,
11391104
"title": "CONCAT",
1140-
"number": "17.4.3.12"
1105+
"number": "17.4.3.10"
11411106
},
11421107
{
11431108
"id": "func-langMatches",
11441109
"href": "https://w3c.github.io/sparql-query/spec/#func-langMatches",
11451110
"level": 5,
11461111
"title": "langMATCHES",
1147-
"number": "17.4.3.13"
1112+
"number": "17.4.3.11"
11481113
},
11491114
{
11501115
"id": "func-regex",
11511116
"href": "https://w3c.github.io/sparql-query/spec/#func-regex",
11521117
"level": 5,
11531118
"title": "REGEX",
1154-
"number": "17.4.3.14"
1119+
"number": "17.4.3.12"
11551120
},
11561121
{
11571122
"id": "func-replace",
11581123
"href": "https://w3c.github.io/sparql-query/spec/#func-replace",
11591124
"level": 5,
11601125
"title": "REPLACE",
1161-
"number": "17.4.3.15"
1126+
"number": "17.4.3.13"
1127+
},
1128+
{
1129+
"id": "func-encode",
1130+
"href": "https://w3c.github.io/sparql-query/spec/#func-encode",
1131+
"level": 5,
1132+
"title": "ENCODE_FOR_URI",
1133+
"number": "17.4.3.14"
11621134
},
11631135
{
11641136
"id": "func-numerics",

0 commit comments

Comments
 (0)