Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kopflos' into handler-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 16, 2024
2 parents abfa160 + ab5b6e1 commit 6b4e2a9
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 6b4e2a9

Please sign in to comment.