From 972dcefd647f689e2fb0253858b5919fe4ec46bd Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 17 Jun 2023 01:28:52 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 13.1.0. --- tr/headings/sparql12-query.json | 80 +++++++------- tr/headings/sparql12-update.json | 26 +---- tr/ids/sparql12-query.json | 77 +++++++------ tr/ids/sparql12-update.json | 31 +----- tr/index.json | 38 +++---- tr/links/sparql12-federated-query.json | 50 +++++---- tr/links/sparql12-graph-store-protocol.json | 52 +++++---- tr/links/sparql12-protocol.json | 86 ++++++++------- tr/links/sparql12-query.json | 113 ++++++++++---------- tr/links/sparql12-results-csv-tsv.json | 58 +++++----- tr/links/sparql12-results-json.json | 52 +++++---- tr/links/sparql12-results-xml.json | 65 ++++++----- tr/links/sparql12-service-description.json | 79 +++++++------- tr/links/sparql12-update.json | 72 +++++-------- tr/refs/sparql12-federated-query.json | 18 ++-- tr/refs/sparql12-graph-store-protocol.json | 18 ++-- tr/refs/sparql12-protocol.json | 22 ++-- tr/refs/sparql12-query.json | 24 ++--- tr/refs/sparql12-results-csv-tsv.json | 20 ++-- tr/refs/sparql12-results-json.json | 18 ++-- tr/refs/sparql12-results-xml.json | 20 ++-- tr/refs/sparql12-service-description.json | 20 ++-- tr/refs/sparql12-update.json | 20 ++-- 23 files changed, 499 insertions(+), 560 deletions(-) diff --git a/tr/headings/sparql12-query.json b/tr/headings/sparql12-query.json index ab513474f5cf..4fdf16c08d92 100644 --- a/tr/headings/sparql12-query.json +++ b/tr/headings/sparql12-query.json @@ -124,7 +124,7 @@ "id": "BlankNodesInResults", "href": "https://www.w3.org/TR/sparql12-query/#BlankNodesInResults", "level": 3, - "title": "Blank Node Labels in Query Results", + "title": "Blank Node Identifiers in Query Results", "number": "2.4" }, { @@ -275,10 +275,10 @@ "number": "5.1" }, { - "id": "bgpBNodeLabels", - "href": "https://www.w3.org/TR/sparql12-query/#bgpBNodeLabels", + "id": "bgpBNodeIdentifiers", + "href": "https://www.w3.org/TR/sparql12-query/#bgpBNodeIdentifiers", "level": 4, - "title": "Blank Node Labels", + "title": "Blank Node Identifiers", "number": "5.1.1" }, { @@ -586,15 +586,15 @@ "number": "13.3" }, { - "id": "accessByLabel", - "href": "https://www.w3.org/TR/sparql12-query/#accessByLabel", + "id": "accessByIdentifier", + "href": "https://www.w3.org/TR/sparql12-query/#accessByIdentifier", "level": 4, "title": "Accessing Graph Names", "number": "13.3.1" }, { - "id": "restrictByLabel", - "href": "https://www.w3.org/TR/sparql12-query/#restrictByLabel", + "id": "restrictByIdentifier", + "href": "https://www.w3.org/TR/sparql12-query/#restrictByIdentifier", "level": 4, "title": "Restricting by Graph IRI", "number": "13.3.2" @@ -873,33 +873,19 @@ "title": "logical-and", "number": "17.4.1.6" }, - { - "id": "func-RDFterm-equal", - "href": "https://www.w3.org/TR/sparql12-query/#func-RDFterm-equal", - "level": 5, - "title": "RDFterm-equal", - "number": "17.4.1.7" - }, - { - "id": "func-sameTerm", - "href": "https://www.w3.org/TR/sparql12-query/#func-sameTerm", - "level": 5, - "title": "sameTerm", - "number": "17.4.1.8" - }, { "id": "func-in", "href": "https://www.w3.org/TR/sparql12-query/#func-in", "level": 5, "title": "IN", - "number": "17.4.1.9" + "number": "17.4.1.7" }, { "id": "func-not-in", "href": "https://www.w3.org/TR/sparql12-query/#func-not-in", "level": 5, "title": "NOT IN", - "number": "17.4.1.10" + "number": "17.4.1.8" }, { "id": "func-rdfTerms", @@ -908,96 +894,110 @@ "title": "Functions on RDF Terms", "number": "17.4.2" }, + { + "id": "func-RDFterm-equal", + "href": "https://www.w3.org/TR/sparql12-query/#func-RDFterm-equal", + "level": 5, + "title": "RDFterm-equal", + "number": "17.4.2.1" + }, + { + "id": "func-sameTerm", + "href": "https://www.w3.org/TR/sparql12-query/#func-sameTerm", + "level": 5, + "title": "sameTerm", + "number": "17.4.2.2" + }, { "id": "func-isIRI", "href": "https://www.w3.org/TR/sparql12-query/#func-isIRI", "level": 5, "title": "isIRI", - "number": "17.4.2.1" + "number": "17.4.2.3" }, { "id": "func-isBlank", "href": "https://www.w3.org/TR/sparql12-query/#func-isBlank", "level": 5, "title": "isBLANK", - "number": "17.4.2.2" + "number": "17.4.2.4" }, { "id": "func-isLiteral", "href": "https://www.w3.org/TR/sparql12-query/#func-isLiteral", "level": 5, "title": "isLITERAL", - "number": "17.4.2.3" + "number": "17.4.2.5" }, { "id": "func-isNumeric", "href": "https://www.w3.org/TR/sparql12-query/#func-isNumeric", "level": 5, "title": "isNUMERIC", - "number": "17.4.2.4" + "number": "17.4.2.6" }, { "id": "func-str", "href": "https://www.w3.org/TR/sparql12-query/#func-str", "level": 5, "title": "STR", - "number": "17.4.2.5" + "number": "17.4.2.7" }, { "id": "func-lang", "href": "https://www.w3.org/TR/sparql12-query/#func-lang", "level": 5, "title": "LANG", - "number": "17.4.2.6" + "number": "17.4.2.8" }, { "id": "func-datatype", "href": "https://www.w3.org/TR/sparql12-query/#func-datatype", "level": 5, "title": "DATATYPE", - "number": "17.4.2.7" + "number": "17.4.2.9" }, { "id": "func-iri", "href": "https://www.w3.org/TR/sparql12-query/#func-iri", "level": 5, "title": "IRI", - "number": "17.4.2.8" + "number": "17.4.2.10" }, { "id": "func-bnode", "href": "https://www.w3.org/TR/sparql12-query/#func-bnode", "level": 5, "title": "BNODE", - "number": "17.4.2.9" + "number": "17.4.2.11" }, { "id": "func-strdt", "href": "https://www.w3.org/TR/sparql12-query/#func-strdt", "level": 5, "title": "STRDT", - "number": "17.4.2.10" + "number": "17.4.2.12" }, { "id": "func-strlang", "href": "https://www.w3.org/TR/sparql12-query/#func-strlang", "level": 5, "title": "STRLANG", - "number": "17.4.2.11" + "number": "17.4.2.13" }, { "id": "func-uuid", "href": "https://www.w3.org/TR/sparql12-query/#func-uuid", "level": 5, "title": "UUID", - "number": "17.4.2.12" + "number": "17.4.2.14" }, { "id": "func-struuid", "href": "https://www.w3.org/TR/sparql12-query/#func-struuid", "level": 5, "title": "STRUUID", - "number": "17.4.2.13" + "number": "17.4.2.15" }, { "id": "func-strings", @@ -1028,8 +1028,8 @@ "number": "17.4.3.1.2" }, { - "id": "idp1915512", - "href": "https://www.w3.org/TR/sparql12-query/#idp1915512", + "id": "string-literal-return-type", + "href": "https://www.w3.org/TR/sparql12-query/#string-literal-return-type", "level": 6, "title": "String Literal Return Type", "number": "17.4.3.1.3" @@ -1701,7 +1701,7 @@ "id": "grammarBNodes", "href": "https://www.w3.org/TR/sparql12-query/#grammarBNodes", "level": 3, - "title": "Blank Nodes and Blank Node Labels", + "title": "Blank Nodes and Blank Node Identifiers", "number": "19.6" }, { diff --git a/tr/headings/sparql12-update.json b/tr/headings/sparql12-update.json index 55667b91e00f..6fff64b6cab0 100644 --- a/tr/headings/sparql12-update.json +++ b/tr/headings/sparql12-update.json @@ -359,43 +359,23 @@ "title": "SPARQL 1.2 Update Grammar", "number": "9" }, - { - "id": "sec-bibliography", - "href": "https://www.w3.org/TR/sparql12-update/#sec-bibliography", - "level": 2, - "title": "10. References" - }, - { - "id": "sec-existing-stds", - "href": "https://www.w3.org/TR/sparql12-update/#sec-existing-stds", - "level": 3, - "title": "Normative References", - "number": "10.1" - }, - { - "id": "null", - "href": "https://www.w3.org/TR/sparql12-update/#null", - "level": 3, - "title": "Other References", - "number": "10.2" - }, { "id": "privacy", "href": "https://www.w3.org/TR/sparql12-update/#privacy", "level": 2, - "title": "11. Privacy Considerations" + "title": "10. Privacy Considerations" }, { "id": "security", "href": "https://www.w3.org/TR/sparql12-update/#security", "level": 2, - "title": "12. Security Considerations" + "title": "11. Security Considerations" }, { "id": "internationalization", "href": "https://www.w3.org/TR/sparql12-update/#internationalization", "level": 2, - "title": "13. Internationalization Considerations" + "title": "12. Internationalization Considerations" }, { "id": "changes-from-sparql11", diff --git a/tr/ids/sparql12-query.json b/tr/ids/sparql12-query.json index e4d5d4f39c6a..5a465d5f8d30 100644 --- a/tr/ids/sparql12-query.json +++ b/tr/ids/sparql12-query.json @@ -40,6 +40,8 @@ "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-datatype-iri-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-blank-node-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-term-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-part-of-sparql-and-rdf-concrete-serializations-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-blank-node-identifier-1", "https://www.w3.org/TR/sparql12-query/#basicpatterns", "https://www.w3.org/TR/sparql12-query/#x2-making-simple-queries-informative", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-term-3", @@ -59,7 +61,8 @@ "https://www.w3.org/TR/sparql12-query/#x2-3-3-matching-literals-with-arbitrary-datatypes", "https://www.w3.org/TR/sparql12-query/#table61", "https://www.w3.org/TR/sparql12-query/#BlankNodesInResults", - "https://www.w3.org/TR/sparql12-query/#x2-4-blank-node-labels-in-query-results", + "https://www.w3.org/TR/sparql12-query/#x2-4-blank-node-identifiers-in-query-results", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-blank-node-identifier-2", "https://www.w3.org/TR/sparql12-query/#table56", "https://www.w3.org/TR/sparql12-query/#table57", "https://www.w3.org/TR/sparql12-query/#CreatingValuesWithExpressions", @@ -116,8 +119,9 @@ "https://www.w3.org/TR/sparql12-query/#x5-graph-patterns", "https://www.w3.org/TR/sparql12-query/#BasicGraphPatterns", "https://www.w3.org/TR/sparql12-query/#x5-1-basic-graph-patterns", - "https://www.w3.org/TR/sparql12-query/#bgpBNodeLabels", - "https://www.w3.org/TR/sparql12-query/#x5-1-1-blank-node-labels", + "https://www.w3.org/TR/sparql12-query/#bgpBNodeIdentifiers", + "https://www.w3.org/TR/sparql12-query/#x5-1-1-blank-node-identifiers", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-blank-node-identifier-3", "https://www.w3.org/TR/sparql12-query/#bgpExtend", "https://www.w3.org/TR/sparql12-query/#x5-1-2-extending-basic-graph-pattern-matching", "https://www.w3.org/TR/sparql12-query/#GroupPatterns", @@ -206,13 +210,14 @@ "https://www.w3.org/TR/sparql12-query/#x13-1-examples-of-rdf-datasets", "https://www.w3.org/TR/sparql12-query/#ex_2", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-2", "https://www.w3.org/TR/sparql12-query/#specifyingDataset", "https://www.w3.org/TR/sparql12-query/#x13-2-specifying-rdf-datasets", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-specified-in-a-sparql-protocol-request-1", "https://www.w3.org/TR/sparql12-query/#unnamedGraph", "https://www.w3.org/TR/sparql12-query/#x13-2-1-specifying-the-default-graph", "https://www.w3.org/TR/sparql12-query/#table102", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-3", "https://www.w3.org/TR/sparql12-query/#namedGraphs", "https://www.w3.org/TR/sparql12-query/#x13-2-2-specifying-named-graphs", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-further-details-1", @@ -220,10 +225,10 @@ "https://www.w3.org/TR/sparql12-query/#x13-2-3-combining-from-and-from-named", "https://www.w3.org/TR/sparql12-query/#queryDataset", "https://www.w3.org/TR/sparql12-query/#x13-3-querying-the-dataset", - "https://www.w3.org/TR/sparql12-query/#accessByLabel", + "https://www.w3.org/TR/sparql12-query/#accessByIdentifier", "https://www.w3.org/TR/sparql12-query/#x13-3-1-accessing-graph-names", "https://www.w3.org/TR/sparql12-query/#table105", - "https://www.w3.org/TR/sparql12-query/#restrictByLabel", + "https://www.w3.org/TR/sparql12-query/#restrictByIdentifier", "https://www.w3.org/TR/sparql12-query/#x13-3-2-restricting-by-graph-iri", "https://www.w3.org/TR/sparql12-query/#table106", "https://www.w3.org/TR/sparql12-query/#restrictInQuery", @@ -400,8 +405,14 @@ "https://www.w3.org/TR/sparql12-query/#x17-4-1-5-logical-or", "https://www.w3.org/TR/sparql12-query/#func-logical-and", "https://www.w3.org/TR/sparql12-query/#x17-4-1-6-logical-and", + "https://www.w3.org/TR/sparql12-query/#func-in", + "https://www.w3.org/TR/sparql12-query/#x17-4-1-7-in", + "https://www.w3.org/TR/sparql12-query/#func-not-in", + "https://www.w3.org/TR/sparql12-query/#x17-4-1-8-not-in", + "https://www.w3.org/TR/sparql12-query/#func-rdfTerms", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-functions-on-rdf-terms", "https://www.w3.org/TR/sparql12-query/#func-RDFterm-equal", - "https://www.w3.org/TR/sparql12-query/#x17-4-1-7-rdfterm-equal", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-1-rdfterm-equal", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-datatype-iri-2", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-recognized-datatype-iris-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-lexical-form-2", @@ -413,44 +424,38 @@ "https://www.w3.org/TR/sparql12-query/#func-RDFterm-equal-note1", "https://www.w3.org/TR/sparql12-query/#h-note", "https://www.w3.org/TR/sparql12-query/#func-sameTerm", - "https://www.w3.org/TR/sparql12-query/#x17-4-1-8-sameterm", - "https://www.w3.org/TR/sparql12-query/#func-in", - "https://www.w3.org/TR/sparql12-query/#x17-4-1-9-in", - "https://www.w3.org/TR/sparql12-query/#func-not-in", - "https://www.w3.org/TR/sparql12-query/#x17-4-1-10-not-in", - "https://www.w3.org/TR/sparql12-query/#func-rdfTerms", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-functions-on-rdf-terms", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-2-sameterm", "https://www.w3.org/TR/sparql12-query/#func-isIRI", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-1-isiri", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-3-isiri", "https://www.w3.org/TR/sparql12-query/#func-isBlank", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-2-isblank", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-4-isblank", "https://www.w3.org/TR/sparql12-query/#func-isLiteral", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-3-isliteral", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-5-isliteral", "https://www.w3.org/TR/sparql12-query/#func-isNumeric", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-4-isnumeric", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-6-isnumeric", "https://www.w3.org/TR/sparql12-query/#func-str", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-5-str", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-7-str", "https://www.w3.org/TR/sparql12-query/#func-lang", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-6-lang", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-8-lang", "https://www.w3.org/TR/sparql12-query/#func-datatype", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-7-datatype", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-9-datatype", "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID", "https://www.w3.org/TR/sparql12-query/#h-note-0", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-language-tag-2", "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID-0", "https://www.w3.org/TR/sparql12-query/#h-note-1", "https://www.w3.org/TR/sparql12-query/#func-iri", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-8-iri", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-10-iri", "https://www.w3.org/TR/sparql12-query/#func-bnode", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-9-bnode", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-11-bnode", "https://www.w3.org/TR/sparql12-query/#func-strdt", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-10-strdt", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-12-strdt", "https://www.w3.org/TR/sparql12-query/#func-strlang", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-11-strlang", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-13-strlang", "https://www.w3.org/TR/sparql12-query/#func-uuid", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-12-uuid", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-14-uuid", "https://www.w3.org/TR/sparql12-query/#func-struuid", - "https://www.w3.org/TR/sparql12-query/#x17-4-2-13-struuid", + "https://www.w3.org/TR/sparql12-query/#x17-4-2-15-struuid", "https://www.w3.org/TR/sparql12-query/#func-strings", "https://www.w3.org/TR/sparql12-query/#x17-4-3-functions-on-strings", "https://www.w3.org/TR/sparql12-query/#idp1887976", @@ -462,7 +467,7 @@ "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID-1", "https://www.w3.org/TR/sparql12-query/#h-note-2", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-simple-literal-2", - "https://www.w3.org/TR/sparql12-query/#idp1915512", + "https://www.w3.org/TR/sparql12-query/#string-literal-return-type", "https://www.w3.org/TR/sparql12-query/#x17-4-3-1-3-string-literal-return-type", "https://www.w3.org/TR/sparql12-query/#func-strlen", "https://www.w3.org/TR/sparql12-query/#x17-4-3-2-strlen", @@ -497,6 +502,7 @@ "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-fn-encode-for-uri-2", "https://www.w3.org/TR/sparql12-query/#func-concat", "https://www.w3.org/TR/sparql12-query/#x17-4-3-12-concat", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-lexical-form-3", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-fn-concat-1", "https://www.w3.org/TR/sparql12-query/#func-langMatches", "https://www.w3.org/TR/sparql12-query/#x17-4-3-13-langmatches", @@ -587,8 +593,8 @@ "https://www.w3.org/TR/sparql12-query/#defn_RDFDataset", "https://www.w3.org/TR/sparql12-query/#defn_ActiveGraph", "https://www.w3.org/TR/sparql12-query/#defn_RDFDatasetMerge", - "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-3", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-4", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-merge-5", "https://www.w3.org/TR/sparql12-query/#sparqlQueryVariables", "https://www.w3.org/TR/sparql12-query/#x18-1-2-query-variables", "https://www.w3.org/TR/sparql12-query/#defn_QueryVariable", @@ -781,8 +787,9 @@ "https://www.w3.org/TR/sparql12-query/#iriRefs", "https://www.w3.org/TR/sparql12-query/#x19-5-iri-references", "https://www.w3.org/TR/sparql12-query/#grammarBNodes", - "https://www.w3.org/TR/sparql12-query/#x19-6-blank-nodes-and-blank-node-labels", + "https://www.w3.org/TR/sparql12-query/#x19-6-blank-nodes-and-blank-node-identifiers", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-sparql-update-request-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-blank-node-identifier-4", "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparqlrequeststring-1", "https://www.w3.org/TR/sparql12-query/#grammarEscapes", "https://www.w3.org/TR/sparql12-query/#x19-7-escape-sequences-in-strings", @@ -892,12 +899,16 @@ "https://www.w3.org/TR/sparql12-query/#rBlankNodePropertyListPath", "https://www.w3.org/TR/sparql12-query/#rCollection", "https://www.w3.org/TR/sparql12-query/#rCollectionPath", + "https://www.w3.org/TR/sparql12-query/#rAnnotationPath", + "https://www.w3.org/TR/sparql12-query/#rAnnotation", "https://www.w3.org/TR/sparql12-query/#rGraphNode", "https://www.w3.org/TR/sparql12-query/#rGraphNodePath", "https://www.w3.org/TR/sparql12-query/#rVarOrTerm", + "https://www.w3.org/TR/sparql12-query/#rQuotedTriple", + "https://www.w3.org/TR/sparql12-query/#rQuotedTripleData", + "https://www.w3.org/TR/sparql12-query/#rDataValueTerm", "https://www.w3.org/TR/sparql12-query/#rVarOrIri", "https://www.w3.org/TR/sparql12-query/#rVar", - "https://www.w3.org/TR/sparql12-query/#rGraphTerm", "https://www.w3.org/TR/sparql12-query/#rExpression", "https://www.w3.org/TR/sparql12-query/#rConditionalOrExpression", "https://www.w3.org/TR/sparql12-query/#rConditionalAndExpression", @@ -908,6 +919,8 @@ "https://www.w3.org/TR/sparql12-query/#rMultiplicativeExpression", "https://www.w3.org/TR/sparql12-query/#rUnaryExpression", "https://www.w3.org/TR/sparql12-query/#rPrimaryExpression", + "https://www.w3.org/TR/sparql12-query/#rExprVarOrTerm", + "https://www.w3.org/TR/sparql12-query/#rExprQuotedTriple", "https://www.w3.org/TR/sparql12-query/#rBrackettedExpression", "https://www.w3.org/TR/sparql12-query/#rBuiltInCall", "https://www.w3.org/TR/sparql12-query/#rRegexExpression", @@ -985,6 +998,7 @@ "https://www.w3.org/TR/sparql12-query/#b-2-terms-defined-by-reference", "https://www.w3.org/TR/sparql12-query/#index-term-curie", "https://www.w3.org/TR/sparql12-query/#index-term-blank-node", + "https://www.w3.org/TR/sparql12-query/#index-term-blank-node-identifier", "https://www.w3.org/TR/sparql12-query/#index-term-datatype-iri", "https://www.w3.org/TR/sparql12-query/#index-term-iri", "https://www.w3.org/TR/sparql12-query/#index-term-iri-equality", @@ -993,6 +1007,7 @@ "https://www.w3.org/TR/sparql12-query/#index-term-literal", "https://www.w3.org/TR/sparql12-query/#index-term-literal-term-equality", "https://www.w3.org/TR/sparql12-query/#index-term-literal-value", + "https://www.w3.org/TR/sparql12-query/#index-term-part-of-sparql-and-rdf-concrete-serializations", "https://www.w3.org/TR/sparql12-query/#index-term-rdf-term", "https://www.w3.org/TR/sparql12-query/#index-term-recognized-datatype-iris", "https://www.w3.org/TR/sparql12-query/#index-term-simple-literal", diff --git a/tr/ids/sparql12-update.json b/tr/ids/sparql12-update.json index c5944675149d..2db8ea4a9571 100644 --- a/tr/ids/sparql12-update.json +++ b/tr/ids/sparql12-update.json @@ -259,37 +259,12 @@ "https://www.w3.org/TR/sparql12-update/#grammar", "https://www.w3.org/TR/sparql12-update/#x9-sparql-1-2-update-grammar", "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-sparql-1-2-query-grammar-1", - "https://www.w3.org/TR/sparql12-update/#sec-bibliography", - "https://www.w3.org/TR/sparql12-update/#x10-references", - "https://www.w3.org/TR/sparql12-update/#sec-existing-stds", - "https://www.w3.org/TR/sparql12-update/#x10-1-normative-references", - "https://www.w3.org/TR/sparql12-update/#IANA", - "https://www.w3.org/TR/sparql12-update/#rfc3987", - "https://www.w3.org/TR/sparql12-update/#RDF-MT", - "https://www.w3.org/TR/sparql12-update/#null", - "https://www.w3.org/TR/sparql12-update/#x10-2-other-references", - "https://www.w3.org/TR/sparql12-update/#Aho", - "https://www.w3.org/TR/sparql12-update/#ABK", - "https://www.w3.org/TR/sparql12-update/#ABKDW", - "https://www.w3.org/TR/sparql12-update/#Clark", - "https://www.w3.org/TR/sparql12-update/#IANA-LANGCODES", - "https://www.w3.org/TR/sparql12-update/#RFC2141", - "https://www.w3.org/TR/sparql12-update/#rfc2376", - "https://www.w3.org/TR/sparql12-update/#rfc2781", - "https://www.w3.org/TR/sparql12-update/#rfc3629", - "https://www.w3.org/TR/sparql12-update/#ISO639", - "https://www.w3.org/TR/sparql12-update/#ISO3166", - "https://www.w3.org/TR/sparql12-update/#ISO8879", - "https://www.w3.org/TR/sparql12-update/#ISO10744", - "https://www.w3.org/TR/sparql12-update/#UNICODE", - "https://www.w3.org/TR/sparql12-update/#websgml", - "https://www.w3.org/TR/sparql12-update/#xml-names", "https://www.w3.org/TR/sparql12-update/#privacy", - "https://www.w3.org/TR/sparql12-update/#x11-privacy-considerations", + "https://www.w3.org/TR/sparql12-update/#x10-privacy-considerations", "https://www.w3.org/TR/sparql12-update/#security", - "https://www.w3.org/TR/sparql12-update/#x12-security-considerations", + "https://www.w3.org/TR/sparql12-update/#x11-security-considerations", "https://www.w3.org/TR/sparql12-update/#internationalization", - "https://www.w3.org/TR/sparql12-update/#x13-internationalization-considerations", + "https://www.w3.org/TR/sparql12-update/#x12-internationalization-considerations", "https://www.w3.org/TR/sparql12-update/#changes-from-sparql11", "https://www.w3.org/TR/sparql12-update/#a-change-log", "https://www.w3.org/TR/sparql12-update/#index", diff --git a/tr/index.json b/tr/index.json index 0bb497e73034..421ea0a76281 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-06-16T01:29:05.273Z", + "date": "2023-06-17T01:28:43.503Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -14018,10 +14018,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-federated-query/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 16:31:49 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-federated-query.json", "refs": "refs/sparql12-federated-query.json", "headings": "headings/sparql12-federated-query.json", @@ -14071,10 +14071,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-graph-store-protocol/", "crawlCacheInfo": { - "lastModified": "Mon, 15 May 2023 10:17:45 GMT" + "lastModified": "Fri, 16 Jun 2023 16:32:56 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-graph-store-protocol.json", "refs": "refs/sparql12-graph-store-protocol.json", "headings": "headings/sparql12-graph-store-protocol.json", @@ -14124,10 +14124,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-protocol/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 16:31:59 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-protocol.json", "refs": "refs/sparql12-protocol.json", "headings": "headings/sparql12-protocol.json", @@ -14177,10 +14177,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-query/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 16:32:48 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-query.json", "refs": "refs/sparql12-query.json", "dfns": "dfns/sparql12-query.json", @@ -14231,10 +14231,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-results-csv-tsv/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 16:33:00 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-results-csv-tsv.json", "refs": "refs/sparql12-results-csv-tsv.json", "headings": "headings/sparql12-results-csv-tsv.json", @@ -14284,10 +14284,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-results-json/", "crawlCacheInfo": { - "lastModified": "Mon, 15 May 2023 10:13:31 GMT" + "lastModified": "Fri, 16 Jun 2023 16:33:17 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-results-json.json", "refs": "refs/sparql12-results-json.json", "headings": "headings/sparql12-results-json.json", @@ -14337,10 +14337,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-results-xml/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 16:35:57 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-results-xml.json", "refs": "refs/sparql12-results-xml.json", "headings": "headings/sparql12-results-xml.json", @@ -14390,10 +14390,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-service-description/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 16:36:05 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-service-description.json", "refs": "refs/sparql12-service-description.json", "headings": "headings/sparql12-service-description.json", @@ -14443,10 +14443,10 @@ ], "crawled": "https://www.w3.org/TR/sparql12-update/", "crawlCacheInfo": { - "lastModified": "Tue, 09 May 2023 22:12:41 GMT" + "lastModified": "Fri, 16 Jun 2023 17:46:41 GMT" }, "generator": "respec", - "date": "16 May 2023", + "date": "16 June 2023", "links": "links/sparql12-update.json", "refs": "refs/sparql12-update.json", "headings": "headings/sparql12-update.json", diff --git a/tr/links/sparql12-federated-query.json b/tr/links/sparql12-federated-query.json index eedee30115e3..b407673d7f25 100644 --- a/tr/links/sparql12-federated-query.json +++ b/tr/links/sparql12-federated-query.json @@ -52,49 +52,47 @@ "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" + "https://w3c.github.io/sparql-new/spec/": {}, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { "specShortname": "sparql12-graph-store-protocol" }, - "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { + "https://www.w3.org/TR/sparql12-protocol/": { "specShortname": "sparql12-protocol" }, - "https://w3c.github.io/sparql-query/spec/": { + "https://www.w3.org/TR/sparql12-query/": { "specShortname": "sparql12-query" }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { "specShortname": "sparql12-results-csv-tsv" }, - "https://w3c.github.io/sparql-results-json/spec/": { + "https://www.w3.org/TR/sparql12-results-json/": { "specShortname": "sparql12-results-json" }, - "https://w3c.github.io/sparql-results-xml/spec/": { + "https://www.w3.org/TR/sparql12-results-xml/": { "specShortname": "sparql12-results-xml" }, - "https://w3c.github.io/sparql-service-description/spec/": { + "https://www.w3.org/TR/sparql12-service-description/": { "specShortname": "sparql12-service-description" }, - "https://w3c.github.io/sparql-update/spec/": { + "https://www.w3.org/TR/sparql12-update/": { "specShortname": "sparql12-update" }, - "https://www.rfc-editor.org/rfc/rfc2119": {}, - "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2021/Process-20211102/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ], - "specShortname": "w3c-patent-policy" - }, - "https://www.w3.org/TR/": {}, "https://www.w3.org/groups/wg/rdf-star": {}, "https://www.w3.org/groups/wg/rdf-star/ipr": {} } diff --git a/tr/links/sparql12-graph-store-protocol.json b/tr/links/sparql12-graph-store-protocol.json index ff4fcb9d37ec..7c13d17b4dca 100644 --- a/tr/links/sparql12-graph-store-protocol.json +++ b/tr/links/sparql12-graph-store-protocol.json @@ -38,34 +38,7 @@ "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { - "specShortname": "sparql12-federated-query" - }, "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { - "specShortname": "sparql12-protocol" - }, - "https://w3c.github.io/sparql-query/spec/": { - "specShortname": "sparql12-query" - }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { - "specShortname": "sparql12-results-csv-tsv" - }, - "https://w3c.github.io/sparql-results-json/spec/": { - "specShortname": "sparql12-results-json" - }, - "https://w3c.github.io/sparql-results-xml/spec/": { - "specShortname": "sparql12-results-xml" - }, - "https://w3c.github.io/sparql-service-description/spec/": { - "specShortname": "sparql12-service-description" - }, - "https://w3c.github.io/sparql-update/spec/": { - "specShortname": "sparql12-update" - }, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc3986": { "anchors": [ @@ -86,6 +59,31 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { + "specShortname": "sparql12-federated-query" + }, + "https://www.w3.org/TR/sparql12-protocol/": { + "specShortname": "sparql12-protocol" + }, + "https://www.w3.org/TR/sparql12-query/": { + "specShortname": "sparql12-query" + }, + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { + "specShortname": "sparql12-results-csv-tsv" + }, + "https://www.w3.org/TR/sparql12-results-json/": { + "specShortname": "sparql12-results-json" + }, + "https://www.w3.org/TR/sparql12-results-xml/": { + "specShortname": "sparql12-results-xml" + }, + "https://www.w3.org/TR/sparql12-service-description/": { + "specShortname": "sparql12-service-description" + }, + "https://www.w3.org/TR/sparql12-update/": { + "specShortname": "sparql12-update" + }, "https://www.w3.org/groups/wg/rdf-star": {}, "https://www.w3.org/groups/wg/rdf-star/ipr": {} } diff --git a/tr/links/sparql12-protocol.json b/tr/links/sparql12-protocol.json index 32cec2253c1f..b06dddddb6dc 100644 --- a/tr/links/sparql12-protocol.json +++ b/tr/links/sparql12-protocol.json @@ -10,54 +10,10 @@ "http://www.w3.org/RDF/": {}, "http://www.w3.org/TR/2008/REC-rdf-sparql-protocol-20080115/": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, - "https://w3c.github.io/rdf-concepts/spec/": { - "specShortname": "rdf12-concepts" - }, - "https://w3c.github.io/rdf-xml/spec/": { - "specShortname": "rdf12-xml" - }, "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { - "specShortname": "sparql12-federated-query" - }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { - "specShortname": "sparql12-graph-store-protocol" - }, "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-query/spec/": { - "anchors": [ - "rdfDataset", - "QueryForms", - "select", - "ask", - "describe", - "construct" - ], - "specShortname": "sparql12-query" - }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { - "specShortname": "sparql12-results-csv-tsv" - }, - "https://w3c.github.io/sparql-results-json/spec/": { - "specShortname": "sparql12-results-json" - }, - "https://w3c.github.io/sparql-results-xml/spec/": { - "specShortname": "sparql12-results-xml" - }, - "https://w3c.github.io/sparql-service-description/spec/": { - "specShortname": "sparql12-service-description" - }, - "https://w3c.github.io/sparql-update/spec/": { - "anchors": [ - "deleteInsert" - ], - "specShortname": "sparql12-update" - }, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc3986": { "anchors": [ @@ -90,6 +46,48 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/rdf12-concepts/": { + "specShortname": "rdf12-concepts" + }, + "https://www.w3.org/TR/rdf12-xml/": { + "specShortname": "rdf12-xml" + }, + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { + "specShortname": "sparql12-federated-query" + }, + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { + "specShortname": "sparql12-graph-store-protocol" + }, + "https://www.w3.org/TR/sparql12-query/": { + "anchors": [ + "rdfDataset", + "QueryForms", + "select", + "ask", + "describe", + "construct" + ], + "specShortname": "sparql12-query" + }, + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { + "specShortname": "sparql12-results-csv-tsv" + }, + "https://www.w3.org/TR/sparql12-results-json/": { + "specShortname": "sparql12-results-json" + }, + "https://www.w3.org/TR/sparql12-results-xml/": { + "specShortname": "sparql12-results-xml" + }, + "https://www.w3.org/TR/sparql12-service-description/": { + "specShortname": "sparql12-service-description" + }, + "https://www.w3.org/TR/sparql12-update/": { + "anchors": [ + "deleteInsert" + ], + "specShortname": "sparql12-update" + }, "https://www.w3.org/groups/wg/rdf-star": {}, "https://www.w3.org/groups/wg/rdf-star/ipr": {} } diff --git a/tr/links/sparql12-query.json b/tr/links/sparql12-query.json index c7f24677d43e..0dedc0f1148a 100644 --- a/tr/links/sparql12-query.json +++ b/tr/links/sparql12-query.json @@ -29,67 +29,10 @@ }, "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://en.wikipedia.org/w/index.php?title=Multiset": {}, - "https://w3c.github.io/rdf-concepts/spec/": { - "anchors": [ - "dfn-rdf-term", - "dfn-iri", - "dfn-literal", - "dfn-lexical-form", - "dfn-language-tag", - "dfn-datatype-iri", - "dfn-blank-node", - "dfn-simple-literal", - "dfn-recognized-datatype-iri", - "dfn-iri-equality", - "dfn-literal-term-equality", - "dfn-literal-value" - ], - "specShortname": "rdf12-concepts" - }, - "https://w3c.github.io/rdf-semantics/spec/": { - "anchors": [ - "collections", - "dfn-merge", - "dfn-instance", - "dfn-lean", - "dfn-interpolation" - ], - "specShortname": "rdf12-semantics" - }, - "https://w3c.github.io/rdf-xml/spec/": { - "specShortname": "rdf12-xml" - }, "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { - "specShortname": "sparql12-federated-query" - }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { - "specShortname": "sparql12-graph-store-protocol" - }, "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { - "specShortname": "sparql12-protocol" - }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { - "specShortname": "sparql12-results-csv-tsv" - }, - "https://w3c.github.io/sparql-results-json/spec/": { - "specShortname": "sparql12-results-json" - }, - "https://w3c.github.io/sparql-results-xml/spec/": { - "specShortname": "sparql12-results-xml" - }, - "https://w3c.github.io/sparql-service-description/spec/": { - "specShortname": "sparql12-service-description" - }, - "https://w3c.github.io/sparql-update/spec/": { - "specShortname": "sparql12-update" - }, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc3629": {}, "https://www.rfc-editor.org/rfc/rfc3986": {}, @@ -120,6 +63,37 @@ "https://www.w3.org/TR/rdf-dawg-uc/": {}, "https://www.w3.org/TR/rdf-sparql-XMLres/": {}, "https://www.w3.org/TR/rdf-sparql-query/": {}, + "https://www.w3.org/TR/rdf12-concepts/": { + "anchors": [ + "dfn-rdf-term", + "dfn-iri", + "dfn-literal", + "dfn-lexical-form", + "dfn-language-tag", + "dfn-datatype-iri", + "dfn-blank-node", + "note-bnode-id", + "dfn-blank-node-identifier", + "dfn-simple-literal", + "dfn-recognized-datatype-iri", + "dfn-iri-equality", + "dfn-literal-term-equality", + "dfn-literal-value" + ], + "specShortname": "rdf12-concepts" + }, + "https://www.w3.org/TR/rdf12-semantics/": { + "anchors": [ + "collections", + "dfn-merge", + "dfn-instance", + "dfn-lean", + "dfn-interpolation" + ] + }, + "https://www.w3.org/TR/rdf12-xml/": { + "specShortname": "rdf12-xml" + }, "https://www.w3.org/TR/sparql-features/": {}, "https://www.w3.org/TR/sparql11-entailment/": {}, "https://www.w3.org/TR/sparql11-federated-query/": {}, @@ -136,6 +110,31 @@ "terminology" ] }, + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { + "specShortname": "sparql12-federated-query" + }, + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { + "specShortname": "sparql12-graph-store-protocol" + }, + "https://www.w3.org/TR/sparql12-protocol/": { + "specShortname": "sparql12-protocol" + }, + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { + "specShortname": "sparql12-results-csv-tsv" + }, + "https://www.w3.org/TR/sparql12-results-json/": { + "specShortname": "sparql12-results-json" + }, + "https://www.w3.org/TR/sparql12-results-xml/": { + "specShortname": "sparql12-results-xml" + }, + "https://www.w3.org/TR/sparql12-service-description/": { + "specShortname": "sparql12-service-description" + }, + "https://www.w3.org/TR/sparql12-update/": { + "specShortname": "sparql12-update" + }, "https://www.w3.org/TR/turtle/": {}, "https://www.w3.org/TR/vcard-rdf/": {}, "https://www.w3.org/TR/webarch/": { diff --git a/tr/links/sparql12-results-csv-tsv.json b/tr/links/sparql12-results-csv-tsv.json index b3e3d01fb4ef..babe56874d8a 100644 --- a/tr/links/sparql12-results-csv-tsv.json +++ b/tr/links/sparql12-results-csv-tsv.json @@ -4,40 +4,10 @@ "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, "links": { - "https://w3c.github.io/rdf-turtle/spec/": { - "specShortname": "rdf12-turtle" - }, "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { - "specShortname": "sparql12-federated-query" - }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { - "specShortname": "sparql12-graph-store-protocol" - }, "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { - "specShortname": "sparql12-protocol" - }, - "https://w3c.github.io/sparql-query/spec/": { - "specShortname": "sparql12-query" - }, - "https://w3c.github.io/sparql-results-json/spec/": { - "specShortname": "sparql12-results-json" - }, - "https://w3c.github.io/sparql-results-xml/spec/": { - "specShortname": "sparql12-results-xml" - }, - "https://w3c.github.io/sparql-service-description/spec/": { - "specShortname": "sparql12-service-description" - }, - "https://w3c.github.io/sparql-update/spec/": { - "specShortname": "sparql12-update" - }, "https://www.iana.org/assignments/media-types/text/tab-separated-values": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc3986": { @@ -65,6 +35,34 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/rdf12-turtle/": { + "specShortname": "rdf12-turtle" + }, + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { + "specShortname": "sparql12-federated-query" + }, + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { + "specShortname": "sparql12-graph-store-protocol" + }, + "https://www.w3.org/TR/sparql12-protocol/": { + "specShortname": "sparql12-protocol" + }, + "https://www.w3.org/TR/sparql12-query/": { + "specShortname": "sparql12-query" + }, + "https://www.w3.org/TR/sparql12-results-json/": { + "specShortname": "sparql12-results-json" + }, + "https://www.w3.org/TR/sparql12-results-xml/": { + "specShortname": "sparql12-results-xml" + }, + "https://www.w3.org/TR/sparql12-service-description/": { + "specShortname": "sparql12-service-description" + }, + "https://www.w3.org/TR/sparql12-update/": { + "specShortname": "sparql12-update" + }, "https://www.w3.org/groups/wg/rdf-star": {}, "https://www.w3.org/groups/wg/rdf-star/ipr": {} } diff --git a/tr/links/sparql12-results-json.json b/tr/links/sparql12-results-json.json index 837953df6699..899065b71ab0 100644 --- a/tr/links/sparql12-results-json.json +++ b/tr/links/sparql12-results-json.json @@ -7,34 +7,7 @@ "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { - "specShortname": "sparql12-federated-query" - }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { - "specShortname": "sparql12-graph-store-protocol" - }, "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { - "specShortname": "sparql12-protocol" - }, - "https://w3c.github.io/sparql-query/spec/": { - "specShortname": "sparql12-query" - }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { - "specShortname": "sparql12-results-csv-tsv" - }, - "https://w3c.github.io/sparql-results-xml/spec/": { - "specShortname": "sparql12-results-xml" - }, - "https://w3c.github.io/sparql-service-description/spec/": { - "specShortname": "sparql12-service-description" - }, - "https://w3c.github.io/sparql-update/spec/": { - "specShortname": "sparql12-update" - }, "https://www.rfc-editor.org/rfc/rfc3986": {}, "https://www.rfc-editor.org/rfc/rfc3987": {}, "https://www.rfc-editor.org/rfc/rfc4627": {}, @@ -52,9 +25,34 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { + "specShortname": "sparql12-federated-query" + }, + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { + "specShortname": "sparql12-graph-store-protocol" + }, + "https://www.w3.org/TR/sparql12-protocol/": { + "specShortname": "sparql12-protocol" + }, + "https://www.w3.org/TR/sparql12-query/": { + "specShortname": "sparql12-query" + }, + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { + "specShortname": "sparql12-results-csv-tsv" + }, + "https://www.w3.org/TR/sparql12-results-xml/": { + "specShortname": "sparql12-results-xml" + }, "https://www.w3.org/TR/sparql12-results-xml/output-quoted.srx": { "specShortname": "sparql12-results-xml" }, + "https://www.w3.org/TR/sparql12-service-description/": { + "specShortname": "sparql12-service-description" + }, + "https://www.w3.org/TR/sparql12-update/": { + "specShortname": "sparql12-update" + }, "https://www.w3.org/groups/wg/rdf-star": {}, "https://www.w3.org/groups/wg/rdf-star/ipr": {} } diff --git a/tr/links/sparql12-results-xml.json b/tr/links/sparql12-results-xml.json index 8bb314698111..cf7d644cf1df 100644 --- a/tr/links/sparql12-results-xml.json +++ b/tr/links/sparql12-results-xml.json @@ -6,32 +6,43 @@ "links": { "http://www.oasis-open.org/committees/relax-ng/compact-20021121.html": {}, "http://www.oasis-open.org/committees/relax-ng/spec-20011203.html": {}, - "http://www.w3.org/2007/SPARQL/result.rnc": {}, - "http://www.w3.org/2007/SPARQL/result.rng": {}, - "http://www.w3.org/2007/SPARQL/result.xsd": {}, - "https://w3c.github.io/rdf-concepts/spec/": { + "https://w3c.github.io/sparql-concepts/spec/": { + "specShortname": "sparql12-concepts" + }, + "https://w3c.github.io/sparql-new/spec/": {}, + "https://www.rfc-editor.org/rfc/rfc3023": {}, + "https://www.rfc-editor.org/rfc/rfc3986": {}, + "https://www.rfc-editor.org/rfc/rfc3987": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/rdf12-concepts/": { "anchors": [ "dfn-rdf-term" ], "specShortname": "rdf12-concepts" }, - "https://w3c.github.io/sparql-concepts/spec/": { - "specShortname": "sparql12-concepts" - }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { "specShortname": "sparql12-federated-query" }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { "specShortname": "sparql12-graph-store-protocol" }, - "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { + "https://www.w3.org/TR/sparql12-protocol/": { "specShortname": "sparql12-protocol" }, - "https://w3c.github.io/sparql-query/spec/": { + "https://www.w3.org/TR/sparql12-query/": { "anchors": [ "QueryForms", "select", @@ -42,34 +53,18 @@ ], "specShortname": "sparql12-query" }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { "specShortname": "sparql12-results-csv-tsv" }, - "https://w3c.github.io/sparql-results-json/spec/": { + "https://www.w3.org/TR/sparql12-results-json/": { "specShortname": "sparql12-results-json" }, - "https://w3c.github.io/sparql-service-description/spec/": { + "https://www.w3.org/TR/sparql12-service-description/": { "specShortname": "sparql12-service-description" }, - "https://w3c.github.io/sparql-update/spec/": { + "https://www.w3.org/TR/sparql12-update/": { "specShortname": "sparql12-update" }, - "https://www.rfc-editor.org/rfc/rfc3023": {}, - "https://www.rfc-editor.org/rfc/rfc3986": {}, - "https://www.rfc-editor.org/rfc/rfc3987": {}, - "https://www.w3.org/2021/Process-20211102/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ], - "specShortname": "w3c-patent-policy" - }, - "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/xml/": {}, "https://www.w3.org/TR/xmlschema-1/": {}, "https://www.w3.org/groups/wg/rdf-star": {}, diff --git a/tr/links/sparql12-service-description.json b/tr/links/sparql12-service-description.json index cfcc66910c47..853994654c22 100644 --- a/tr/links/sparql12-service-description.json +++ b/tr/links/sparql12-service-description.json @@ -17,36 +17,60 @@ "http://www.w3.org/ns/owl-profile/": {}, "http://www.w3.org/ns/sparql-service-description": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, - "https://w3c.github.io/rdf-turtle/spec/": { - "specShortname": "rdf12-turtle" - }, "https://w3c.github.io/sparql-concepts/spec/": { "specShortname": "sparql12-concepts" }, - "https://w3c.github.io/sparql-entailment/spec/": { + "https://w3c.github.io/sparql-new/spec/": {}, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.rfc-editor.org/rfc/rfc9110": { "anchors": [ - "OWL2ProfilesDS" + "section-12" ], - "specShortname": "sparql12-entailment" + "specShortname": "rfc9110" + }, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/rdf-sparql-query/": {}, + "https://www.w3.org/TR/rdf12-turtle/": { + "specShortname": "rdf12-turtle" + }, + "https://www.w3.org/TR/rdfa-core/": {}, + "https://www.w3.org/TR/sparql11-query/": {}, + "https://www.w3.org/TR/sparql11-update/": {}, + "https://www.w3.org/TR/sparql12-entailment/": { + "anchors": [ + "OWL2ProfilesDS" + ] }, - "https://w3c.github.io/sparql-federated-query/spec/": { + "https://www.w3.org/TR/sparql12-federated-query/": { "anchors": [ "service" ], "specShortname": "sparql12-federated-query" }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { "specShortname": "sparql12-graph-store-protocol" }, - "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { + "https://www.w3.org/TR/sparql12-protocol/": { "anchors": [ "terminology", "dataset" ], "specShortname": "sparql12-protocol" }, - "https://w3c.github.io/sparql-query/spec/": { + "https://www.w3.org/TR/sparql12-query/": { "anchors": [ "selectExpressions", "expressions", @@ -60,16 +84,16 @@ ], "specShortname": "sparql12-query" }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { "specShortname": "sparql12-results-csv-tsv" }, - "https://w3c.github.io/sparql-results-json/spec/": { + "https://www.w3.org/TR/sparql12-results-json/": { "specShortname": "sparql12-results-json" }, - "https://w3c.github.io/sparql-results-xml/spec/": { + "https://www.w3.org/TR/sparql12-results-xml/": { "specShortname": "sparql12-results-xml" }, - "https://w3c.github.io/sparql-update/spec/": { + "https://www.w3.org/TR/sparql12-update/": { "anchors": [ "load", "defUSING", @@ -77,31 +101,6 @@ ], "specShortname": "sparql12-update" }, - "https://www.rfc-editor.org/rfc/rfc2119": {}, - "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.rfc-editor.org/rfc/rfc9110": { - "anchors": [ - "section-12" - ], - "specShortname": "rfc9110" - }, - "https://www.w3.org/2021/Process-20211102/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ], - "specShortname": "w3c-patent-policy" - }, - "https://www.w3.org/TR/": {}, - "https://www.w3.org/TR/rdf-sparql-query/": {}, - "https://www.w3.org/TR/rdfa-core/": {}, - "https://www.w3.org/TR/sparql11-query/": {}, - "https://www.w3.org/TR/sparql11-update/": {}, "https://www.w3.org/TR/void/": {}, "https://www.w3.org/TR/webarch/": { "anchors": [ diff --git a/tr/links/sparql12-update.json b/tr/links/sparql12-update.json index 359960e82a0d..aa37551763db 100644 --- a/tr/links/sparql12-update.json +++ b/tr/links/sparql12-update.json @@ -5,46 +5,47 @@ }, "links": { "http://www.faqs.org/rfcs/rfc2119.html": {}, - "http://www.iana.org/assignments/character-sets": {}, - "http://www.iana.org/assignments/language-subtag-registry": {}, - "http://www.ietf.org/rfc/rfc2141.txt": {}, - "http://www.ietf.org/rfc/rfc2781.txt": {}, - "http://www.ietf.org/rfc/rfc3023.txt": {}, "http://www.ietf.org/rfc/rfc3629.txt": {}, - "http://www.ietf.org/rfc/rfc3987.txt": {}, - "http://www.sgmlsource.com/8879/n0029.htm": {}, - "http://www.unicode.org/unicode/standard/versions/": {}, - "http://www.w3.org/TR/2004/REC-rdf-mt-20040210/": {}, - "http://www.w3.org/TR/NOTE-sgml-xml-971215": {}, - "http://www.w3.org/TR/rdf-mt/": {}, - "http://www.w3.org/TR/xml-names/": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, - "https://w3c.github.io/rdf-concepts/spec/": { + "https://w3c.github.io/sparql-concepts/spec/": { + "specShortname": "sparql12-concepts" + }, + "https://w3c.github.io/sparql-new/spec/": {}, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/rdf12-concepts/": { "anchors": [ "dfn-rdf-triple" ], "specShortname": "rdf12-concepts" }, - "https://w3c.github.io/sparql-concepts/spec/": { - "specShortname": "sparql12-concepts" - }, - "https://w3c.github.io/sparql-entailment/spec/": { - "specShortname": "sparql12-entailment" - }, - "https://w3c.github.io/sparql-federated-query/spec/": { + "https://www.w3.org/TR/sparql12-entailment/": {}, + "https://www.w3.org/TR/sparql12-federated-query/": { "anchors": [ "service" ], "specShortname": "sparql12-federated-query" }, - "https://w3c.github.io/sparql-graph-store-protocol/spec/": { + "https://www.w3.org/TR/sparql12-graph-store-protocol/": { "specShortname": "sparql12-graph-store-protocol" }, - "https://w3c.github.io/sparql-new/spec/": {}, - "https://w3c.github.io/sparql-protocol/spec/": { + "https://www.w3.org/TR/sparql12-protocol/": { "specShortname": "sparql12-protocol" }, - "https://w3c.github.io/sparql-query/spec/": { + "https://www.w3.org/TR/sparql12-query/": { "anchors": [ "introduction", "sparqlGrammar", @@ -71,33 +72,18 @@ ], "specShortname": "sparql12-query" }, - "https://w3c.github.io/sparql-results-csv-tsv/spec/": { + "https://www.w3.org/TR/sparql12-results-csv-tsv/": { "specShortname": "sparql12-results-csv-tsv" }, - "https://w3c.github.io/sparql-results-json/spec/": { + "https://www.w3.org/TR/sparql12-results-json/": { "specShortname": "sparql12-results-json" }, - "https://w3c.github.io/sparql-results-xml/spec/": { + "https://www.w3.org/TR/sparql12-results-xml/": { "specShortname": "sparql12-results-xml" }, - "https://w3c.github.io/sparql-service-description/spec/": { + "https://www.w3.org/TR/sparql12-service-description/": { "specShortname": "sparql12-service-description" }, - "https://www.rfc-editor.org/rfc/rfc2119": {}, - "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2021/Process-20211102/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ], - "specShortname": "w3c-patent-policy" - }, - "https://www.w3.org/TR/": {}, "https://www.w3.org/groups/wg/rdf-star": {}, "https://www.w3.org/groups/wg/rdf-star/ipr": {} } diff --git a/tr/refs/sparql12-federated-query.json b/tr/refs/sparql12-federated-query.json index 1eaedad0d7be..6156aa432495 100644 --- a/tr/refs/sparql12-federated-query.json +++ b/tr/refs/sparql12-federated-query.json @@ -19,11 +19,11 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -31,31 +31,31 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" } ], "informative": [] diff --git a/tr/refs/sparql12-graph-store-protocol.json b/tr/refs/sparql12-graph-store-protocol.json index 9be2c2b84c3e..826d66bfd923 100644 --- a/tr/refs/sparql12-graph-store-protocol.json +++ b/tr/refs/sparql12-graph-store-protocol.json @@ -19,11 +19,11 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-NEW", @@ -31,31 +31,31 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" } ], "informative": [] diff --git a/tr/refs/sparql12-protocol.json b/tr/refs/sparql12-protocol.json index e55004260753..9199ea962fb6 100644 --- a/tr/refs/sparql12-protocol.json +++ b/tr/refs/sparql12-protocol.json @@ -7,11 +7,11 @@ "normative": [ { "name": "RDF12-CONCEPTS", - "url": "https://w3c.github.io/rdf-concepts/spec/" + "url": "https://www.w3.org/TR/rdf12-concepts/" }, { "name": "RDF12-XML", - "url": "https://w3c.github.io/rdf-xml/spec/" + "url": "https://www.w3.org/TR/rdf12-xml/" }, { "name": "RFC2119", @@ -39,15 +39,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -55,27 +55,27 @@ }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" }, { "name": "UTR36", diff --git a/tr/refs/sparql12-query.json b/tr/refs/sparql12-query.json index e4f1b4e456a7..b847d641dd63 100644 --- a/tr/refs/sparql12-query.json +++ b/tr/refs/sparql12-query.json @@ -31,15 +31,15 @@ }, { "name": "RDF12-CONCEPTS", - "url": "https://w3c.github.io/rdf-concepts/spec/" + "url": "https://www.w3.org/TR/rdf12-concepts/" }, { "name": "RDF12-SEMANTICS", - "url": "https://w3c.github.io/rdf-semantics/spec/" + "url": "https://www.w3.org/TR/rdf12-semantics/" }, { "name": "RDF12-XML", - "url": "https://w3c.github.io/rdf-xml/spec/" + "url": "https://www.w3.org/TR/rdf12-xml/" }, { "name": "RFC2119", @@ -165,15 +165,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -181,27 +181,27 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" } ] } diff --git a/tr/refs/sparql12-results-csv-tsv.json b/tr/refs/sparql12-results-csv-tsv.json index 8d653e6e7197..8a64a8a853df 100644 --- a/tr/refs/sparql12-results-csv-tsv.json +++ b/tr/refs/sparql12-results-csv-tsv.json @@ -11,7 +11,7 @@ }, { "name": "RDF12-TURTLE", - "url": "https://w3c.github.io/rdf-turtle/spec/" + "url": "https://www.w3.org/TR/rdf12-turtle/" }, { "name": "RFC2119", @@ -35,15 +35,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -51,27 +51,27 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" }, { "name": "UNICODE", diff --git a/tr/refs/sparql12-results-json.json b/tr/refs/sparql12-results-json.json index 48014b5b5124..5578136fcf10 100644 --- a/tr/refs/sparql12-results-json.json +++ b/tr/refs/sparql12-results-json.json @@ -24,15 +24,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -40,27 +40,27 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" } ] } diff --git a/tr/refs/sparql12-results-xml.json b/tr/refs/sparql12-results-xml.json index 2bb35db42e05..b82ccb59b1b2 100644 --- a/tr/refs/sparql12-results-xml.json +++ b/tr/refs/sparql12-results-xml.json @@ -8,7 +8,7 @@ "informative": [ { "name": "RDF12-CONCEPTS", - "url": "https://w3c.github.io/rdf-concepts/spec/" + "url": "https://www.w3.org/TR/rdf12-concepts/" }, { "name": "RELAXNG", @@ -36,15 +36,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -52,27 +52,27 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" }, { "name": "XML", diff --git a/tr/refs/sparql12-service-description.json b/tr/refs/sparql12-service-description.json index 665218843c4f..a121ecfac341 100644 --- a/tr/refs/sparql12-service-description.json +++ b/tr/refs/sparql12-service-description.json @@ -7,7 +7,7 @@ "normative": [ { "name": "RDF12-TURTLE", - "url": "https://w3c.github.io/rdf-turtle/spec/" + "url": "https://www.w3.org/TR/rdf12-turtle/" }, { "name": "RDFa-core", @@ -43,15 +43,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -59,27 +59,27 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-UPDATE", - "url": "https://w3c.github.io/sparql-update/spec/" + "url": "https://www.w3.org/TR/sparql12-update/" }, { "name": "VOID", diff --git a/tr/refs/sparql12-update.json b/tr/refs/sparql12-update.json index cac074f583be..faf9e5aaaae5 100644 --- a/tr/refs/sparql12-update.json +++ b/tr/refs/sparql12-update.json @@ -7,7 +7,7 @@ "normative": [ { "name": "RDF12-CONCEPTS", - "url": "https://w3c.github.io/rdf-concepts/spec/" + "url": "https://www.w3.org/TR/rdf12-concepts/" }, { "name": "RFC2119", @@ -23,15 +23,15 @@ }, { "name": "SPARQL12-ENTAILMENT", - "url": "https://w3c.github.io/sparql-entailment/spec/" + "url": "https://www.w3.org/TR/sparql12-entailment/" }, { "name": "SPARQL12-FEDERATED-QUERY", - "url": "https://w3c.github.io/sparql-federated-query/spec/" + "url": "https://www.w3.org/TR/sparql12-federated-query/" }, { "name": "SPARQL12-GRAPH-STORE-PROTOCOL", - "url": "https://w3c.github.io/sparql-graph-store-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-graph-store-protocol/" }, { "name": "SPARQL12-NEW", @@ -39,27 +39,27 @@ }, { "name": "SPARQL12-PROTOCOL", - "url": "https://w3c.github.io/sparql-protocol/spec/" + "url": "https://www.w3.org/TR/sparql12-protocol/" }, { "name": "SPARQL12-QUERY", - "url": "https://w3c.github.io/sparql-query/spec/" + "url": "https://www.w3.org/TR/sparql12-query/" }, { "name": "SPARQL12-RESULTS-CSV-TSV", - "url": "https://w3c.github.io/sparql-results-csv-tsv/spec/" + "url": "https://www.w3.org/TR/sparql12-results-csv-tsv/" }, { "name": "SPARQL12-RESULTS-JSON", - "url": "https://w3c.github.io/sparql-results-json/spec/" + "url": "https://www.w3.org/TR/sparql12-results-json/" }, { "name": "SPARQL12-RESULTS-XML", - "url": "https://w3c.github.io/sparql-results-xml/spec/" + "url": "https://www.w3.org/TR/sparql12-results-xml/" }, { "name": "SPARQL12-SERVICE-DESCRIPTION", - "url": "https://w3c.github.io/sparql-service-description/spec/" + "url": "https://www.w3.org/TR/sparql12-service-description/" } ], "informative": []