Commit 865fd29
Fix SPARQL term-namespace filters to match actual METPO IRI scheme
ODK 1.6.1 regeneration changed filters from https://w3id.org/metpo/METPO_
to https://w3id.org/METPO_ in 5 SPARQL files. Both were wrong: METPO terms
use bare numeric IRIs (https://w3id.org/metpo/0000001, no METPO_ prefix).
Sets the correct prefix https://w3id.org/metpo/ in all 5 files. The
pre-existing METPO_ suffix was also a bug that matched nothing in the OWL;
this commit fixes both the regression and the underlying pre-existing error.
Fixes Copilot review comments on PR #487.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4194478 commit 865fd29
5 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
0 commit comments