Skip to content

Commit

Permalink
Update ri-queries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Natkeeran authored Apr 16, 2019
1 parent c9544ba commit bc00111
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ri-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ select ?s from <#ri> where {
?s <fedora-rels-ext:isMemberOfCollection> <info:fedora/islandora:bookCollection>
}
```


## Get all pages in a book
```
select ?object from <#ri> where {
?object <http://islandora.ca/ontology/relsext#isPageOf> <info:fedora/islandora:18>
}
```

0 comments on commit bc00111

Please sign in to comment.