If you’re using CultureObject Display to show your MDS fields, the following snippet might be useful. Firstly, make sure you have the “Text” tab selected in your COD “Single Object Content” box selected:

Then copy the whole of the following snippet to your clipboard and paste it in.
<strong>{{cos.field_name.object_name}}:</strong>
{{cos.field_value.object_name}}
<strong>{{cos.field_name.title}}:</strong>
{{cos.field_value.title}}
<strong>{{cos.field_name.credit_line}}:</strong>
{{cos.field_value.credit_line}}
<strong>{{cos.field_name.brief_description}}:</strong>
{{cos.field_value.brief_description}}
<strong>{{cos.field_name.associated_concept}}:</strong>
{{cos.field_value.associated_concept}}
<strong>{{cos.field_name.object_production_date}}:</strong>
{{cos.field_value.object_production_date}}
<strong>{{cos.field_name.object_production_place}}:</strong>
{{cos.field_value.object_production_place}}
<strong>{{cos.field_name.object_production_person}}:</strong>
{{cos.field_value.object_production_person}}
<strong>{{cos.field_name.material}}:</strong>
{{cos.field_value.material}}
<strong>{{cos.field_name.associated_place}}:</strong>
{{cos.field_value.associated_place}}
<strong>{{cos.field_name.associated_person}}:</strong>
{{cos.field_value.associated_person}}
<strong>{{cos.field_name.organisation}}:</strong>
{{cos.field_value.organisation}}
Then click save and view your record(s) to see all the fields – or amend as you need.