diff --git a/index.html b/index.html index 94f7b20..83ffeeb 100644 --- a/index.html +++ b/index.html @@ -1238,14 +1238,15 @@ grid-column: 2; width: auto; margin-right: 1rem; + border-bottom: 3px solid transparent; + margin-bottom: -3px; } #toc .content:hover, #toc .content:focus { background: rgba(75%, 75%, 75%, .25); background: var(--a-hover-bg); - border-bottom: 3px solid #054572; - border-bottom: 3px solid var(--toclink-underline); - margin-bottom: -3px; + border-bottom-color: #054572; + border-bottom-color: var(--toclink-underline); } #toc li li li .content { margin-left: 1rem; @@ -1487,10 +1488,10 @@ } } - + - - - - - - - - - - - -
To the extent possible under law, the editors have waived all copyright and related or neighboring rights to this work. -In addition, as of 24 April 2023, +In addition, as of 2 November 2023, the editors have made this specification available under the Open Web Foundation Agreement Version 1.0, which is available at http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0. Parts of this work may be from another specification document. If so, those parts are instead covered by the license of that specification document.
@@ -2309,12 +2317,12 @@A channel through which a dataset is available, for example a CSV file download or a SPARQL endpoint.
-An API that is available over HTTP, for example an OAI-PMH, OpenAPI or SPARQL endpoint.
An individual or organization that provides one or more datasets.
@@ -2323,7 +2331,6 @@On organization or an individual that uses one or more datasets that are provided by a publisher.
-The model consists of four resource types: organizations publish datasets, which are available in distributions. @@ -2700,7 +2707,7 @@
Distributions can be data dumps in RDF or some other format such as CSV, live SPARQL endpoints, -OAI-PMH endpoints or other APIs.
+OAI-PMH endpoints or other web APIs.Publishers SHOULD link to documentation URLs via the schema:usageInfo attribute. For datadumps this should be documentation about the -data model. For APIs this should be documentation about the specific capabilities of the API (like content-type support) AND the generic specification of the +data model. For web APIs this should be documentation about the specific capabilities of the API (like content-type support) AND the generic specification of the protocol which also types the distribution such as OAI-PMH, SPARQL and REST.
schema:usageInfo - | A link to the API documentation; see § 4.4.1 Developer documentation. + | A link to the web API documentation; see § 4.4.1 Developer documentation. | 0..1 | Required if custom API |
---|