- From: Riccardo Albertoni via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Sep 2019 10:28:05 +0000
- To: public-dxwg-wg@w3.org
> 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 right at the end of Section 12 - 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?
@dr-shorthair
It is expressed in TRIG not TTL https://www.w3.org/TR/trig/, so I update the file consequently.
I have commented rdf:XMLLiteral(s) which are not normative in RDF but left the messages they surround.
I do not distinguish between dataset-1, dataset-2, dataset-3, and the overall trig is a little redundant but it is as in the DCAT document. Feel free to change it as you like.
--
GitHub Notification of comment by riccardoAlbertoni
Please view or discuss this issue at https://github.com/w3c/dxwg/pull/1062#issuecomment-529874383 using your GitHub account
Received on Tuesday, 10 September 2019 10:28:06 UTC