Decision Workspace
owl2shacl vs projvar vs git-mover
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.
Move git repositories to a new location
Core Metrics
| owl2shacl | projvar | git-mover | |
|---|---|---|---|
| Health Score | 34 | 41 | 58 |
| Total Downloads | 477 | 10.5K | 9.9K |
| 30d Downloads | 3 | 31 | 54 |
| Dependents | 0 | 5 | 16 |
| Releases | 1 | 10 | 24 |
| Last Updated | 280d ago | 257d ago | 55d ago |
| Age | 9m | 2y 3m | 1y 2m |
Health Breakdown
Technical Details
| owl2shacl | projvar | git-mover | |
|---|---|---|---|
| Version | 0.2.0 | 0.19.9 | 1.2.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | AGPL-3.0-or-later | AGPL-3.0-or-later | MIT |
| Dependencies | 13 | 33 | 16 |
| Crate Size | 46KB | 648KB | 32KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •git-mover leads with a health score of 58/100, but none of the options score above 80.
- •projvar has the most downloads (10.5K), suggesting wider adoption.
- •owl2shacl, projvar are pre-1.0 — API may change.