https://github.com/constraintautomaton/smt-nocture-db-to-rdf
A repository hosting an RDF dataset of demon information from Shin Megami Tensei III: Nocturne.
https://github.com/constraintautomaton/smt-nocture-db-to-rdf
dataset rdf shin-megami-tensei-3
Last synced: 14 days ago
JSON representation
A repository hosting an RDF dataset of demon information from Shin Megami Tensei III: Nocturne.
- Host: GitHub
- URL: https://github.com/constraintautomaton/smt-nocture-db-to-rdf
- Owner: constraintAutomaton
- License: gpl-2.0
- Created: 2024-09-18T14:23:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T14:53:19.000Z (16 days ago)
- Last Synced: 2025-04-22T19:19:31.466Z (14 days ago)
- Topics: dataset, rdf, shin-megami-tensei-3
- Language: Rust
- Homepage: https://constraintautomaton.github.io/smt-nocture-db-to-rdf/
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smt-nocture-db-to-rdf
Generator of an RDF dataset of demon information from [Shin Megami Tensei III: Nocturne](https://en.wikipedia.org/wiki/Shin_Megami_Tensei_III:_Nocturne).
## Building
`cargo build --release`## Generating the dataset locally
To generate the dataset locally simpy run the following command
```sh
cargo run --release -- \\
-d "{URL of the desired demon dataset}/demon.ttl#"\\
-r "{URL of the desired race dataset}/race.ttl#" \\
-v "{URL of the desired vocabulary dataset}/vocabulary.ttl#" \\
-g "{URL of the desired game dataset}/game.ttl#"
```See the usage section for more info on the parameters.
### Usage
```
A Simple program to generate a Shin Megami Tensei III demon datasetUsage: smt-nocture-db-to-rdf [OPTIONS]
Options:
-d, --demon-rdf-namespace IRI namespace of the demon dataset
-r, --race-rdf-namespace IRI namespace of the race dataset
-v, --vocabulary-namespace IRI namespace of the vocabulary
-g, --game-rdf-namespace IRI namespace of the game
--path-vocabulary Path of the RDF vocabulary template file
--path-game Path of the RDF game template file
-o, --out-path Output folder of the datasets
-h, --help Print help
-V, --version Print version
```## Terms of Use for Generated Data
The data generated by this tool is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in individual contents of the database are licensed under the Database Contents License: http://opendatacommons.org/licenses/dbcl/1.0/
## Terms of Use for Template, CSV, and JSON Files
The data in the template files (ending with `_template`), CSV files (with the `.csv` extension), and JSON files (with the `.json` extension) is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in individual contents of the database are licensed under the Database Contents License: http://opendatacommons.org/licenses/dbcl/1.0/