select distinct * where { ?container . ?cid . ?pid . ?pid ?model . ?pid ?ownerId . ?pid ?createdDate . ?pid ?lastModifiedDate . ?pid ?title . ?pid ?identifier . optional { ?pid ?creator} . optional { ?pid ?type} . optional { ?pid ?language} . optional { ?pid ?format} . filter regex(str(?model), "^info:fedora/cm:") } order by ?format