[dxwg] Pull Request: Dcat - RDF examples in TTL and JSON-LD

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