Skip to content

Commit

Permalink
feat: T22893: ingestion statuses CV
Browse files Browse the repository at this point in the history
  • Loading branch information
psiotwo committed Mar 4, 2025
1 parent edd402a commit 9c52aa2
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 124 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ACQF QCP Documentation

This repository hosts the website for ACQF QCP hosted at https://data.acqf-qcp.africa.
This repository hosts the website for ACQF QCP hosted at https://data.acqf-qcp.africa.

## Development
The data model diagram can be generated as follows

``` bash
SHACLVIZ=shaclviz.jar
if ! [ -e "$SHACLVIZ" ]; then
curl -L -o $SHACLVIZ https://repo1.maven.org/maven2/zone/cogni/semanticz/semanticz-shaclviz/1.0.2/semanticz-shaclviz-1.0.2-executable.jar
fi
java -jar $SHACLVIZ file:docs/model/exchange-model.ttl docs/exchange-model/exchange-model.tgf --fieldQuery=docs/exchange-model/fields-acqf.rq --outputFormat tgf
```
Loading

0 comments on commit 9c52aa2

Please sign in to comment.