Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 358 Bytes

ri-queries.md

File metadata and controls

17 lines (13 loc) · 358 Bytes

https://groups.google.com/forum/#!topic/islandora/e-ZUkRUFC-4

Get all books

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> 
}