Skip to content

amertu/semantic-delivery-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Delivery Coordination Framework

GitHub Actions Workflow Status

Python Flask GraphDB SPARQL RDF4J JavaScript Jupyter Notebook Docker

Project Overview

Developed a semantic framework to optimize order coordination across multiple delivery services, leveraging ontologies and knowledge graphs for intelligent data integration.

Key Features

  • Semantic Integration: Designed and implemented an ontology-based system to unify data from 4+ delivery service providers.
  • Knowledge Graphs: Utilized RDF and SPARQL to create a scalable and flexible knowledge graph for querying and reasoning.
  • System Architecture: Deployed services using Docker to ensure modularity and scalability.

Architecture

                                  ┌───────────────────────────┐
                                  │       Web Browser         │
                                  └───────────┬───────────────┘
    
                                 HTTP Request │ Result: JSON
    
                                  ┌───────────────────────────┐
                                  │      Web Server           │
                                  │   [Docker Container]      │
                                  │                           │
                                  │    Python + Flask         │
                                  └───────────┬───────────────┘
    
                          SPARQL HTTP Query   │ Result: JSON
    
                                  ┌───────────────────────────┐
                                  │    RDF4J Workbench        │
                                  │   [Docker Container]      │
                                  │                           │
                                  │  Triplestore + UI + API   │
                                  └───────────────────────────┘

                     ┌─────────────────────────────────────────────────────┐
                     │      All containers connected via Docker network    │
                     └─────────────────────────────────────────────────────┘