Skip to content

Commit

Permalink
999999999_54872.py (#41) --objectivum-formato=_temp_hxlstandard_vocab…
Browse files Browse the repository at this point in the history
…_ix started
  • Loading branch information
fititnt committed Jul 20, 2022
1 parent 09de840 commit e486a77
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion officina/999999999/0/999999999_54872.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
HXLHashtagSimplici,
SetEncoder,
bcp47_langtag,
bcp47_langtag_callback_hxl,
# bcp47_langtag_callback_hxl,
bcp47_rdf_extension_poc,
hxl_hashtag_to_bcp47,
hxltm_carricato,
Expand Down Expand Up @@ -316,6 +316,7 @@ def make_args(self, hxl_output=True):
'_temp_no1',
'_temp_bcp47_meta_in_json',
'_temp_hxl_meta_in_json',
'_temp_hxlstandard_vocab_ix',
'_temp_header_hxl_to_bcp47',
'_temp_header_bcp47_to_hxl',
'_temp_data_hxl_to_bcp47',
Expand Down Expand Up @@ -481,6 +482,14 @@ def execute_cli(self, pyargs, stdin=STDIN, stdout=sys.stdout,
# print(RDF_SPATIA_NOMINALIBUS_EXTRAS)
# pass

if pyargs.objectivum_formato == '_temp_hxlstandard_vocab_ix':
# Quick draft of an RDF namespace for ix_ attributes;
# for sake of simplification, should assume they are used
# on the main direct relation (otherwise would not make sense
# even if we could pre-compute all relations)
raise NotImplementedError('TODO {0}'.format(
pyargs.objectivum_formato))

if pyargs.objectivum_formato in [
'_temp_bcp47_to_bcp47_shortnames',
'_temp_no1_to_no1_shortnames']:
Expand Down

0 comments on commit e486a77

Please sign in to comment.