#!/bin/bash
# WF 2026-02-28
# Quick start script for GOV dataset
# see https://github.com/WolfgangFahl/pyomnigraph/issues/32

# Get the directory where this script is located
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

# Call the general quickstart script with GOV-specific parameters
# GOV is a big external dataset, so use --download flag
exec "$SCRIPT_DIR/quickstart" --dataset gov_full --triplestore blazegraph --download "$@"
