Skip to content

Commit

Permalink
use cube.link shapes v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Nov 8, 2023
1 parent 20676f4 commit 2fbd704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/pipelines/publish.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
] ;
code:arguments (
"""[
'https://cube.link/v0.0.5/shape/standalone-constraint-constraint',
// 'https://cube.link/v0.0.5/shape/datacatalog-constraint',
'https://cube.link/v0.1.0/shape/standalone-constraint-constraint',
// 'https://cube.link/v0.1.0/shape/datacatalog-constraint',
]"""^^code:EcmaScript
)
.
Expand Down
2 changes: 1 addition & 1 deletion cli/shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ base <https://cube-creator.zazuko.com/shape#>
sh:message "cube:Cube needs at least one cube:ObservationSet" ;
] , [
sh:path cube:observationConstraint ;
sh:node <http://example.org/ObservationConstraintShape> ; # from cube.link
sh:node <https://cube.link/shape/standalone-constraint-constraint#ObservationConstraintShape> ; # from cube.link
sh:message "cube:Cube must point to a valid cube:Constraint" ;
] ;
.
Expand Down

0 comments on commit 2fbd704

Please sign in to comment.