- From: Simon Cox via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Sep 2019 08:04:33 +0000
- To: public-dxwg-wg@w3.org
dr-shorthair has just labeled a pull request from dr-shorthair for https://github.com/w3c/dxwg as "dcat":
== Dcat - RDF examples in TTL and JSON-LD ==
Fixes #971
Copied all examples from text into RDF files; validated, and exported copies as JSON-LD.
A few tweaks in the text to fix syntax errors discovered during validation;
@riccardoAlbertoni I couldn't quite figure out what was going on with this example which is not valid Turtle:
```
# The graph contains the rest of the statements presented in the previous examples.
a:testResult {
a:Dataset
dqv:hasQualityMeasurement :measurement_complianceToDWBP;
dqv:hasQualityAnnotation :errors .
}
```
I took a guess at line 154 in conformance-standards.ttl - can you check please?
See https://github.com/w3c/dxwg/pull/1062
Received on Tuesday, 10 September 2019 08:04:35 UTC