SELECT *
FROM metadatafieldregistry a JOIN
metadataschemaregistry b
ON a.metadata_schema_id=b.metadata_schema_id;
Then you will get all the metadata names and, the scope_note, which is definition of the metadata. So you can use it as a data dictionary.