This generates node statistics for the KnowWhereGraph subgraphs. It retrieves the triple count in each subgraph and writes the results to disk.
docker build -t graph_stats .
docker run -v ./results:/results graph_stats
- Once the queries complete, view the results in the
results/
folder