rdf-ext / rdf-parser-csvw

CSV on the Web parser
MIT License
16 stars 4 forks source link

Support for language-tagged literals #12

Closed tpluscode closed 5 years ago

tpluscode commented 5 years ago

CSVW spec allows specifying the language of a mapped column:

{
 "@context": "http://www.w3.org/ns/csvw",
 "tableSchema": {
   "columns": [{
      "titles": "name_fr",
      "propertyUrl": "http://purg.org/dc/terms/label",
      "lang": "fr"
    }]
  }
}

The above will produce triples like

_:b <http://purg.org/dc/terms/label> "value"@fr
bergos commented 5 years ago

fixed in 458e1e23489ce2602d286424e2e294da526562b9