An open API service indexing awesome lists of open source software.

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.

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 dataset

Usage: 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/