CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/2M_RECORD_NT_TEST_RESULTS.md
docs/CELEBRATION.md
docs/CHANGELOG.md
docs/CLEANUP_SUMMARY.md
docs/COMPREHENSIVE_ANALYSIS_AND_ROADMAP.md
docs/CRITICAL_FIXES_COMPLETE.md
docs/DATATYPE_MATCHER.md
docs/DEMO_INSTRUCTIONS.md
docs/DEMO_ISSUES_FIXED.md
docs/DEVELOPMENT.md
docs/FINAL_ACHIEVEMENT_REPORT.md
docs/LETTER_TO_CORY.md
docs/MARKET_ANALYSIS.md
docs/NT_FORMAT_IMPLEMENTATION_SUMMARY.md
docs/PHASES_1_2_SUMMARY.md
docs/PHASE_1_COMPLETE.md
docs/PHASE_1_README.md
docs/PHASE_2_COMPLETE.md
docs/PHASE_3_COMPLETE.md
docs/PHASE_3_PROGRESS.md
docs/PHASE_4A_COMPLETE.md
docs/PHASE_4B_COMPLETE.md
docs/PHASE_4B_PLAN.md
docs/PHASE_4B_PROGRESS.md
docs/PHASE_4_PLAN.md
docs/POLARS_ARCHITECTURE.md
docs/POLARS_INTEGRATION.md
docs/POLARS_MIGRATION_SUMMARY.md
docs/POLARS_STREAMING_BENEFITS.md
docs/POLARS_USAGE_VERIFICATION.md
docs/POLARS_VERIFICATION_COMPLETE.md
docs/QUICK_REFERENCE.md
docs/QUICK_START_SEMANTIC_MATCHING.md
docs/README.md
docs/REALISTIC_STREAMING_TEST_RESULTS.md
docs/RELEASE_CHECKLIST_QUICK.md
docs/RELEASE_READINESS_ASSESSMENT.md
docs/SCORECARD.md
docs/SEMANTIC_MATCHING_IMPLEMENTATION.md
docs/STREAMING_DECISION_GUIDE.md
docs/TEST_FIXES_COMPLETE.md
docs/TEST_ORGANIZATION_SUMMARY.md
docs/WHITEPAPER_OUTLINE.md
docs/WORKFLOW_GUIDE.md
examples/demo/DEMO_VALIDATION_REPORT.md
examples/demo/README.md
examples/demo/alignment_reports/alignment_report_1.json
examples/demo/alignment_reports/alignment_report_2.json
examples/demo/alignment_reports/alignment_report_3.json
examples/demo/data/employees.csv
examples/demo/ontology/hr_ontology_enriched_1.ttl
examples/demo/ontology/hr_ontology_enriched_2.ttl
examples/demo/ontology/hr_ontology_improved.ttl
examples/demo/ontology/hr_ontology_initial.ttl
examples/demo/output/context_test.yaml
examples/demo/output/context_test_alignment_report.json
examples/demo/output/coverage_report_enriched_1.json
examples/demo/output/coverage_report_initial.json
examples/demo/output/final_improved_mapping.yaml
examples/demo/output/final_improved_mapping_alignment_report.json
examples/demo/output/final_test.yaml
examples/demo/output/final_test_alignment_report.json
examples/demo/output/improved_test.yaml
examples/demo/output/improved_test_alignment_report.json
examples/demo/output/improvement_stats.json
examples/demo/output/mapping_enriched_1.yaml
examples/demo/output/mapping_final.yaml
examples/demo/output/mapping_initial.yaml
examples/demo/output/test_basic.yaml
examples/demo/output/test_with_report.yaml
examples/demo/output/test_with_report_alignment_report.json
examples/imports_demo/README.md
examples/imports_demo/core_ontology.ttl
examples/imports_demo/core_ontology_fixed.ttl
examples/imports_demo/employees_with_imports.csv
examples/imports_demo/mapping_with_imports.yaml
examples/imports_demo/mapping_with_imports_alignment_report.json
examples/imports_demo/shared_ontology.ttl
examples/imports_demo/shared_ontology_fixed.ttl
examples/mortgage/README.md
examples/mortgage/output.ttl
examples/mortgage/config/generated_mapping.yaml
examples/mortgage/config/mapping_schema.json
examples/mortgage/config/mortgage_mapping.yaml
examples/mortgage/data/loans.csv
examples/mortgage/ontology/mortgage.ttl
examples/mortgage/shapes/mortgage_shapes.ttl
examples/owl2_rdfxml_demo/README.md
examples/owl2_rdfxml_demo/data/students.csv
examples/owl2_rdfxml_demo/data/students_nested.json
examples/owl2_rdfxml_demo/data/students_simple.json
examples/owl2_rdfxml_demo/output/enhanced_mapping.yaml
examples/owl2_rdfxml_demo/output/enhanced_mapping_alignment_report.json
examples/owl2_rdfxml_demo/output/enhanced_nested_mapping.yaml
examples/owl2_rdfxml_demo/output/enhanced_nested_mapping_alignment_report.json
examples/owl2_rdfxml_demo/output/fixed_nested_mapping.yaml
examples/owl2_rdfxml_demo/output/fixed_nested_mapping_alignment_report.json
examples/owl2_rdfxml_demo/output/json_mapping.yaml
examples/owl2_rdfxml_demo/output/json_mapping_alignment_report.json
examples/owl2_rdfxml_demo/output/simple_json_mapping.yaml
examples/owl2_rdfxml_demo/output/simple_json_mapping_alignment_report.json
examples/owl2_rdfxml_demo/output/student_mapping.yaml
examples/owl2_rdfxml_demo/output/student_mapping_alignment_report.json
src/rdfmap/__init__.py
src/rdfmap/__main__.py
src/rdfmap/analyzer/__init__.py
src/rdfmap/analyzer/alignment_stats.py
src/rdfmap/cli/__init__.py
src/rdfmap/cli/main.py
src/rdfmap/config/__init__.py
src/rdfmap/config/loader.py
src/rdfmap/emitter/__init__.py
src/rdfmap/emitter/columnwise_builder.py
src/rdfmap/emitter/graph_builder.py
src/rdfmap/emitter/nt_streaming.py
src/rdfmap/emitter/streaming_graph_builder.py
src/rdfmap/generator/__init__.py
src/rdfmap/generator/confidence_calibrator.py
src/rdfmap/generator/data_analyzer.py
src/rdfmap/generator/mapping_generator.py
src/rdfmap/generator/mapping_history.py
src/rdfmap/generator/matching_logger.py
src/rdfmap/generator/ontology_analyzer.py
src/rdfmap/generator/ontology_enricher.py
src/rdfmap/generator/polars_helpers.py
src/rdfmap/generator/semantic_matcher.py
src/rdfmap/generator/spreadsheet_analyzer.py
src/rdfmap/generator/matchers/__init__.py
src/rdfmap/generator/matchers/base.py
src/rdfmap/generator/matchers/datatype_matcher.py
src/rdfmap/generator/matchers/exact_matchers.py
src/rdfmap/generator/matchers/factory.py
src/rdfmap/generator/matchers/fuzzy_matchers.py
src/rdfmap/generator/matchers/history_matcher.py
src/rdfmap/generator/matchers/semantic_matcher.py
src/rdfmap/generator/matchers/structural_matcher.py
src/rdfmap/iri/__init__.py
src/rdfmap/iri/generator.py
src/rdfmap/models/__init__.py
src/rdfmap/models/alignment.py
src/rdfmap/models/enrichment.py
src/rdfmap/models/errors.py
src/rdfmap/models/mapping.py
src/rdfmap/parsers/__init__.py
src/rdfmap/parsers/data_source.py
src/rdfmap/parsers/streaming_parser.py
src/rdfmap/transforms/__init__.py
src/rdfmap/transforms/functions.py
src/rdfmap/validator/__init__.py
src/rdfmap/validator/config.py
src/rdfmap/validator/datatypes.py
src/rdfmap/validator/shacl.py
src/rdfmap/validator/skos_coverage.py
src/semantic_rdf_mapper.egg-info/PKG-INFO
src/semantic_rdf_mapper.egg-info/SOURCES.txt
src/semantic_rdf_mapper.egg-info/dependency_links.txt
src/semantic_rdf_mapper.egg-info/entry_points.txt
src/semantic_rdf_mapper.egg-info/requires.txt
src/semantic_rdf_mapper.egg-info/top_level.txt
tests/test_alignment_report.py
tests/test_confidence_calibration.py
tests/test_datatype_matcher.py
tests/test_generator_workflow.py
tests/test_iri.py
tests/test_mapping.py
tests/test_mapping_history.py
tests/test_matcher_pipeline.py
tests/test_mortgage_example.py
tests/test_ontology_enrichment.py
tests/test_phase3_features.py
tests/test_semantic_matcher.py
tests/test_structural_matcher.py
tests/test_transforms.py
tests/test_validation_guardrails.py
tests/fixtures/generator/departments.csv
tests/fixtures/generator/employee_ontology.ttl
tests/fixtures/generator/employees.csv