Sign inSign up

nvdk/resources-domain-generator

By nvdk

•Updated almost 9 years ago

A script to generate a domain.lisp based on existing data in a sparql endpoint.

Image
0

921

nvdk/resources-domain-generator repository overview

⁠domain.lisp generator

A script to generate a domain.lisp based on existing data.

⁠how to use

./generate-domain.rb
Usage: generate-domain [options]
    -b, --base-iri BASE              base iri (required)
    -e, --endpoint ENDPOINT          endpoint (required)
    -g, --graph GRAPH                graph
    -h, --help                       help

Example

./generate-domain.rb -b http://example.com/catalog/ -e https://stad.gent/sparql -g http://stad.gent/dcat/linked-data/ > domain.lisp

⁠with docker

docker run nvdk/resources-domain-generator -b http://example.com/catalog/ -e https://stad.gent/sparql -g http://stad.gent/dcat/linked-data/ > domain.lisp

Tag summary

Content type

Image

Digest

Size

299.1 MB

Last updated

almost 9 years ago

docker pull nvdk/resources-domain-generator