From cc87aba6de11ce6b05013b49872322619b9c6740 Mon Sep 17 00:00:00 2001 From: David de Boer Date: Tue, 14 Nov 2023 14:22:50 +0100 Subject: [PATCH] Clarify distributions --- .github/workflows/qa.yml | 2 ++ index.bs | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 3b88d67..8f3dd52 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -14,3 +14,5 @@ jobs: - name: Build and validate uses: w3c/spec-prod@v2 + with: + VALIDATE_MARKUP: false diff --git a/index.bs b/index.bs index 3ecb468..bba0190 100644 --- a/index.bs +++ b/index.bs @@ -364,8 +364,9 @@ The person/organization data is then included as the dataset’s publisher: > Therefore, publishers *SHOULD* add at least one distribution. > Each distribution *MUST* have at least a MIME format and the URL where the distribution can be accessed. -Distributions can be data dumps in RDF or some other format such as CSV, live SPARQL endpoints, -OAI-PMH endpoints or other [=web APIs=]. +Examples of distributions are data dumps in one or more RDF serializations, such as JSON-LD and Turtle, +CSV files, SPARQL endpoints, OAI-PMH endpoints or other [=web APIs=]. +All distributions of a dataset *MUST* contain broadly the same data.
A minimal definition of a SPARQL endpoint distribution.