-
Notifications
You must be signed in to change notification settings - Fork 36
conversion:i18n
Timothy Lebo edited this page Feb 14, 2012
·
9 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)
conversion:Enhancement inspired by request.
[] conversion:includes <https://github.com/timrdf/csv2rdf4lod-automation/raw/master/doc/i18n/es.params.ttl>;
https://github.com/timrdf/csv2rdf4lod-automation/raw/master/doc/i18n/es.params.ttl contains:
# See https://github.com/timrdf/csv2rdf4lod-automation/wiki/conversion:i18n
@prefix conversion: <http://purl.org/twc/vocab/conversion/> .
[] conversion:conversion_process [
conversion:i18n [
...
conversion:interpret [
conversion:symbol "_page"@en;
conversion:interpretation "_pagina"@es;
];
]
] .
results in:
<http://logd.tw.rpi.edu/source/lebot/dataset/i18n/version/2011-Apr-19/conversion/enhancement/1>
foaf:isPrimaryTopicOf
<http://logd.tw.rpi.edu/source/lebot/dataset_pagina/i18n/version/2011-Apr-19/conversion/enhancement/1> ;
To avoid re-producing the mappings in each parameters file, they can be referenced using conversion:includes:
conversion:includes <https://github.com/timrdf/csv2rdf4lod-automation/raw/master/doc/i18n/es.params.ttl>;
domain: conv:ConversionProcess
range: a bucket of symbol/interps.