-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
160 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.