Decision Workspace
owl2shacl vs projvar vs stgit
Side-by-side comparison of Rust crates
A CLI tool that tries to convert simple OWL ontologies into SHACL shapes. OWL ontologies define logical relationships. SHACL shapes define a data scheme, and allow to validate data against them. Strictly speaking, as these are different things, such a conversion is thus illegal/wrong in the ideological/theoretical sense. Thus this tool is not generally applicable, but only under the circumstance, that the OWL ontology is actually written as a data specification - if it is understood as a kind of distributed database schema, rather then for logical inference. Not only that, but it also has to conform to certain, very narrow rules, and only a few basic properties are translated into SHACL; the rest is ignored.
A tiny CLI tool that tries to gather project specific meta-data in different ways, to store them into key=value pairs in a file for later use by other tools. See --list for the keys set by this tool.
Stack-based patch management for Git
Core Metrics
| owl2shacl | projvar | stgit | |
|---|---|---|---|
| Health Score | 34 | 40 | 59 |
| Total Downloads | 481 | 10.5K | 14.1K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 5 | 0 |
| Releases | 1 | 10 | 15 |
| Last Updated | 340d ago | 316d ago | 8d ago |
| Age | 11m | 2y 5m | 2y 3m |
Health Breakdown
Technical Details
| owl2shacl | projvar | stgit | |
|---|---|---|---|
| Version | 0.2.0 | 0.19.9 | 2.6.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | AGPL-3.0-or-later | AGPL-3.0-or-later | GPL-2.0-only |
| Dependencies | 13 | 33 | 21 |
| Crate Size | 46KB | 648KB | 285KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •stgit leads with a health score of 59/100, but none of the options score above 80.
- •owl2shacl, projvar are pre-1.0 — API may change.