https://github.com/rybesh/flatttl
flatten Turtle
https://github.com/rybesh/flatttl
Last synced: 11 months ago
JSON representation
flatten Turtle
- Host: GitHub
- URL: https://github.com/rybesh/flatttl
- Owner: rybesh
- Created: 2022-02-04T02:32:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T02:42:05.000Z (over 4 years ago)
- Last Synced: 2025-02-14T14:51:29.274Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flatttl
Formats RDF files into flattened, sorted Turtle for easier diffing.
The [tarball](https://raw.githubusercontent.com/rybesh/flatttl/main/dist/flatttl.tgz) contains a jar and a script for running it.
Usage:
```
flatttl some-rdf.ttl > flattened.ttl
```