Sign inSign up

dbcls/rdf-config

By dbcls

Updated over 5 years ago

Command line tool for generating SPARQL queries and schema diagrams from data model configuration.

Image
Developer tools
1

4.0K

dbcls/rdf-config repository overview

RDF config

RDF-config is a tool to generate SPARQL queries, a schema diagram, and files required for Grasp, TogoStanza and ShEx varidator from the simple YAML-based configuration files (see the specification).

DCUMENTS

Run via Docker Container

% docker pull dbcls/rdf-config:latest
% docker run --rm -it -u $(id -u):$(id -g) -v <path to config file dir>:/config dbcls/rdf-config:latest rdf-config --config /config/<config dir name> [options]

See available docker image tags other than latest at Docker Hub.

Authors

  • Toshiaki Katayama (DBCLS)
  • Tatsuya Nishizawa (IMSBIO)

License

  • MIT License

Tag summary

Content type

Image

Digest

Size

320.8 MB

Last updated

over 5 years ago

docker pull dbcls/rdf-config