Skip to content

Commit b0e9e84

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.0.
1 parent a3e80d8 commit b0e9e84

File tree

5 files changed

+288
-63
lines changed

5 files changed

+288
-63
lines changed

ed/dfns/rdf12-concepts.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,10 @@
362362
"definedIn": "prose"
363363
},
364364
{
365-
"id": "dfn-full-conformance",
366-
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-full-conformance",
365+
"id": "dfn-full",
366+
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-full",
367367
"linkingText": [
368+
"full",
368369
"Full conformance"
369370
],
370371
"localLinkingText": [],
@@ -381,9 +382,10 @@
381382
"definedIn": "prose"
382383
},
383384
{
384-
"id": "dfn-classic-conformance",
385-
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-classic-conformance",
385+
"id": "dfn-classic",
386+
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-classic",
386387
"linkingText": [
388+
"classic",
387389
"Classic conformance"
388390
],
389391
"localLinkingText": [],
@@ -1392,6 +1394,27 @@
13921394
},
13931395
"definedIn": "prose"
13941396
},
1397+
{
1398+
"id": "dfn-classicize",
1399+
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-classicize",
1400+
"linkingText": [
1401+
"classicize",
1402+
"classicized",
1403+
"classicizing"
1404+
],
1405+
"localLinkingText": [],
1406+
"type": "dfn",
1407+
"for": [],
1408+
"access": "private",
1409+
"informative": true,
1410+
"heading": {
1411+
"id": "section-classicize-definition",
1412+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-classicize-definition",
1413+
"title": "From Full to Classic",
1414+
"number": "8.1"
1415+
},
1416+
"definedIn": "prose"
1417+
},
13951418
{
13961419
"id": "dfn-rdf-html",
13971420
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-html",

ed/headings/rdf12-concepts.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,69 @@
239239
"title": "Generalizations of RDF Triples, Graphs, and Datasets",
240240
"number": "7"
241241
},
242+
{
243+
"id": "section-classic-full-interop",
244+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-classic-full-interop",
245+
"level": 2,
246+
"title": "Interoperability between RDF Classic and RDF Full",
247+
"number": "8"
248+
},
249+
{
250+
"id": "section-classicize-definition",
251+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-classicize-definition",
252+
"level": 3,
253+
"title": "From Full to Classic",
254+
"number": "8.1"
255+
},
256+
{
257+
"id": "section-classicize-example",
258+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-classicize-example",
259+
"level": 4,
260+
"title": "Example",
261+
"number": "8.1.1"
262+
},
263+
{
264+
"id": "section-unclassicize-definition",
265+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-unclassicize-definition",
266+
"level": 3,
267+
"title": "From Classic to Full",
268+
"number": "8.2"
269+
},
270+
{
271+
"id": "section-classicize-caveat",
272+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-classicize-caveat",
273+
"level": 3,
274+
"title": "Limitations",
275+
"number": "8.3"
276+
},
277+
{
278+
"id": "algorithms",
279+
"href": "https://w3c.github.io/rdf-concepts/spec/#algorithms",
280+
"level": 3,
281+
"title": "Algorithms",
282+
"number": "8.4"
283+
},
284+
{
285+
"id": "section-classicize-algo",
286+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-classicize-algo",
287+
"level": 4,
288+
"title": "The classicize algorithm",
289+
"number": "8.4.1"
290+
},
291+
{
292+
"id": "section-ctt-algo",
293+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-ctt-algo",
294+
"level": 4,
295+
"title": "The classicize-triple-term algorithm",
296+
"number": "8.4.2"
297+
},
298+
{
299+
"id": "section-unclassicize-algo",
300+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-unclassicize-algo",
301+
"level": 4,
302+
"title": "The revert-classicize algorithm",
303+
"number": "8.4.3"
304+
},
242305
{
243306
"id": "section-additional-datatypes",
244307
"href": "https://w3c.github.io/rdf-concepts/spec/#section-additional-datatypes",

0 commit comments

Comments
 (0)