@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:label "Solution Sequence" ; mf:entries ( <#limit-1> <#limit-2> <#limit-3> <#limit-4> <#offset-1> <#offset-2> <#offset-3> <#offset-4> <#slice-1> <#slice-2> <#slice-3> <#slice-4> <#slice-5> ) . <#limit-1> mf:name "Limit 1" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#limit-2> mf:name "Limit 2" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#limit-3> mf:name "Limit 3" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#limit-4> mf:name "Limit 4" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#offset-1> mf:name "Offset 1" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#offset-2> mf:name "Offset 2" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#offset-3> mf:name "Offset 3" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#offset-4> mf:name "Offset 4" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#slice-1> mf:name "Slice 1" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#slice-2> mf:name "Slice 2" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#slice-3> mf:name "Slice 3" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#slice-4> mf:name "Slice 4" ; mf:action [ qt:query ; qt:data ] ; mf:result . <#slice-5> mf:name "Slice 5" ; mf:action [ qt:query ; qt:data ] ; mf:result .