Metadata-Version: 2.4
Name: s2dm
Version: 0.18.1
Summary: An friendly approach for modeling semantic data .
Project-URL: homepage, https://github.com/COVESA/s2dm
Project-URL: documentation, https://github.com/COVESA/s2dm/blob/main/README.md
Author-email: Daniel Alvarez-Coello <8550265+jdacoello@users.noreply.github.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: ariadne>=0.24.0
Requires-Dist: avro>=1.12.0
Requires-Dist: case-converter>=1.2.0
Requires-Dist: click>=8.1.7
Requires-Dist: fastapi>=0.115.0
Requires-Dist: graphql-core>=3.2.6
Requires-Dist: inflect>=7.0.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: langcodes>=3.5.0
Requires-Dist: linkml-runtime>=1.10.0
Requires-Dist: packaging>=24.0
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pyshacl>=0.30.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: rdflib>=7.1.3
Requires-Dist: requests>=2.32.0
Requires-Dist: rich-click>=1.8.3
Requires-Dist: rich>=13.9.4
Requires-Dist: uvicorn[standard]>=0.30.0
Description-Content-Type: text/markdown

![Status - Incubating](https://img.shields.io/static/v1?label=Status&message=Incubating&color=FEFF3A&style=for-the-badge)

<h2 align="center">
 Simplified Semantic Data Modeling (S2DM)
</h2>

`S2DM` is an approach for modeling data across multiple domains. It is designed to be simple and accessible for Subject Matter Experts (SMEs) while incorporating semantic principles to define meaningful data structures and relationships.

### Key Features:
- **GraphQL Schema Definition Language (SDL)**: Provides a human-readable syntax for defining data structures and relationships.
- **Simple Knowledge Organization System (SKOS)**: Facilitates hierarchical classifications and semantic relationships.

### Core Principle:
`S2DM` promotes a data-centric architecture by enabling systems in the physical layer (e.g., databases, applications) to share common concepts modeled in a unified conceptual layer.

### Learn More:
For detailed guidelines, tools, and contribution instructions, check out the documentation: [S2DM Documentation](https://covesa.github.io/s2dm)

### Acknowledgements
- Unit definitions are derived from the [QUDT (Quantities, Units, Dimensions and Types)](https://qudt.org/) reference model, © QUDT.org, licensed under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
