knowledgeui
Application to Interact with a Knowledge Base in a Triple Store
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Repository
Application to Interact with a Knowledge Base in a Triple Store
Basic Info
- Host: GitHub
- Owner: Mat-O-Lab
- License: apache-2.0
- Language: HTML
- Default Branch: main
- Size: 13.1 MB
Statistics
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 5
- Releases: 0
Metadata Files
README.md
NaturalMSEQueries: A natural way to query Materials Science Engineering data experiments
Abstract
Materials science experiments involve complex data that are often very heterogeneous and challenging to reproduce. This was observed, for example, in a previous study on harnessing lightweight design potentials via the Materials Data Space [3] for which the data from materials sciences engineering experiments were generated using linked open data principles [1,2], e.g., Resource Description Framework (RDF) as the standard model for data interchange on the Web. However, detailed knowledge of formulating questions in the query language SPARQL is necessary to query the data. A lack of knowledge in SPARQL to query data was observed by domain experts in materials science. With this work, we aim to develop NaturalMSEQueries an approach for the material science domain expert where instead of SPARQL queries, the user can develop expressions in natural language, e.g., English, to query the data. This will significantly improve the usability of Semantic Web approaches in materials science and lower the adoption threshold of the methods for the domain experts. We plan to evaluate our approach, with varying amounts of data, from different sources. Furthermore, we want to compare with synthetic data to assess the quality of the implementation of our approach.
References
[1] T Berners-Lee, J Hendler, O Lassila - Scientific American, 2001, 284, 34–43.
[2] RDF specification. 2023. available at: https://www.w3.org/RDF/
[3] Huschka M, Dlugosch M, Friedmann V, Trelles EG, Hoschke K, Klotz UE, Patil S, Preußner J, Schweizer C, Tiberto D. The “AluTrace” Use Case: Harnessing Lightweight Design Potentials via the Materials Data Space®.
KnowledgeUI
Flask App Frontend Application Showing The Benefits Of Rich Semantic Material Science Data And Exemplar Usage.

how to use
The code is supposed to run as docker-compose stack
As a developer
bash
git clone https://github.com/Mat-O-Lab/KnowledgeUI
bash
cd KnowledgeUI
bash
pip install -r requirements.txt
bash
python app.py
Your app will be available at http://localhost:5000
docker-compose
Clone the repo with
bash
git clone https://github.com/Mat-O-Lab/KnowledgeUI
cd into the cloned folder
bash
cd KnowledgeUI
Build and start the container.
bash
docker-compose up
Cite us:
@inproceedings{andre_valdestilhas_2023_7744532,
author = {Andre Valdestilhas and Thomas Hanke and Soudeh Javamasoudian and Ghezal
Ahmad Jan Zia and Horst Fellenberg and Thilo Muth},
title = {{NaturalMSEQueries - A natural way to query
Material Sciences Engineering data experiments}},
year = 2023,
booktitle={22nd International Conference on WWW/Internet - ICWI 2023},
pages={125--132},
year={2023},
volume = {22},
doi = {10.13140/RG.2.2.35533.41444/2},
url = {http://dx.doi.org/10.13140/RG.2.2.35533.41444/2}
}
Owner
- Name: Materials Open Laboratory
- Login: Mat-O-Lab
- Kind: organization
- Repositories: 11
- Profile: https://github.com/Mat-O-Lab
Joint Venture of Fraunhofer Materials and BAM
Citation (citation.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Valdestilhas" given-names: "Andre" orcid: "https://orcid.org/0000-0002-0079-2533" - family-names: "Hanke" given-names: "Thomas" orcid: "https://orcid.org/0000-0003-1649-6832" title: "NaturalMSEQueries - A natural way to query Material Sciences Engineering data experiments" version: 2.0.4 doi: 10.5281/zenodo.7744532 date-released: 2022-12-18 url: "https://github.com/Mat-O-Lab/KnowledgeUI"
GitHub Events
Total
Last Year
Dependencies
- docker.io/python 3.8 build
- bootstrap-flask *
- flask *
- flask_cors *
- flask_swagger_ui *
- flask_wtf *
- gunicorn *
- lolopy *
- matplotlib *
- numpy *
- pandas *
- rdflib *
- requests *
- scikit-learn *
- scipy *
- seaborn *
- wtforms *