📦 Project Deliverables

This page lists all deliverables related to the **Big Data Retriever (BIRT) project**.

📝 Project Proposal

The initial project proposal outlines the objectives and expected outcomes of BIRT.

📊 Architecture Diagram

The system architecture diagram represents the structure and data flow of BIRT.

Architecture Diagram

📥 Download Diagram

🔍 Sample SPARQL Query

Example of a SPARQL query used to fetch artists influenced by Van Gogh:

SELECT DISTINCT ?artist ?artistLabel WHERE {
    ?artist wdt:P737 wd:Q5582.
    ?artist wdt:P106 wd:Q1028181.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
        

📥 Download SPARQL Query

🖼️ Screenshots

Screenshots of the current implementation:

Screenshot 1

📥 Download Screenshot

Screenshot 2

📥 Download Screenshot

Screenshot 3

📥 Download Screenshot

📅 Future Deliverables

🚀 Scholarly

You can find our scholarly resources here in the Big Data Retriever (BIRT) project deliverables page. It includes the project proposal, system architecture, SPARQL queries, and implementation screenshots, along with upcoming reports and presentations.

Scholarly

Last updated: 3rd February 2025

⬅ Back to Home