Skip to content

Commit 664e5a5

Browse files
committed
Add Miravi query instruction
1 parent 5541acf commit 664e5a5

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This template repo helps with setting up a pipeline for an OSLO implementation p
1212
You only have to do these steps once.
1313

1414
1. [Create a new repository based on this repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
15-
2. Navigate to Settings > Actions > General > Workflow permissions and
15+
2. Navigate to Settings > Actions > General > Workflow permissions and
1616
make sure that "Read and write permissions" is checked.
1717
3. [Set up GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-your-site)
1818
and let it point to the `docs` directory on the `main` branch.
@@ -102,7 +102,9 @@ and the data will have [this license](LICENSE).
102102
### Execute queries via the dashboard
103103

104104
1. Browse to the GitHub pages of this repository.
105-
2. TODO: Add Miravi specific instructions
105+
2. Click on one of the queries on the left:
106+
107+
![List of queries on the left of the dashboard](img/select-query.png)
106108

107109
## Extras
108110

@@ -113,16 +115,17 @@ and the data will have [this license](LICENSE).
113115
```
114116

115117
- Delete `in-shacl/shacl.ttl` to download the SHACL again.
118+
- Delete `template.xlsx` to regenerate the template Excel file and example data.
116119
- You can reset the whole repo via
117120

118121
```shell
119122
./scripts/reset-repo.sh
120123
```
121-
122-
## Example env values
123-
124-
```yaml
125-
env:
126-
ap_url: https://data.vlaanderen.be/doc/applicatieprofiel/leermiddelen/ontwerpstandaard/2025-03-21/
127-
shacl_url: https://data.vlaanderen.be/doc/applicatieprofiel/leermiddelen/kandidaatstandaard/2025-08-01/shacl/leermiddelen-SHACL.ttl
128-
```
124+
125+
- Some example env values are
126+
127+
```yaml
128+
env:
129+
ap_url: https://data.vlaanderen.be/doc/applicatieprofiel/leermiddelen/ontwerpstandaard/2025-03-21/
130+
shacl_url: https://data.vlaanderen.be/doc/applicatieprofiel/leermiddelen/kandidaatstandaard/2025-08-01/shacl/leermiddelen-SHACL.ttl
131+
```

img/select-query.png

29.8 KB
Loading

0 commit comments

Comments
 (0)