Command line tool for generating SPARQL queries and schema diagrams from data model configuration.
4.0K
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).
% 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.
Content type
Image
Digest
Size
320.8 MB
Last updated
over 5 years ago
docker pull dbcls/rdf-config