LICENSE
README.md
setup.cfg
setup.py
data2rdf/__init__.py
data2rdf/config.py
data2rdf/utils.py
data2rdf/warnings.py
data2rdf.egg-info/PKG-INFO
data2rdf.egg-info/SOURCES.txt
data2rdf.egg-info/dependency_links.txt
data2rdf.egg-info/requires.txt
data2rdf.egg-info/top_level.txt
data2rdf/models/__init__.py
data2rdf/models/base.py
data2rdf/models/graph.py
data2rdf/models/mapping.py
data2rdf/models/utils.py
data2rdf/modes/__init__.py
data2rdf/parsers/__init__.py
data2rdf/parsers/base.py
data2rdf/parsers/csv.py
data2rdf/parsers/excel.py
data2rdf/parsers/json.py
data2rdf/parsers/utils.py
data2rdf/pipelines/__init__.py
data2rdf/pipelines/main.py
data2rdf/qudt/__init__.py
data2rdf/qudt/utils.py
tests/__init__.py
tests/test_utils.py
tests/abox/__init__.py
tests/abox/test_models.py
tests/abox/utils.py
tests/abox/csv_empty_rows/__init__.py
tests/abox/csv_empty_rows/test_parser.py
tests/abox/csv_empty_rows/test_pipeline.py
tests/abox/csv_empty_rows/output/__init__.py
tests/abox/csv_pipeline_test/__init__.py
tests/abox/csv_pipeline_test/test_parser.py
tests/abox/csv_pipeline_test/test_pipeline.py
tests/abox/csv_pipeline_test/input/__init__.py
tests/abox/csv_without_header/__init__.py
tests/abox/csv_without_header/test_parser.py
tests/abox/csv_without_header/test_pipeline.py
tests/abox/csv_without_header/input/__init__.py
tests/abox/csv_without_header/input/data/__init__.py
tests/abox/csv_without_header/input/data/test.csv
tests/abox/csv_without_header/input/mapping/__init__.py
tests/abox/csv_without_header/output/__init__.py
tests/abox/dict_custom_properties/__init__.py
tests/abox/dict_custom_properties/test_pipeline.py
tests/abox/json_custom_relations/__init__.py
tests/abox/json_custom_relations/test_json_custom_relations.py
tests/abox/json_multiple_iris/__init__.py
tests/abox/json_multiple_iris/test_multiple_iris.py
tests/abox/json_pipeline_test/__init__.py
tests/abox/json_pipeline_test/test_parser.py
tests/abox/json_pipeline_test/test_pipeline.py
tests/abox/xls_custom_relations/__init__.py
tests/abox/xls_custom_relations/test_xlsx_custom_relations.py
tests/abox/xls_pipeline_test/__init__.py
tests/abox/xls_pipeline_test/test_parser.py
tests/abox/xls_pipeline_test/test_pipeline.py
tests/tbox/__init__.py
tests/tbox/csv_pipeline_test/__init__.py
tests/tbox/csv_pipeline_test/test_parser.py
tests/tbox/csv_pipeline_test/test_pipeline.py
tests/tbox/explicit_datatypes/__init__.py
tests/tbox/explicit_datatypes/test_explicit_datatypes.py
tests/tbox/json_pipeline_test/__init__.py
tests/tbox/json_pipeline_test/test_parser.py
tests/tbox/json_pipeline_test/test_pipeline.py
tests/tbox/json_pipeline_test/test_title_exclusion.py
tests/tbox/xls_pipeline_test/__init__.py
tests/tbox/xls_pipeline_test/test_parser.py
tests/tbox/xls_pipeline_test/test_pipeline.py