Skip to content

Indicate implementation Report in Core & SPARQL #683

@nicholascar

Description

@nicholascar

In the previous version of SHACL, an Implementation Report is indicated:

Image

This is done with the JSON config:

var respecConfig = {
    ...
    implementationReportURI: "http://w3c.github.io/data-shapes/data-shapes-test-suite/",
    ...
}

In the new Core & SPARQL specs, we see this instead:

Image

which uses this JSON:

var respecConfig = {
    ...
    testSuiteURI: "http://w3c.github.io/data-shapes/data-shapes-test-suite/",
    ...
}

The report - the same in all 3 cases - is, in fact, the SHACL Test Suite and Implementation Report.

I think we need to specifically indicate the Implementation Report as this is required to be linked to for the purposes of wide review - for a move to CR.

Q: can the editors please decide on one of the following:

  1. Ignore this request and stick to testSuiteURI only
  2. Change to using implementationReportURI
  3. Use both testSuiteURI & implementationReportURI
  4. Something else

Metadata

Metadata

Labels

AdministrativeWG charter, meetings, Editors appointment etcCoreFor SHACL 1.2 Core specSPARQLFor SHACL 1.2 SPARQL extensions spec

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions