diff --git a/data/demos/IDA.ttl b/data/demos/IDA.ttl
index a0ab36d5..ca562fd5 100644
--- a/data/demos/IDA.ttl
+++ b/data/demos/IDA.ttl
@@ -4,12 +4,9 @@
dice:IDA_Demo a schema:Demo ;
schema:name "IDA" ;
schema:tagline "Intelligent Data Science Chatbot Demo" ;
- schema:content """
-Intelligent Data Science Chatbot (IDA) is a proof-of-concept for an open-source tool that will allow users to perform data analysis by conversing to a chatbot in English. The goal of this tool is to make data analysis available to the masses without having to learn complex tools or programming languages.
+ schema:content """Intelligent Data Science Chatbot (IDA) is a proof-of-concept for an open-source tool that will allow users to perform data analysis by conversing to a chatbot in English. The goal of this tool is to make data analysis available to the masses without having to learn complex tools or programming languages.
-IDA has been developed as part of the Software Campus program at Paderborn University (https://softwarecampus.de/en/project/ida-intelligent-data-science-chatbot/). The project started in June, 2020 and concluded at the end of July, 2021.
-
-""" ;
+IDA has been developed as part of the Software Campus program at Paderborn University (https://softwarecampus.de/en/project/ida-intelligent-data-science-chatbot/). The project started in June, 2020 and concluded at the end of July, 2021.""" ;
schema:logo "ida_logo_oh.svg" ;
schema:screenshot "ida_screenshot.png" ;
schema:homepage ;
diff --git a/data/demos/TeBaQA.ttl b/data/demos/TeBaQA.ttl
new file mode 100644
index 00000000..21b90877
--- /dev/null
+++ b/data/demos/TeBaQA.ttl
@@ -0,0 +1,17 @@
+@prefix dice: .
+@prefix schema: .
+
+dice:TeBaQA_Demo a schema:Demo ;
+ schema:name "TeBaQA" ;
+ schema:tagline "Template-Based Question Answering (TeBaQA) Demo" ;
+ schema:content """
+TeBaQA is knowledge-based question answering system. It learns to answer questions based on graph isomorphisms from basic graph patterns of SPARQL queries. Learning basic graph patterns is efficient due to the small number of possible patterns. This novel paradigm reduces the amount of training data necessary to achieve state-of-the-art performance. TeBaQA also speeds up the domain adaption process by transforming the QA system development task into a much smaller and easier data compilation task. In our evaluation, TeBaQA achieves state-of-the-art performance on QALD-8 and delivers comparable results on QALD-9 and LC-QuAD v1.
+
+""" ;
+ schema:logo "demo_logo.png" ;
+ schema:screenshot "demo_screenshot.png" ;
+ schema:homepage ;
+ schema:sourceCode ;
+ schema:maintainer dice:DanielVollmers ; # Current demo maintainer
+ schema:developer dice:HardikTopiwala. # List of all people working on Demo
+
diff --git a/data/groups/DataAccessKnowledgeExtraction.ttl b/data/groups/DataAccessKnowledgeExtraction.ttl
index c07f8878..64cd186b 100644
--- a/data/groups/DataAccessKnowledgeExtraction.ttl
+++ b/data/groups/DataAccessKnowledgeExtraction.ttl
@@ -1,14 +1,15 @@
@prefix dice: .
@prefix schema: .
-dice:ExampleGroup a schema:Group ;
+dice:NLPGroup a schema:Group ;
schema:name "NLP and Data Access" ;
schema:tagline "We extract knowledge and make them accessible and understandable for borh humans and computers" ;
- schema:relatedProject dice:LIMBO, dice:SOLIDE, dice:QAMEL, dice:DIESEL, dice:RAKI, dice:DAIKIRI, dice:KnowGraphs, dice:SPEAKER ; # related projects
+ schema:relatedProject dice:LIMBO, dice:SOLIDE, dice:QAMEL, dice:DIESEL, dice:RAKI, dice:DAIKIRI, dice:KnowGraphs, dice:SPEAKER, dice:PORQUE ; # related projects
schema:content """
Our group works on the intersection of Data Science and Natural Language Processing areas. We focus on creating algorithms that allow computers to extract automatically large-scale knowledge from unstructured data and process them while preserving their semantic key information. We aim to make the acquired knowledge accessible and understandable for both humans and computers. Our team has started addressing two of the most important tasks in NLP by relying on Knowledge Graphs, Named Entity Recognition, and Entity Linking. Our research resulted in two state-of-the-art frameworks in respect of multilingualism and knowledge-graph-based algorithms. Recently, we expanded our focus on different NLP tasks ranging from basic research in computational linguistics to Question Answering, Machine Translation, Natural Language Generation, and Understanding.
Our group includes members of both Paderborn and Leipzig universities.""" ;
schema:lead dice:DiegoMoussallem ; # group maintainer
- schema:member dice:RrichaJalota, dice:ParamjotKaur, dice:JanReineke, dice:RiaHariGusmita, dice:AsepFajarFirmansyah, dice:DanielVollmers, dice:ReneSpeck; # group members list
- schema:relatedDemo dice:FOX, dice:AGDISTIS . # list of related demos
+# schema:member dice:RrichaJalota, dice:ParamjotKaur, dice:JanReineke, dice:RiaHariGusmita, dice:AsepFajarFirmansyah, dice:DanielVollmers, dice:ReneSpeck; # group members list
+ schema:member dice:ParamjotKaur, dice:RiaHariGusmita, dice:AsepFajarFirmansyah, dice:DanielVollmers, dice:ReneSpeck, dice:NikitSrivastava, dice:SourabhPoddar, dice:NandeeshPatel; # group members list
+ schema:relatedDemo dice:FOX, dice:AGDISTIS, dice:TeBaQA_Demo, dice:IDA_Demo . # list of related demos
diff --git a/data/partners/Semantic.ttl b/data/partners/Semantic.ttl
index 02dbe275..3d8a28e5 100644
--- a/data/partners/Semantic.ttl
+++ b/data/partners/Semantic.ttl
@@ -6,4 +6,4 @@ dicepartner:Semantic a schema:Partner ;
schema:name "Semantic Web Company" ;
schema:country "A" ;
schema:url ;
- schema:logo "semantic.png" .
\ No newline at end of file
+ schema:logo "semantic.png" .
diff --git a/data/partners/SiteFusion.ttl b/data/partners/SiteFusion.ttl
new file mode 100644
index 00000000..7b52042d
--- /dev/null
+++ b/data/partners/SiteFusion.ttl
@@ -0,0 +1,9 @@
+@prefix dice: .
+@prefix dicepartner: .
+@prefix schema: .
+
+dicepartner:SiteFusion a schema:Partner ;
+ schema:name "SiteFusion" ;
+ schema:country "DE" ;
+ schema:url .
+# schema:logo "semantic.png" .
diff --git a/data/people/DanielVollmers.ttl b/data/people/DanielVollmers.ttl
index 83ae4457..918c5798 100644
--- a/data/people/DanielVollmers.ttl
+++ b/data/people/DanielVollmers.ttl
@@ -11,5 +11,5 @@ dice:DanielVollmers a schema:Person ;
schema:chat "@vdaniel:chat.dice-research.org" ;
schema:office "TP6.3.307" ;
schema:photo "vollmers.jpg" ;
- schema:project dice:SPEAKER, dice:LIMBO, dice:SOLIDE;
+ schema:project dice:SPEAKER, dice:LIMBO, dice:SOLIDE, dice:PORQUE;
schema:content """""" .
diff --git a/data/people/DiegoMoussallem.ttl b/data/people/DiegoMoussallem.ttl
index 9b5659b4..7afc1622 100644
--- a/data/people/DiegoMoussallem.ttl
+++ b/data/people/DiegoMoussallem.ttl
@@ -11,7 +11,7 @@ dice:DiegoMoussallem a schema:Person ;
schema:chat "@diegom:chat.dice-research.org" ;
schema:office "TP6.3.109" ;
schema:photo "moussallem.jpg" ;
- schema:project dice:DIESEL, dice:DAIKIRI, dice:SPEAKER, dice:SOLIDE, dice:HOBBIT, dice:QAMEL, dice:Gerbil, dice:RAKI, dice:KnowGraphs, dice:LIMBO ;
+ schema:project dice:DIESEL, dice:DAIKIRI, dice:SPEAKER, dice:SOLIDE, dice:HOBBIT, dice:QAMEL, dice:Gerbil, dice:RAKI, dice:KnowGraphs, dice:LIMBO, dice:PORQUE ;
schema:content """ My overall background is on CS, but the majority of my career I have spent on NLP. Thus, I have worked on different NLP tasks ranging from basic research in computational linguistics to Entity Linking, Machine Translation, Natural Language Generation, and Question Answering. My work resulted in the first neural machine translation model augmented with knowledge graphs and one state-of-the-art framework in respect of multilingualism and knowledge-graph-based algorithms. Additionally, I contribute actively to the scientific community, being responsible for the Portuguese chapter of DBpedia as well as mentoring students at the Google Summer of Code. I am currently a senior NLP research scientist, leading the NLP team, in the DICE research group at Paderborn University. Previously, I was a researcher at AKSW (Leipzig, DE), working on Information Retrieval and NLP. I hold an MSc. and a Ph.D.