Payload Exports
All matrices, graph bindings, and neural weights are strictly open. (CC0 Data, Apache 2.0 Models, MIT Systems).
Complete Corpus Sync
JSON DataArchitectural JSON sync of 11,361 inscriptions generated directly from the PostgreSQL cloud instance. Includes canonical matrices, ML classifications, LOD connections, and WGS84 spatial anchors.
Graph Database (Turtle)
TTL GraphResource Description Framework graph compiled via LAWD, DC, and GeoSPARQL rulesets. Inscriptions modelled as `lawd:WrittenWork` nodes.
CNN Topography (ONNX)
ONNX Weights1D Convolutional Neural Network execution graph. Rapid 5ms inference resolving 7 distinct epigraphic probabilities directly within WASM constraints.
1-Layer Transformer (ONNX)
ONNX WeightsSelaldine-attention encoder mapping complex linguistic dependencies across character grids. Optimized for multi-word syntax.
Semantic Tables
JSON StandardOrthographic logic arrays encompassing alphabet matrices, digraph substitutions, and strict unicode conversion rules.
Server APIs
Execute pipeline normalizations via standard POST protocols pointing to the Server Compute Node:
curl -X POST https://www.openetruscan.com/api/normalize \
-H "Content-Type: application/json" \
-d '{"text": "MI AVILES"}'Execute internal Python frameworks locally via pip install openetruscan. Root source located on GitHub.