coneda/kor

No technical metadata for some entites?

MaximilianBrodhun opened this issue · 2 comments

Hi again,

I wonder why one entity doesn't have technical metadata.
I'm refering to this one:

https://classicmayan.kor.de.dariah.eu/entities/17481.json?include=dataset,technical
{
    "id": 17481,
    "collection_id": 16,
    "kind_id": 1,
    "creator_id": 20,
    "updater_id": 33,
    "kind_name": "Medium (image/jpeg)",
    "no_name_statement": "enter_name",
    "name": null,
    "distinct_name": null,
    "display_name": "medium 17481",
    "comment": "",
    "subtype": "",
    "lock_version": 7,
    "tags": [],
    "medium_id": 6100,
    "medium": {
        "id": 6100,
        "file_size": 5147295,
        "video": null,
        "audio": null,
        "content_type": "image/jpeg",
        "url": {
            "icon": "/media/images/icon/000/006/100/image.jpg?1551077933",
            "thumbnail": "/media/images/thumbnail/000/006/100/image.jpg?1551077933",
            "preview": "/media/images/preview/000/006/100/image.jpg?1551077933",
            "screen": "/media/images/screen/000/006/100/image.jpg?1551077933",
            "normal": "/media/images/normal/000/006/100/image.jpg?1551077933",
            "original": "/media/images/original/000/006/100/image.jpg?1551077933"
        }
    },
    "dataset": {
        "image_no": "MET_DP104826",
        "folder_no": "",
        "license": "CC ZERO 1.0",
        "image_description": "La Pasadita, Lintel 3, complete",
        "creator": "Metropolitan Museum of Art",
        "digitized_by": "",
        "contributor": "Project Text Database and Dictionary of Classic Mayan",
        "date_of_digitization": "",
        "rights_holder": "Public Domain",
        "publisher": "Maya Image Archive",
        "scanner_model_name": "",
        "maximum_optical_resolution": "",
        "image_width": "3701",
        "image_height": "3739",
        "date_time_created": "undated",
        "scanning_software_name": "",
        "scanner_model_number": "",
        "source_type": "",
        "scanning_software_version_no": "",
        "source_x_dimension_value": "",
        "source_y_dimension_value": "",
        "source_x_dimension_unit": "",
        "source_y_dimension_unit": "",
        "color_space": "",
        "master_image_file_type": "",
        "note": "",
        "uri_of_image_additional_publication": "https://images.metmuseum.org/CRDImages/ao/original/DP104826.jpg",
        "file_name": "DP104826.jpg",
        "digital_camera_model_name": "",
        "digital_camera_manufacturer": "",
        "scanner_manufacturer": "",
        "license_note": ""
    }
}

Is there something special about this entity?

The normal case should be like this:

https://classicmayan.kor.de.dariah.eu/entities/17473.json?include=dataset,technical
{
    "id": 17473,
    "collection_id": 3,
    "kind_id": 1,
    "creator_id": null,
    "updater_id": null,
    "kind_name": "Medium (image/jpeg)",
    "no_name_statement": "enter_name",
    "name": null,
    "distinct_name": "KHM_1987_F264_R04_20",
    "display_name": "medium 17473",
    "comment": null,
    "subtype": null,
    "lock_version": 0,
    "tags": [],
    "medium_id": 6093,
    "medium": {
        "id": 6093,
        "file_size": 815499,
        "video": null,
        "audio": null,
        "content_type": "image/jpeg",
        "url": {
            "icon": "/media/images/icon/000/006/093/image.jpg?1550063464",
            "thumbnail": "/media/images/thumbnail/000/006/093/image.jpg?1550063464",
            "preview": "/media/images/preview/000/006/093/image.jpg?1550063464",
            "screen": "/media/images/screen/000/006/093/image.jpg?1550063464",
            "normal": "/media/images/normal/000/006/093/image.jpg?1550063464",
            "original": "/media/images/original/000/006/093/image.jpg?1550063464"
        }
    },
    "uuid": "7b94fd24-24d4-48a6-b02d-67e61e4f902e",
    "created_at": "2019-02-13T11:58:55.000Z",
    "updated_at": "2019-02-13T11:58:55.000Z",
    "dataset": {
        "image_no": "KHM_1987_F264_R04_20",
        "image_width": "1666",
        "image_height": "2681",
        "image_description": "Yaxhom, Jamb 2",
        "folder_no": "4",
        "license": "CC BY 4.0",
        "creator": "Karl Herbert Mayer",
        "date_time_created": "1987",
        "note": "",
        "contributor": "Project Text Database and Dictionary of Classic Mayan",
        "rights_holder": "Karl Herbert Mayer",
        "publisher": "Maya Image Archive",
        "source_type": "Filmstrip",
        "source_x_dimension_unit": "mm",
        "source_y_dimension_unit": "mm",
        "master_image_file_type": "Tiff",
        "digitized_by": "Project Text Database and Dictionary of Classic Mayan",
        "date_of_digitization": "2017",
        "color_space": "RGB",
        "scanner_model_number": "5000",
        "scanner_model_name": " Nikon Coolscan 5000 ED",
        "scanning_software_name": "HDR SilverFast Soft",
        "scanning_software_version_no": "HDR SilverFast Soft",
        "medium_depicts_artefact": "Yaxhom, Jamb 2 (YXM: Jmb. 2)",
        "medium_was_created_by_person": "Karl Herbert Mayer",
        "medium_was_created_from_collection": "",
        "medium_was_created_at_place": "Loltun",
        "uri_of_image_additional_publication": null,
        "source_x_dimension_value": null,
        "source_y_dimension_value": null,
        "file_name": "KHM_1987_F264_R04_20.jpg"
    }
}

The example entities are in different collections. Could it be a permission problem?

Oh, didn't see that.
Thanks for the hint!