-
Notifications
You must be signed in to change notification settings - Fork 35
conversion:repeat_previous
timrdf edited this page Apr 12, 2011
·
9 revisions
conversion:conversion_process [
a conversion:EnhancementConversionProcess;
conversion:enhancement_identifier "1";
conversion:interpret [
conversion:symbol "|";
conversion:interpretation conversion:repeat_previous;
];
:thing_12
raw:country "|" ;
raw:purpose "corporate" ;
raw:year "2011" ;
raw:start_month "" ;
raw:end_month "" ;
raw:see_also "|" ;
raw:country_dbpedia_uri "|" ;
ov:csvRow "12"^^xsd:integer .
:thing_13
e1:country value_of_country:japan ;
e1:purpose "personal" ;
e1:year "2011" ;
e1:start_month "" ;
e1:end_month "" ;
e1:see_also <http://en.wikipedia.org/wiki/Fiscal_year> ;
e1:country_dbpedia_uri dbpedia:Japan ;
ov:csvRow "13"^^xsd:integer .
(not implemented)
conversion:conversion_process [
a conversion:EnhancementConversionProcess;
conversion:enhancement_identifier "1";
conversion:enhance [
ov:csvCol 1;
conversion:interpret [
conversion:symbol "|";
conversion:interpretation conversion:repeat_previous;
];