This page lists all deliverables related to the **Big Data Retriever (BIRT) project**.
The initial project proposal outlines the objectives and expected outcomes of BIRT.
The system architecture diagram represents the structure and data flow of BIRT.
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". }
}
Screenshots of the current implementation:
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.
ScholarlyLast updated: 3rd February 2025
⬅ Back to Home