Skip to content

Commit 4206d93

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.0.1.
1 parent 24f918f commit 4206d93

File tree

9 files changed

+280
-250
lines changed

9 files changed

+280
-250
lines changed

tr/algorithms/rdf12-concepts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "literal",
99
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-literal",
10-
"html": "A <dfn data-local-lt=\"RDF literal\" data-lt=\"literal|RDF literal\" data-plurals=\"literals\" id=\"dfn-literal\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">literal</dfn> in an <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-graph-29\">RDF graph</a> consists of\n two, three, or four elements, as follows:",
10+
"html": "A <dfn data-local-lt=\"RDF literal\" data-lt=\"literal|RDF literal\" data-plurals=\"literals\" id=\"dfn-literal\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">literal</dfn> consists of\n two, three, or four components, as below:",
1111
"rationale": "if",
1212
"steps": [
1313
{
@@ -17,7 +17,7 @@
1717
"html": "A <dfn data-plurals=\"datatype iris\" id=\"dfn-datatype-iri\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></dfn>, being an <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-iri-28\"><abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a>\n identifying a datatype that determines how the lexical form maps\n to a <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-literal-value\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-literal-value-3\">literal value</a>."
1818
},
1919
{
20-
"html": "If and only if the <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-datatype-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-datatype-iri-2\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a> is\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#langString</code> or\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString</code>, a\n non-empty <dfn data-plurals=\"language tags\" id=\"dfn-language-tag\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">language tag</dfn> as defined by [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/rdf12-concepts/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>]. The\n language tag <em class=\"rfc2119\">MUST</em> be well-formed according to\n <a href=\"https://www.rfc-editor.org/rfc/rfc5646#section-2.2.9\" id=\"ref-for-index-term-section-2-2-9-1\">section 2.2.9</a>\n of [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/rdf12-concepts/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>],\n and <em class=\"rfc2119\">MUST</em> be treated accordingly, that is, in a case insensitive manner.\n Two [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/rdf12-concepts/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>]-complying strings that differ only by case represent the same <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-language-tag\" class=\"internalDFN\" id=\"ref-for-dfn-language-tag-1\">language tag</a>."
20+
"html": "If and only if the <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-datatype-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-datatype-iri-2\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a> is\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#langString</code> or\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString</code>, a\n non-empty <dfn data-plurals=\"language tags\" id=\"dfn-language-tag\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">language tag</dfn> as defined by [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/rdf12-concepts/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>]. The\n language tag <em class=\"rfc2119\">MUST</em> be well-formed according to\n <a href=\"https://www.rfc-editor.org/rfc/rfc5646#section-2.2.9\" id=\"ref-for-index-term-section-2-2-9-1\">section 2.2.9</a>\n of [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/rdf12-concepts/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>],\n and <em class=\"rfc2119\">MUST</em> be treated accordingly, that is, in a case-insensitive manner.\n Two [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/rdf12-concepts/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>]-complying strings that differ only by case represent the same <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-language-tag\" class=\"internalDFN\" id=\"ref-for-dfn-language-tag-1\">language tag</a>."
2121
},
2222
{
2323
"html": "If and only if the <a href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-datatype-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-datatype-iri-3\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a> is\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString</code>,\n a <dfn data-plurals=\"base directions\" id=\"dfn-base-direction\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">base direction</dfn> that <em class=\"rfc2119\">MUST</em> be one of the following:<ul>\n <li><code>ltr</code>, indicating that the initial text direction is set to left-to-right</li>\n <li><code>rtl</code>, indicating that the initial text direction is set to right-to-left</li>\n </ul>"

tr/dfns/dapt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@
15021502
"alternateIds": [
15031503
"extension-xmlLang-audio-nonMatching"
15041504
],
1505-
"number": "G.17"
1505+
"number": "G.16"
15061506
},
15071507
"definedIn": "prose"
15081508
},

tr/headings/dapt.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,16 +1009,6 @@
10091009
],
10101010
"number": "G.15"
10111011
},
1012-
{
1013-
"id": "xmlid-div",
1014-
"href": "https://www.w3.org/TR/dapt/#xmlid-div",
1015-
"level": 3,
1016-
"title": "#xmlId-div",
1017-
"alternateIds": [
1018-
"extension-xmlId-div"
1019-
],
1020-
"number": "G.16"
1021-
},
10221012
{
10231013
"id": "xmllang-audio-nonmatching",
10241014
"href": "https://www.w3.org/TR/dapt/#xmllang-audio-nonmatching",
@@ -1027,7 +1017,7 @@
10271017
"alternateIds": [
10281018
"extension-xmlLang-audio-nonMatching"
10291019
],
1030-
"number": "G.17"
1020+
"number": "G.16"
10311021
},
10321022
{
10331023
"id": "xmllang-root",
@@ -1037,7 +1027,7 @@
10371027
"alternateIds": [
10381028
"extension-xmlLang-root"
10391029
],
1040-
"number": "G.18"
1030+
"number": "G.17"
10411031
},
10421032
{
10431033
"id": "registry-section",

tr/headings/rdf12-n-triples.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,45 +64,55 @@
6464
],
6565
"number": "2.1"
6666
},
67+
{
68+
"id": "sec-version",
69+
"href": "https://www.w3.org/TR/rdf12-n-triples/#sec-version",
70+
"level": 3,
71+
"title": "Version Announcement",
72+
"alternateIds": [
73+
"x2-2-version-announcement"
74+
],
75+
"number": "2.2"
76+
},
6777
{
6878
"id": "triple-terms",
6979
"href": "https://www.w3.org/TR/rdf12-n-triples/#triple-terms",
7080
"level": 3,
7181
"title": "Triple Terms",
7282
"alternateIds": [
73-
"x2-2-triple-terms"
83+
"x2-3-triple-terms"
7484
],
75-
"number": "2.2"
85+
"number": "2.3"
7686
},
7787
{
7888
"id": "sec-iri",
7989
"href": "https://www.w3.org/TR/rdf12-n-triples/#sec-iri",
8090
"level": 3,
8191
"title": "IRIs",
8292
"alternateIds": [
83-
"x2-3-iris"
93+
"x2-4-iris"
8494
],
85-
"number": "2.3"
95+
"number": "2.4"
8696
},
8797
{
8898
"id": "sec-literals",
8999
"href": "https://www.w3.org/TR/rdf12-n-triples/#sec-literals",
90100
"level": 3,
91101
"title": "RDF Literals",
92102
"alternateIds": [
93-
"x2-4-rdf-literals"
103+
"x2-5-rdf-literals"
94104
],
95-
"number": "2.4"
105+
"number": "2.5"
96106
},
97107
{
98108
"id": "BNodes",
99109
"href": "https://www.w3.org/TR/rdf12-n-triples/#BNodes",
100110
"level": 3,
101111
"title": "RDF Blank Nodes",
102112
"alternateIds": [
103-
"x2-5-rdf-blank-nodes"
113+
"x2-6-rdf-blank-nodes"
104114
],
105-
"number": "2.5"
115+
"number": "2.6"
106116
},
107117
{
108118
"id": "canonical-ntriples",

0 commit comments

Comments
 (0)