-
Notifications
You must be signed in to change notification settings - Fork 36
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.
# 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";
# ];