You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note that the Building Blocks viewer application is still being developed to show all types of transformation in appropriate places.**
18
+
19
+
## Transformation tools
20
+
21
+
Building Blocks are technology agnostic, however rich support exists for JSON Schema and JSON-LD/RDF:
22
+
23
+
- SHACL (AF- advances features) SPARQL rules are powerful for schema, semantic and content transformation rules.
24
+
- JQ may be used for pure JSON transformations
25
+
26
+
Custom code may be used for transformation and validation. (details TBD)
27
+
28
+
## Examples
29
+
30
+
A key example is the mismatch between the GeoJSON geometry model and the GeoSPARQL geometry model. This
31
+
requires the transformation of both structure and vocabulary to convert GeoJSON to valid GeoSPARQL - see this [example](https://ogcincubator.github.io/bblocks-examples/bblock/ogc.bbr.examples.feature.geosparqlFeature)
0 commit comments