Skip to content

Script: symbol interpretation.awk

Timothy Lebo edited this page Feb 14, 2012 · 5 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)

See conversion:interpret; see also Codebook enhancements.

$CSV2RDF4LOD_HOME/bin/util

# input:
#
#   416,"Wage Stabilization Board"
#   501,"Unidentifiable"
# 
# output:
#         conversion:interpret [
#            conversion:symbol         "416";
#            conversion:interpretation "Wage Stabilization Board";
#         ];
#         conversion:interpret [
#            conversion:symbol         "501";
#            conversion:interpretation "Unidentifiable";
#         ];
Clone this wiki locally