[dxwg] [I18N] Examples provide no language or direction metadata (#958)

aphillips has just created a new issue for https://github.com/w3c/dxwg:

== [I18N] Examples provide no language or direction metadata ==
Examples 1-5 (for example)
https://www.w3.org/TR/2019/WD-vocab-dcat-2-20190528/#ex-catalog

Examples in the document do not include language or direction metadata, even though they contain natural language strings. Example 1 shows the way:

```
:catalog
  a dcat:Catalog ;
  dct:title "Imaginary Catalog" ;
  rdfs:label "Imaginary Catalog" ;
  foaf:homepage <http://example.org/catalog> ;
  dct:publisher :transparency-office ;
  dct:language <http://id.loc.gov/vocabulary/iso639-1/en>  ;
  dcat:dataset :dataset-001  , :dataset-002 , :dataset-003 ;
  .
```

While this example does include a language value, other examples do not. There is also no mention of direction metadata, a gap in linked data that I18N is working on with multiple groups currently.


[This comment is part of the I18N horizontal review.]

Please view or discuss this issue at https://github.com/w3c/dxwg/issues/958 using your GitHub account

Received on Monday, 24 June 2019 16:49:59 UTC