Skip to content

Commit f7ddc20

Browse files
authored
Merge pull request #708 from dice-group/trr318-inf
trr318-inf added
2 parents 6136553 + 5bbeb64 commit f7ddc20

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

data/people/AlbertKhomich.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dice:AlbertKhomich a schema:Person ;
1616
<b>Linkedin </b><a href="https://www.linkedin.com/in/albert-khomich-284034235/"> &ensp;Albert Khomich</a>
1717
</p>
1818
""" ;
19-
schema:project dice:WHALE, dice:TRR318 .
19+
schema:project dice:WHALE, dice:TRR318_INF .

data/projects/TRR318.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
dice:TRR318 a dice:FundedProject ;
88
schema:tagline "TRR 318 \"Constructing Explainability\"";
9-
schema:status "active" ;
9+
schema:status "completed" ;
1010
schema:content """ """ ;
1111
schema:endDate "2025-06-30"^^xsd:date ;
1212
schema:startDate "2021-07-01"^^xsd:date ;

data/projects/TRR318_INF.ttl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2+
@prefix dice: <https://dice-research.org/> .
3+
@prefix dicepartner: <https://dice-research.org/partner/> .
4+
@prefix dicefunding: <https://dice-research.org/funding/> .
5+
@prefix schema: <https://schema.dice-research.org/> .
6+
7+
dice:TRR318_INF a dice:FundedProject ;
8+
schema:tagline "TRR 318 Constructing Explainability - Subproject INF: Retrieval-augmented information provision";
9+
schema:status "active" ;
10+
schema:content """ """ ;
11+
schema:endDate "2029-06-30"^^xsd:date ;
12+
schema:startDate "2026-01-01"^^xsd:date ;
13+
schema:content """
14+
Project aims to build a data and information management infrastructure (DMI) that models internal TRR artifacts and integrates open external data, and provides question answering via retrieval-augmented generation (RAG) aligned with TRR goals.
15+
""" ;
16+
schema:maintainer dice:AxelCyrilleNgongaNgomo ;
17+
schema:name "TRR 318 INF" ;
18+
schema:fundingProgram "Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation): TRR 318/3 2026 – 438445824" ;
19+
schema:homepage <https://trr318.uni-paderborn.de/> ;
20+
schema:logo "trr318.png" ;
21+
schema:publicationTag "trr318_inf" ;
22+
schema:partner dicepartner:UBI .

0 commit comments

Comments
 (0)