Skip to content

Commit

Permalink
Clarify distributions (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer authored Dec 5, 2023
1 parent 5a25251 commit c6d5cac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:

- name: Build and validate
uses: w3c/spec-prod@v2
with:
VALIDATE_MARKUP: false
5 changes: 3 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="example">
A minimal definition of a SPARQL endpoint distribution.
Expand Down

0 comments on commit c6d5cac

Please sign in to comment.