Python SDK core-package for interacting with the Dataspace Management System (DSMS)
pip install dsms-sdk
git clone git@github.com:MI-FraunhoferIWM/dsms-python-sdk.git
cd dsms-python-sdk
pip install -e .
The SDK provides a general Python interface to a remote DSMS deployment, allowing users to access, store and link data in a DSMS instance easily and safely. The package provides the following main capabilities:
- Managing Knowledge-Items (KItems), which are data instances of an explicitly defined semantic class type (KType)
- Creating, updating and deleting meta data and properties, e.g. date, operator, material response data for a conducted tensile test
- Administrating authorship, contact information and supplementary information upon making changes or adding KItems
- Semantic annotation of KItems
- Conduct simple free-text searches within the DSMS instance including filters (e.g. limiting the search for certain materials) as well as a more experts-aware SPARQL interface
- Linking KItems to other KItems
- Linking Apps to KItems, triggererd, for example, during a file upload
- Performing simple file upload and download using attachments to KItems
- Export of a knowledge (sub) graph as common serializations (.ttl, .json)
Please have a look at our documentation on readthedocs: https://dsms-python-sdk.readthedocs.io
Please have a look at our tutorials on readthedocs:
Or try our Jupyter Notebooks:
Matthias Büschelberger (Fraunhofer Institute for Mechanics of Materials IWM)
Yoav Nahshon (Fraunhofer Institute for Mechanics of Materials IWM)
Pablo De Andres (Fraunhofer Institute for Mechanics of Materials IWM)
Priyabrat Mishra (Fraunhofer Institute for Mechanics of Materials IWM)
This project is licensed under the BSD 3-Clause. See the LICENSE file for more information.
Copyright (c) 2014-2024, Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. acting on behalf of its Fraunhofer IWM.
Contact: Matthias Büschelberger