step-01 performs W3C Direct Mapping from MariaDB to Turtle using sophia. step-02 applies SPARQL UPDATE queries using oxigraph.
18 lines
246 B
TOML
18 lines
246 B
TOML
[package]
|
|
name = "mapping"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "step-01"
|
|
path = "src/map/step_01.rs"
|
|
|
|
[[bin]]
|
|
name = "step-02"
|
|
path = "src/map/step_02.rs"
|
|
|
|
[dependencies]
|
|
sophia = "0.9"
|
|
oxigraph = "*"
|
|
mysql = "*"
|
|
urlencoding = "*"
|