Letractively / publishing-statistical-data

Automatically exported from code.google.com/p/publishing-statistical-data
0 stars 0 forks source link

Fix dublin core URI in sdmx.ttl #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to http://dublincore.org/documents/dcmi-namespace section 2, the 
correct URI for to use for dcmi terms is:
  http://purl.org/dc/terms/

So line 8 of sdmx.ttl should be changed from:
  @prefix dcterms:        <http://dublincore.org/documents/dcmi-terms/>.

to:

@prefix dcterms:        <http://purl.org/dc/terms/> .

The same edit could be applied, if useful, to:
  sdmx-old.ttl
  sdmx-msd-delta.ttl

Original issue reported on code.google.com by esta...@gmail.com on 16 Jul 2014 at 11:59

GoogleCodeExporter commented 9 years ago
Fixed. However, sdmx.ttl has no standing. It is not part of the specification 
and is not being developed or maintained.

Original comment by Dave.e.R...@gmail.com on 17 Jul 2014 at 7:34