{
    "objecttype": "objektpflege",
    "import_type": "db",
    "objects": [
        {
            "_objecttype": "objektpflege",
            "_mask": "_all_fields",
            
            "objektpflege": {
                "_id": null,
                "_version": 1,
                "_pool": {
                    "_basetype": "pool",
                    "pool": {"_id": 12}
                },
               
                "datum_pruefung": {"value": "2019-09-09"},
                "lk_objektzustand": {
                    "conceptName": "gut",
                    "conceptURI": "http://uri.gbv.de/terminology/object_condition/f27a1c15-0463-40be-a09d-127378605474"
                },
                "lk_sammlungsbereich": {
                    "_mask": "standort__all_fields",
                    "_objecttype": "standort",
                    "standort": {"_id": 1241}
                },
                "zustandsbeschreibung": {"de-DE": "Testbeschreibung"}
            }
        }
    ]
}