Commit deb7e00
Upgrade ODK 1.5.4 to 1.6.1; fix ontology IRI
Regenerates Makefile, run.sh, SPARQL queries, and CI workflow for ODK
v1.6.1 (ROBOT 1.9.10). Pins the image in qc.yml.
Adds overrides in metpo.Makefile for the $(ONT).owl and $(ONT).json
recipes, which in the generated Makefile use $(URIBASE)/$@ and produce
the invalid IRI https://w3id.org/metpo.owl. The correct IRI is
https://w3id.org/metpo/metpo.owl = $(ONTBASE)/$@. Root cause is that
metpo-odk.yaml sets uribase to the bare domain rather than the
ontology-specific namespace; a separate fix to that config is tracked
in #465.
Release artifacts rebuilt with correct ontology IRI. All tests pass
(validate_idranges, reason_test, SPARQL checks, OWL DL profile).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent df4cda7 commit deb7e00
20 files changed
Lines changed: 264 additions & 63784 deletions
File tree
- .github/workflows
- src
- ontology
- components
- sparql
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments