I am new to Open CMIS and needed some help or documentation getting started. I am able to connect and query CQ DAM using AtomPub. I noticed that the pdf's in the dam are handled as "cmis:folder". I need help on getting the queries to work against the metadata specifically by cq:tags.
Example:
SELECT * FROM cmis:folder WHERE cmis:name = 'test.pdf'
Would like to add properties from the metadata to the select.
/content/dam/test.pdf/jcr:content/metadata
Would appreciate any help in this regard.