-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
AdministrativeWG charter, meetings, Editors appointment etcWG charter, meetings, Editors appointment etcCoreFor SHACL 1.2 Core specFor SHACL 1.2 Core specSPARQLFor SHACL 1.2 SPARQL extensions specFor SHACL 1.2 SPARQL extensions spec
Description
In the previous version of SHACL, an Implementation Report is indicated:
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:
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:
- Ignore this request and stick to
testSuiteURIonly - Change to using
implementationReportURI - Use both
testSuiteURI&implementationReportURI - Something else
Metadata
Metadata
Labels
AdministrativeWG charter, meetings, Editors appointment etcWG charter, meetings, Editors appointment etcCoreFor SHACL 1.2 Core specFor SHACL 1.2 Core specSPARQLFor SHACL 1.2 SPARQL extensions specFor SHACL 1.2 SPARQL extensions spec