MANIFEST.in
README.md
setup.py
bibcat/__init__.py
bibcat.egg-info/PKG-INFO
bibcat.egg-info/SOURCES.txt
bibcat.egg-info/dependency_links.txt
bibcat.egg-info/requires.txt
bibcat.egg-info/top_level.txt
bibcat/generators/__init__.py
bibcat/generators/generator.py
bibcat/generators/sparql.py
bibcat/generators/thumbnail.py
bibcat/generators/work.py
bibcat/ingesters/__init__.py
bibcat/ingesters/csv.py
bibcat/ingesters/ingester.py
bibcat/ingesters/loc_subjects.py
bibcat/ingesters/oai_pmh.py
bibcat/ingesters/ptfs.py
bibcat/ingesters/rels_ext.py
bibcat/ingesters/sparql.py
bibcat/linkers/__init__.py
bibcat/linkers/carrier.py
bibcat/linkers/dbpedia.py
bibcat/linkers/deduplicate.py
bibcat/linkers/geonames.py
bibcat/linkers/linker.py
bibcat/linkers/loc.py
bibcat/linkers/wikidata.py
bibcat/maps/__init__.py
bibcat/maps/bf-batch-to-schema.ttl
bibcat/maps/bf-to-map4.ttl
bibcat/maps/bf-to-schema.ttl
bibcat/maps/bibcat-base.ttl
bibcat/maps/bibcat-marc-dedup.ttl
bibcat/maps/bibcat-prov.ttl
bibcat/maps/loc-bf-to-lean-bf.ttl
bibcat/maps/marc-to-bf.ttl
bibcat/maps/mods-to-bf.ttl
bibcat/maps/oai-pmh-dc-xml-to-bf.ttl
bibcat/maps/ptfs-to-bf.ttl
bibcat/maps/rels-ext.ttl
bibcat/rdfw-definitions/__init__.py
bibcat/rdfw-definitions/kds-bibcat-bf-production.ttl
bibcat/rdfw-definitions/kds-bibcat-csv-ingestion.ttl
bibcat/rdfw-definitions/kds-bibcat-dc-ingestion.ttl
bibcat/rdfw-definitions/kds-bibcat-marc-ingestion.ttl
bibcat/rdfw-definitions/kds-bibcat-mods-ingestion.ttl
bibcat/rdfw-definitions/kds-bibcat-ptfs-ingester.ttl
bibcat/rdfw-definitions/kds-bibcat-rels-ext.ttl
bibcat/rml/__init__.py
bibcat/rml/processor.py
bibcat/tests/__init__.py
bibcat/tests/test_bibcat_funcs.py
bibcat/tests/test_collection_generator.py
bibcat/tests/test_csv_row_ingester.py
bibcat/tests/test_dbpedia_linker.py
bibcat/tests/test_dc_ingester.py
bibcat/tests/test_generator.py
bibcat/tests/test_info_linker.py
bibcat/tests/test_ingester.py
bibcat/tests/test_loc_linker.py
bibcat/tests/test_marc_ingester.py
bibcat/tests/test_mods_ingester.py
bibcat/tests/test_work_generator.py
bibcat/tests/generators/__init__.py
bibcat/tests/ingesters/__init__.py
bibcat/tests/ingesters/test_oai_pmh.py
bibcat/tests/ingesters/test_rels_ext.py
bibcat/tests/linkers/__init__.py
bibcat/tests/linkers/test_deduplicate.py
bibcat/tests/linkers/test_geonames.py
bibcat/tests/linkers/test_loc.py
bibcat/tests/rml/__init__.py
bibcat/tests/rml/test_json_processor.py
bibcat/tests/rml/test_processor.py
bibcat/tests/rml/test_xml_processor.py