Skip to content

Commit 291e8a6

Browse files
committed
chore: remove ttl-to-ntriples conversion project script
With the `sparql-parser` service now supporting reading ttl configurations directly the manual conversion is no longer needed.
1 parent ab068d7 commit 291e8a6

3 files changed

Lines changed: 1 addition & 50 deletions

File tree

scripts/config.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11
{
22
"version": "0.1",
3-
"scripts": [
4-
{
5-
"documentation": {
6-
"command": "ttl-to-ntriples",
7-
"description": "Convert a ttl-files to corresponding n-triple files.",
8-
"arguments": ["-r", "--replace"]
9-
},
10-
"environment": {
11-
"image": "python:3.13.7",
12-
"interactive": false,
13-
"script": "ttl-to-ntriples/run.sh"
14-
},
15-
"mounts": {
16-
"app": "/app/"
17-
}
18-
}
19-
]
3+
"scripts": []
204
}

scripts/ttl-to-ntriples/run.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/ttl-to-ntriples/ttl-to-ntriples.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)