We need the basic queries to find out and retrieve the info that shall be mapped into the ISO metadata.
Basically we need
the discovery query:
a query that returns the references to the records (or directly the full metadata records).
In CSW it would be the getRecords operation.
the retrieve operation:
a query that, given a reference, return the full metadata record.
In CSW it's the getRecordById operation.
We need the basic queries to find out and retrieve the info that shall be mapped into the ISO metadata.
Basically we need
a query that returns the references to the records (or directly the full metadata records).
In CSW it would be the
getRecords
operation.a query that, given a reference, return the full metadata record.
In CSW it's the
getRecordById
operation.