- From: Eric Stephan <ericphb@gmail.com>
- Date: Thu, 24 Nov 2016 04:02:47 -0800
- To: Andrea Perego <andrea.perego@jrc.ec.europa.eu>
- Cc: W3C DWBP WG - Comments <public-dwbp-comments@w3.org>
- Message-ID: <CAMFz4jjcodhd=Ln_nrjg39TRWYJF59buVpys8ktmBZcXxp_FPA@mail.gmail.com>
Hi Andrea, Thank you for your feedback and extensive review of our examples, the corrections have been made and checked in [1]. Kind regards, Eric S References [1] http://w3c.github.io/dwbp/vocab-du.html On Mon, Nov 21, 2016 at 1:31 AM, Andrea Perego < andrea.perego@jrc.ec.europa.eu> wrote: > Dear DWBP WG, > > I noticed that in the examples, dct:identifier is used with a URI > reference, although its range is rdfs:Literal. > > E.g., see Example 1: > > > :stops-2015-05-05 > a dcat:Dataset ; > dct:title "Bus stops of MyCity" ; > dct:identifier <http://dx.doi.org/10.0902/1975.16> > dct:issued "2015-05-05"^^xsd:date ; > pav:version "1.0" ; > dct:publisher :transport-agency-mycity ; > dct:creator :bus-association-mycity ; > duv:hasDistributor :transport-agency-mycity ; > disco:fundedBy :bus-association-mycity ; > dct:created "2015-05-05"^^xsd:date ; > . > > > This should be re-written as: > > > :stops-2015-05-05 > a dcat:Dataset ; > dct:title "Bus stops of MyCity" ; > dct:identifier "http://dx.doi.org/10.0902/1975.16"^^xsd:anyURI ; > dct:issued "2015-05-05"^^xsd:date ; > pav:version "1.0" ; > dct:publisher :transport-agency-mycity ; > dct:creator :bus-association-mycity ; > duv:hasDistributor :transport-agency-mycity ; > disco:fundedBy :bus-association-mycity ; > dct:created "2015-05-05"^^xsd:date > . > > > Moreover, Example 1 shows some syntax errors present also in the other > examples: > > 1. The semicolon (;) is missing in some examples after the URI reference > used with dct:identifier. > > 2. In all the examples, most of the groups of (Turtle-serialised) RDF > statements end with ";" + new line + ".". The semi-colon should be removed. > > > Andrea > > -- > Andrea Perego, Ph.D. > Scientific / Technical Project Officer > European Commission DG JRC > Directorate B - Growth and Innovation > Unit B6 - Digital Economy > Via E. Fermi, 2749 - TP 262 > 21027 Ispra VA, Italy > > https://ec.europa.eu/jrc/ > > ---- > The views expressed are purely those of the writer and may > not in any circumstances be regarded as stating an official > position of the European Commission. > >
Received on Thursday, 24 November 2016 12:03:23 UTC