1 parent 8cbebfc commit 4d945c9Copy full SHA for 4d945c9
1 file changed
README.md
@@ -2,7 +2,9 @@
2
3
[SHACL](https://www.w3.org/TR/shacl/) to [Protobuf](https://protobuf.dev/)
4
transpiler. Takes SHACL shape graphs and generates `.proto` files with
5
-[protovalidate](https://github.com/bufbuild/protovalidate) constraints.
+[protovalidate](https://github.com/bufbuild/protovalidate) constraints. Built
6
+for teams that model their domain with RDF ontologies and want type-safe gRPC
7
+contracts.
8
9
```mermaid
10
flowchart LR
@@ -56,9 +58,6 @@ you don't have it:
56
58
echo 'version: v2' > proto/buf.yaml
57
59
```
60
-Built for teams that model their domain with RDF ontologies and want type-safe
-gRPC contracts.
61
-
62
## Architecture
63
64
Chasity follows a standard compiler pipeline:
0 commit comments