OWL/Turtle, SHACL, and SPARQL for gds-framework specifications
Project description
gds-owl
OWL/Turtle, SHACL, and SPARQL for gds-framework specifications.
Exports GDS models (GDSSpec, SystemIR, CanonicalGDS, VerificationReport) to RDF/OWL and provides bidirectional round-trip with Pydantic models.
Install
pip install gds-owl
# With SHACL validation support
pip install gds-owl[shacl]
Quick Start
import gds
from gds_owl import spec_to_turtle, build_core_ontology
# Export a GDSSpec to Turtle
ttl = spec_to_turtle(my_spec)
# Get the GDS ontology (TBox)
ontology = build_core_ontology()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gds_owl-0.2.0.tar.gz
(33.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gds_owl-0.2.0-py3-none-any.whl
(23.1 kB
view details)
File details
Details for the file gds_owl-0.2.0.tar.gz.
File metadata
- Download URL: gds_owl-0.2.0.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5449b532bae724b68fd63b201c044b0706cc5c7cb798c3ab595cf2f2dcd4c4e8
|
|
| MD5 |
313c3521e510e29381f4f759d429d114
|
|
| BLAKE2b-256 |
fa820b02371b6d67a3eec625bfebc89f0d7efee348f1f9815497fa9d714e8281
|
File details
Details for the file gds_owl-0.2.0-py3-none-any.whl.
File metadata
- Download URL: gds_owl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f68c1a41eeeab7657af989413ac47913889620f084fbf47e21f729ee7e348e6f
|
|
| MD5 |
de2db171510d129895568fe6914cf3fb
|
|
| BLAKE2b-256 |
af25e886ae7fe075a9d4570d5c34cbf1c09bc31b6d66582cfdb96d73575ec406
|