Skip to content

Commit

Permalink
Update resource-shape.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Aug 12, 2024
1 parent f0463c0 commit ba90c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apis/kopflos/how-to/resource-shape.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
<foo>
a ex:Foo ;
<foo#export> <foo/export> ; # will be served by the API
<foo#import> <foo/import> ; # will not be served by the API
<foo#export> <foo/export> ; # <foo/export> will be served by the API
<foo#import> <foo/import> ; # but <foo/import> will not
.
```

0 comments on commit ba90c87

Please sign in to comment.