Skip to content

Commit

Permalink
test: wrong namespace (#203)
Browse files Browse the repository at this point in the history
* fix: wrong namespace

* test: update approvals
  • Loading branch information
tpluscode authored Oct 9, 2024
1 parent a6ae0bc commit 03faada
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <year> ;
schema:name "year" ;
sh:minCount 1 ;
Expand All @@ -71,7 +71,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <station> ;
schema:name "station" ;
sh:minCount 1 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <year> ;
schema:name "year" ;
sh:minCount 1 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _:report a sh:ValidationReport ;
sh:path _:b710 ;
sh:xone (
[
sh:class <https://cube.link/meta/KeyDimension> ;
sh:class cube:KeyDimension ;
]
[
sh:property [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <year> ;
schema:name "year" ;
sh:minCount 1 ;
Expand All @@ -69,7 +69,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <station> ;
schema:name "station" ;
sh:minCount 1 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <year> ;
schema:name "year" ;
sh:minCount 1 ;
Expand All @@ -71,7 +71,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <station> ;
schema:name "station" ;
sh:minCount 1 ;
Expand Down
4 changes: 2 additions & 2 deletions test/standalone-constraint-constraint/valid.annotation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <year> ;
schema:name "year" ;
sh:minCount 1 ;
Expand All @@ -99,7 +99,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
] ;
sh:property
[
a meta:KeyDimension ;
a cube:KeyDimension ;
sh:path <station> ;
schema:name "station" ;
sh:minCount 1 ;
Expand Down
2 changes: 1 addition & 1 deletion validation/standalone-constraint-constraint.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
sh:path ( sh:path [ sh:inversePath sh:path ] ) ;
sh:xone
(
[ sh:class meta:KeyDimension ]
[ sh:class cube:KeyDimension ]
[
sh:property
[
Expand Down

0 comments on commit 03faada

Please sign in to comment.