Skip to content

Commit

Permalink
chore: remove prefixes from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 24, 2024
1 parent 641d841 commit 1010867
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions meta/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ A type of [annotation](#annotation) which can be used to express a limit or targ
<aside class='example' title='Dimension with a target'>

```turtle
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX sh: <http://www.w3.org/ns/shacl#>
<cube/shape> sh:property [
a cube:KeyDimension ;
sh:path ex:year ;
Expand Down Expand Up @@ -133,9 +131,6 @@ applies to, namely:
<aside class='example' title='Dimension with a continuous limit on a temporal dimension'>

```turtle
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX sh: <http://www.w3.org/ns/shacl#>
<cube/shape> sh:property [
a cube:KeyDimension ;
sh:path ex:year ;
Expand Down

0 comments on commit 1010867

Please sign in to comment.