{"id":7650,"date":"2025-08-20T22:33:32","date_gmt":"2025-08-20T22:33:32","guid":{"rendered":"https:\/\/hakkiakgun.av.tr\/?page_id=7650"},"modified":"2025-08-31T14:37:28","modified_gmt":"2025-08-31T14:37:28","slug":"sentence-execution-calculator","status":"publish","type":"page","link":"https:\/\/hakkiakgun.av.tr\/tr\/calculators\/sentence-execution-calculator\/","title":{"rendered":"H\u00fck\u00fcm \u0130nfaz\u0131 Hesaplay\u0131c\u0131s\u0131"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"7650\" class=\"elementor elementor-7650\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b31556e e-flex e-con-boxed e-con e-parent\" data-id=\"b31556e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae6f8d4 elementor-widget elementor-widget-html\" data-id=\"ae6f8d4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Execution Calculation Program (Imprisonment)<\/title>\r\n    \r\n    <style>\r\n.infaz-hesaplama-container {\r\n    max-width: 900px;\r\n    margin: 20px auto;\r\n    padding: 20px;\r\n    background: var(--white-color);\r\n    border: 1px solid #ddd;\r\n    border-radius: 12px;\r\n    font-family: 'Karla', sans-serif;\r\n    line-height: 1.6;\r\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.form-title {\r\n    text-align: center;\r\n    color: var(--white-color);\r\n    margin-bottom: 25px;\r\n    font-weight: bold;\r\n    font-size: 2rem;\r\n    background: linear-gradient(135deg, var(--primary-color), #a67c4a);\r\n    padding: 20px;\r\n    border-radius: 8px;\r\n    margin-bottom: 30px;\r\n}\r\n\r\n.form-section {\r\n    background: #f8f9fa;\r\n    border: 1px solid #e9ecef;\r\n    border-radius: 10px;\r\n    padding: 25px;\r\n    margin-bottom: 25px;\r\n    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\r\n}\r\n\r\n.section-title {\r\n    color: var(--heading-color);\r\n    font-weight: bold;\r\n    margin-bottom: 20px;\r\n    padding-bottom: 10px;\r\n    border-bottom: 2px solid #dee2e6;\r\n    font-size: 1.25rem;\r\n}\r\n\r\n.form-control {\r\n    transition: all 0.3s ease;\r\n    border: 1px solid #ced4da;\r\n    border-radius: 8px;\r\n    padding: 12px 15px;\r\n    font-size: 14px;\r\n}\r\n\r\n.form-control:focus {\r\n    border-color: var(--primary-color);\r\n    box-shadow: 0 0 0 0.2rem rgba(182, 140, 90, 0.25);\r\n    outline: none;\r\n}\r\n\r\n.form-label {\r\n    font-weight: 600;\r\n    color: var(--heading-color);\r\n    margin-bottom: 8px;\r\n    display: block;\r\n}\r\n\r\n.radio-group {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\r\n    gap: 12px;\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.radio-item {\r\n    position: relative;\r\n    background: var(--white-color);\r\n    border: 2px solid #ced4da;\r\n    border-radius: 8px;\r\n    padding: 15px;\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n    text-align: center;\r\n    font-size: 14px;\r\n    min-height: 50px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-weight: 500;\r\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.radio-item:hover {\r\n    background: #e9ecef;\r\n    border-color: var(--primary-color);\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n.radio-item.active {\r\n    background: linear-gradient(135deg, var(--primary-color), #a67c4a);\r\n    color: var(--white-color);\r\n    border-color: var(--primary-color);\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 4px 12px rgba(182, 140, 90, 0.3);\r\n}\r\n\r\n.radio-item input[type=\"radio\"] {\r\n    display: none;\r\n}\r\n\r\n.ceza-input-group {\r\n    display: grid;\r\n    grid-template-columns: 1fr auto 1fr auto 1fr auto;\r\n    gap: 10px;\r\n    align-items: center;\r\n}\r\n\r\n.ceza-input {\r\n    text-align: center;\r\n    min-width: 70px;\r\n}\r\n\r\n.ceza-label {\r\n    font-weight: bold;\r\n    color: var(--heading-color);\r\n    font-size: 13px;\r\n    text-align: center;\r\n    background: #e9ecef;\r\n    padding: 8px 12px;\r\n    border-radius: 4px;\r\n}\r\n\r\n.btn {\r\n    transition: all 0.3s ease;\r\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n    border: none;\r\n    padding: 12px 24px;\r\n    border-radius: 8px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    font-size: 14px;\r\n}\r\n\r\n.btn:hover {\r\n    transform: translateY(-2px);\r\n}\r\n\r\n.btn-success {\r\n    background: linear-gradient(135deg, var(--primary-color), #a67c4a);\r\n    color: var(--white-color);\r\n}\r\n\r\n.btn-success:hover {\r\n    background: linear-gradient(135deg, #a67c4a, #8b6b3a);\r\n    box-shadow: 0 6px 12px rgba(182, 140, 90, 0.3);\r\n}\r\n\r\n.btn-secondary {\r\n    background: linear-gradient(135deg, #6c757d, #495057);\r\n    color: var(--white-color);\r\n}\r\n\r\n.btn-secondary:hover {\r\n    background: linear-gradient(135deg, #545b62, #383d41);\r\n    box-shadow: 0 6px 12px rgba(108, 117, 125, 0.3);\r\n}\r\n\r\n#resultDiv {\r\n    margin-top: 30px;\r\n    padding: 25px;\r\n    background: #f8f9fa;\r\n    border: 3px dashed var(--primary-color);\r\n    border-radius: 12px;\r\n    display: none;\r\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.result-highlight {\r\n    background: #d4edda;\r\n    padding: 20px;\r\n    border-radius: 8px;\r\n    margin: 20px 0;\r\n    border-left: 5px solid var(--primary-color);\r\n    font-weight: bold;\r\n    box-shadow: 0 2px 6px rgba(182, 140, 90, 0.2);\r\n}\r\n\r\n.info-box {\r\n    background: #e3f2fd;\r\n    border: 2px solid #2196f3;\r\n    border-radius: 10px;\r\n    padding: 20px;\r\n    margin-top: 25px;\r\n    font-size: 14px;\r\n    color: #1565c0;\r\n    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2);\r\n}\r\n\r\n.info-box h6 {\r\n    color: var(--heading-color);\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.info-box ul {\r\n    padding-left: 20px;\r\n    margin-bottom: 0;\r\n}\r\n\r\n.info-box li {\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.spinner {\r\n    width: 50px;\r\n    height: 50px;\r\n    border: 5px solid #f3f3f3;\r\n    border-top: 5px solid var(--primary-color);\r\n    border-radius: 50%;\r\n    animation: spin 1s linear infinite;\r\n    margin: 0 auto 20px;\r\n}\r\n\r\n@keyframes spin {\r\n    0% { transform: rotate(0deg); }\r\n    100% { transform: rotate(360deg); }\r\n}\r\n\r\n.d-none {\r\n    display: none;\r\n}\r\n\r\n.alert {\r\n    border-radius: 8px;\r\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\r\n    border: 1px solid #ffeaa7;\r\n    background-color: #fff3cd;\r\n    color: #856404;\r\n    padding: 15px;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.alert-success {\r\n    background-color: #d4edda;\r\n    border-color: #c3e6cb;\r\n    color: #155724;\r\n}\r\n\r\n.alert-warning {\r\n    background-color: #fff3cd;\r\n    border-color: #ffeaa7;\r\n    color: #856404;\r\n}\r\n\r\n.alert-info {\r\n    background-color: #d1ecf1;\r\n    border-color: #bee5eb;\r\n    color: #0c5460;\r\n}\r\n\r\n.alert-danger {\r\n    background-color: #f8d7da;\r\n    border-color: #f5c6cb;\r\n    color: #721c24;\r\n}\r\n\r\n.mb-3 {\r\n    margin-bottom: 1rem;\r\n}\r\n\r\n.mb-4 {\r\n    margin-bottom: 1.5rem;\r\n}\r\n\r\n.mt-2 {\r\n    margin-top: 0.5rem;\r\n}\r\n\r\n.me-3 {\r\n    margin-right: 1rem;\r\n}\r\n\r\n.text-center {\r\n    text-align: center;\r\n}\r\n\r\n.row {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    margin: 0 -15px;\r\n}\r\n\r\n.col-md-6 {\r\n    flex: 0 0 50%;\r\n    max-width: 50%;\r\n    padding: 0 15px;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .infaz-hesaplama-container {\r\n        margin: 10px;\r\n        padding: 15px;\r\n    }\r\n    \r\n    .form-title {\r\n        font-size: 1.5rem;\r\n        padding: 15px;\r\n        margin-bottom: 25px;\r\n    }\r\n    \r\n    .form-section {\r\n        padding: 20px;\r\n        margin-bottom: 20px;\r\n    }\r\n    \r\n    .section-title {\r\n        font-size: 1.1rem;\r\n    }\r\n    \r\n    .radio-group {\r\n        grid-template-columns: 1fr;\r\n        gap: 10px;\r\n    }\r\n    \r\n    .col-md-6 {\r\n        flex: 0 0 100%;\r\n        max-width: 100%;\r\n        margin-bottom: 15px;\r\n    }\r\n    \r\n    .ceza-input-group {\r\n        grid-template-columns: 1fr;\r\n        gap: 8px;\r\n    }\r\n    \r\n    .ceza-label {\r\n        text-align: center;\r\n        margin-bottom: 5px;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"infaz-hesaplama-container\">\r\n        <div class=\"form-title\">\r\n            <i class=\"fas fa-balance-scale\"><\/i> EXECUTION CALCULATION PROGRAM (IMPRISONMENT)\r\n        <\/div>\r\n        \r\n        <div class=\"alert alert-warning\">\r\n            <strong><i class=\"fas fa-exclamation-triangle\"><\/i> Warning:<\/strong> This calculation is for informational purposes only. The final calculation will be made by the court and correctional institutions.\r\n            <br><small class=\"mt-2\">Based on Law No. 5275 on the Execution of Criminal and Security Measures.<\/small>\r\n        <\/div>\r\n        \r\n        <form id=\"infazForm\" action=\"\">\r\n            <!-- Crime Type Selection -->\r\n            <div class=\"form-section\">\r\n                <div class=\"section-title\"><i class=\"fas fa-balance-scale\"><\/i> Select Crime Type<\/div>\r\n                <div class=\"radio-group\">\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"adi\" checked>\r\n                        <span><i class=\"fas fa-check-circle\"><\/i> Common Crimes<\/span>\r\n                    <\/label>\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"oldurme\">\r\n                        <span><i class=\"fas fa-skull\"><\/i> Intentional Homicide<\/span>\r\n                    <\/label>\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"yaralama\">\r\n                        <span><i class=\"fas fa-user-injured\"><\/i> Aggravated Assault<\/span>\r\n                    <\/label>\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"cinsel\">\r\n                        <span><i class=\"fas fa-ban\"><\/i> Sexual Crimes<\/span>\r\n                    <\/label>\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"teror\">\r\n                        <span><i class=\"fas fa-bomb\"><\/i> Terrorism Crimes<\/span>\r\n                    <\/label>\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"uyusturucu\">\r\n                        <span><i class=\"fas fa-pills\"><\/i> Drug Trafficking<\/span>\r\n                    <\/label>\r\n                    <label class=\"radio-item\">\r\n                        <input type=\"radio\" name=\"sucTuru\" value=\"orgut\">\r\n                        <span><i class=\"fas fa-users\"><\/i> Organized Crimes<\/span>\r\n                    <\/label>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Date Information -->\r\n            <div class=\"form-section\">\r\n                <div class=\"section-title\"><i class=\"fas fa-calendar-alt\"><\/i> Date Information<\/div>\r\n                <div class=\"row\">\r\n                    <div class=\"col-md-6 mb-3\">\r\n                        <label for=\"sucTarihi\" class=\"form-label\">Crime Date *<\/label>\r\n                        <input type=\"date\" class=\"form-control\" id=\"sucTarihi\" name=\"sucTarihi\" required>\r\n                    <\/div>\r\n                    <div class=\"col-md-6 mb-3\">\r\n                        <label for=\"dogumTarihi\" class=\"form-label\">Birth Date *<\/label>\r\n                        <input type=\"date\" class=\"form-control\" id=\"dogumTarihi\" name=\"dogumTarihi\" required>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Penalty Type and Amount -->\r\n            <div class=\"form-section\">\r\n                <div class=\"section-title\"><i class=\"fas fa-gavel\"><\/i> Penalty Information<\/div>\r\n                <div class=\"mb-3\">\r\n                    <label class=\"form-label\">Penalty Type *<\/label>\r\n                    <div class=\"radio-group\">\r\n                        <label class=\"radio-item\">\r\n                            <input type=\"radio\" name=\"cezaTuru\" value=\"sureli\" checked>\r\n                            <span><i class=\"fas fa-clock\"><\/i> Term Imprisonment<\/span>\r\n                        <\/label>\r\n                        <label class=\"radio-item\">\r\n                            <input type=\"radio\" name=\"cezaTuru\" value=\"muebbet\">\r\n                            <span><i class=\"fas fa-infinity\"><\/i> Life Imprisonment<\/span>\r\n                        <\/label>\r\n                        <label class=\"radio-item\">\r\n                            <input type=\"radio\" name=\"cezaTuru\" value=\"agirmuebbet\">\r\n                            <span><i class=\"fas fa-ban\"><\/i> Aggravated Life<\/span>\r\n                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div id=\"cezaMiktari\" class=\"mb-3\">\r\n                    <label class=\"form-label\">Penalty Amount *<\/label>\r\n                    <div class=\"ceza-input-group\">\r\n                        <input type=\"number\" class=\"form-control ceza-input\" id=\"cezaYil\" name=\"cezaYil\" \r\n                               placeholder=\"0\" min=\"0\" max=\"50\">\r\n                        <span class=\"ceza-label\">YEARS<\/span>\r\n                        <input type=\"number\" class=\"form-control ceza-input\" id=\"cezaAy\" name=\"cezaAy\" \r\n                               placeholder=\"0\" min=\"0\" max=\"11\">\r\n                        <span class=\"ceza-label\">MONTHS<\/span>\r\n                        <input type=\"number\" class=\"form-control ceza-input\" id=\"cezaGun\" name=\"cezaGun\" \r\n                               placeholder=\"0\" min=\"0\" max=\"30\">\r\n                        <span class=\"ceza-label\">DAYS<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Additional Information -->\r\n            <div class=\"form-section\">\r\n                <div class=\"section-title\"><i class=\"fas fa-info-circle\"><\/i> Additional Information<\/div>\r\n                <div class=\"row\">\r\n                    <div class=\"col-md-6 mb-3\">\r\n                        <label class=\"form-label\">Deduction (Detention Period)<\/label>\r\n                        <div class=\"radio-group\">\r\n                            <label class=\"radio-item\">\r\n                                <input type=\"radio\" name=\"mahsup\" value=\"yok\" checked>\r\n                                <span><i class=\"fas fa-times\"><\/i> None<\/span>\r\n                            <\/label>\r\n                            <label class=\"radio-item\">\r\n                                <input type=\"radio\" name=\"mahsup\" value=\"var\">\r\n                                <span><i class=\"fas fa-check\"><\/i> Yes<\/span>\r\n                            <\/label>\r\n                        <\/div>\r\n                        <input type=\"number\" class=\"form-control mt-2 d-none\" id=\"mahsupGun\" name=\"mahsupGun\" \r\n                               placeholder=\"Number of days\" min=\"0\">\r\n                    <\/div>\r\n                    <div class=\"col-md-6 mb-3\">\r\n                        <label class=\"form-label\">Prior Criminal Record<\/label>\r\n                        <div class=\"radio-group\">\r\n                            <label class=\"radio-item\">\r\n                                <input type=\"radio\" name=\"tekerrer\" value=\"yok\" checked>\r\n                                <span><i class=\"fas fa-times\"><\/i> None<\/span>\r\n                            <\/label>\r\n                            <label class=\"radio-item\">\r\n                                <input type=\"radio\" name=\"tekerrer\" value=\"var\">\r\n                                <span><i class=\"fas fa-check\"><\/i> Yes<\/span>\r\n                            <\/label>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"mb-3\">\r\n                    <label class=\"form-label\">Special Circumstances<\/label>\r\n                    <div class=\"radio-group\">\r\n                        <label class=\"radio-item\">\r\n                            <input type=\"radio\" name=\"ozelDurum\" value=\"yok\" checked>\r\n                            <span><i class=\"fas fa-times\"><\/i> None<\/span>\r\n                        <\/label>\r\n                        <label class=\"radio-item\">\r\n                            <input type=\"radio\" name=\"ozelDurum\" value=\"cocuklukadin\">\r\n                            <span><i class=\"fas fa-baby\"><\/i> Woman with Child<\/span>\r\n                        <\/label>\r\n                        <label class=\"radio-item\">\r\n                            <input type=\"radio\" name=\"ozelDurum\" value=\"agirhasta\">\r\n                            <span><i class=\"fas fa-user-md\"><\/i> Sick\/Elderly<\/span>\r\n                        <\/label>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Buttons -->\r\n            <div class=\"text-center mb-4\">\r\n                <button type=\"submit\" class=\"btn btn-success me-3\">\r\n                    <i class=\"fas fa-calculator\"><\/i> Calculate Execution\r\n                <\/button>\r\n                <button type=\"button\" class=\"btn btn-secondary\" onclick=\"temizleForm()\">\r\n                    <i class=\"fas fa-trash\"><\/i> Clear Data\r\n                <\/button>\r\n            <\/div>\r\n\r\n            <!-- Result Area -->\r\n            <div id=\"resultDiv\"><\/div>\r\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"tr\"\/><\/form>\r\n        \r\n        <!-- Information -->\r\n        <div class=\"info-box\">\r\n            <h6><i class=\"fas fa-info-circle\"><\/i> Information About Execution Calculation<\/h6>\r\n            <ul>\r\n                <li><strong>Conditional Release:<\/strong> After serving 1\/2 of the sentence for common crimes, 3\/4 for terrorism crimes<\/li>\r\n                <li><strong>Supervised Release:<\/strong> The remaining sentence is executed under supervision under certain conditions<\/li>\r\n                <li><strong>Open Penal Institution:<\/strong> Those who meet certain conditions can be transferred to an open institution<\/li>\r\n                <li><strong>Special Circumstances:<\/strong> Age, illness, having children are taken into consideration<\/li>\r\n                <li><strong>Age Factor:<\/strong> Different rules apply for under 15 and 15-18 age groups<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Remove alert function - no more popup windows\r\n        \/\/ function showAlert(title, message, type = 'info') {\r\n        \/\/     alert(title + '\\n\\n' + message);\r\n        \/\/ }\r\n        \r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            \/\/ Radio button style updates\r\n            const radioInputs = document.querySelectorAll('input[type=\"radio\"]');\r\n            radioInputs.forEach(function(radio) {\r\n                radio.addEventListener('change', function() {\r\n                    const name = this.getAttribute('name');\r\n                    const allRadios = document.querySelectorAll(`input[name=\"${name}\"]`);\r\n                    allRadios.forEach(function(r) {\r\n                        r.closest('.radio-item').classList.remove('active');\r\n                    });\r\n                    this.closest('.radio-item').classList.add('active');\r\n                });\r\n            });\r\n\r\n            \/\/ Mark active radio buttons on first load\r\n            const checkedRadios = document.querySelectorAll('input[type=\"radio\"]:checked');\r\n            checkedRadios.forEach(function(radio) {\r\n                radio.closest('.radio-item').classList.add('active');\r\n            });\r\n\r\n            \/\/ Deduction option change\r\n            const mahsupRadios = document.querySelectorAll('input[name=\"mahsup\"]');\r\n            mahsupRadios.forEach(function(radio) {\r\n                radio.addEventListener('change', function() {\r\n                    const mahsupGun = document.getElementById('mahsupGun');\r\n                    if (this.value === 'var') {\r\n                        mahsupGun.classList.remove('d-none');\r\n                        mahsupGun.required = true;\r\n                    } else {\r\n                        mahsupGun.classList.add('d-none');\r\n                        mahsupGun.required = false;\r\n                        mahsupGun.value = '';\r\n                    }\r\n                });\r\n            });\r\n\r\n            \/\/ Penalty type change\r\n            const cezaTuruRadios = document.querySelectorAll('input[name=\"cezaTuru\"]');\r\n            cezaTuruRadios.forEach(function(radio) {\r\n                radio.addEventListener('change', function() {\r\n                    const cezaMiktari = document.getElementById('cezaMiktari');\r\n                    const cezaInputs = document.querySelectorAll('#cezaYil, #cezaAy, #cezaGun');\r\n                    \r\n                    if (this.value === 'sureli') {\r\n                        cezaMiktari.style.display = 'block';\r\n                        cezaInputs.forEach(function(input) {\r\n                            input.required = true;\r\n                        });\r\n                    } else {\r\n                        cezaMiktari.style.display = 'none';\r\n                        cezaInputs.forEach(function(input) {\r\n                            input.required = false;\r\n                            input.value = '';\r\n                        });\r\n                    }\r\n                });\r\n            });\r\n\r\n            \/\/ Set today's date as maximum\r\n            const today = new Date().toISOString().split('T')[0];\r\n            document.getElementById('sucTarihi').setAttribute('max', today);\r\n            document.getElementById('dogumTarihi').setAttribute('max', today);\r\n\r\n            \/\/ Form submission\r\n            document.getElementById('infazForm').addEventListener('submit', function(e) {\r\n                e.preventDefault();\r\n                \r\n                \/\/ Form validation\r\n                if (!validateForm()) {\r\n                    return;\r\n                }\r\n                \r\n                \/\/ Show loading\r\n                document.getElementById('resultDiv').innerHTML = `\r\n                    <div class=\"text-center\">\r\n                        <div class=\"spinner\"><\/div>\r\n                        <p>Execution calculation in progress, please wait...<\/p>\r\n                    <\/div>\r\n                `;\r\n                document.getElementById('resultDiv').style.display = 'block';\r\n                \r\n                \/\/ Calculate\r\n                setTimeout(function() {\r\n                    calculateInfaz();\r\n                }, 2000);\r\n            });\r\n        });\r\n\r\n        function validateForm() {\r\n            \/\/ Birth date control\r\n            const dogumTarihi = document.getElementById('dogumTarihi').value;\r\n            if (!dogumTarihi) {\r\n                \/\/ Show error on screen instead of alert\r\n                document.getElementById('resultDiv').innerHTML = `\r\n                    <div class=\"alert alert-danger\">\r\n                        <i class=\"fas fa-exclamation-triangle\"><\/i> <strong>Error!<\/strong> Please enter a valid birth date\r\n                    <\/div>\r\n                `;\r\n                document.getElementById('resultDiv').style.display = 'block';\r\n                return false;\r\n            }\r\n\r\n            \/\/ Crime date control\r\n            const sucTarihi = document.getElementById('sucTarihi').value;\r\n            if (!sucTarihi) {\r\n                \/\/ Show error on screen instead of alert\r\n                document.getElementById('resultDiv').innerHTML = `\r\n                    <div class=\"alert alert-danger\">\r\n                        <i class=\"fas fa-exclamation-triangle\"><\/i> <strong>Error!<\/strong> Please enter a valid crime date\r\n                    <\/div>\r\n                `;\r\n                document.getElementById('resultDiv').style.display = 'block';\r\n                return false;\r\n            }\r\n\r\n            \/\/ Penalty amount control\r\n            const cezaTuru = document.querySelector('input[name=\"cezaTuru\"]:checked').value;\r\n            if (cezaTuru === 'sureli') {\r\n                const yil = parseInt(document.getElementById('cezaYil').value) || 0;\r\n                const ay = parseInt(document.getElementById('cezaAy').value) || 0;\r\n                const gun = parseInt(document.getElementById('cezaGun').value) || 0;\r\n                \r\n                if (yil === 0 && ay === 0 && gun === 0) {\r\n                    \/\/ Show error on screen instead of alert\r\n                    document.getElementById('resultDiv').innerHTML = `\r\n                        <div class=\"alert alert-danger\">\r\n                            <i class=\"fas fa-exclamation-triangle\"><\/i> <strong>Error!<\/strong> Please enter the penalty amount\r\n                        <\/div>\r\n                    `;\r\n                    document.getElementById('resultDiv').style.display = 'block';\r\n                    return false;\r\n                }\r\n            }\r\n\r\n            return true;\r\n        }\r\n\r\n        function calculateInfaz() {\r\n            try {\r\n                \/\/ Get form data\r\n                const formData = {\r\n                    sucTuru: document.querySelector('input[name=\"sucTuru\"]:checked').value,\r\n                    sucTarihi: document.getElementById('sucTarihi').value,\r\n                    dogumTarihi: document.getElementById('dogumTarihi').value,\r\n                    cezaTuru: document.querySelector('input[name=\"cezaTuru\"]:checked').value,\r\n                    cezaYil: parseInt(document.getElementById('cezaYil').value) || 0,\r\n                    cezaAy: parseInt(document.getElementById('cezaAy').value) || 0,\r\n                    cezaGun: parseInt(document.getElementById('cezaGun').value) || 0,\r\n                    mahsup: document.querySelector('input[name=\"mahsup\"]:checked').value,\r\n                    mahsupGun: parseInt(document.getElementById('mahsupGun').value) || 0,\r\n                    tekerrer: document.querySelector('input[name=\"tekerrer\"]:checked').value,\r\n                    ozelDurum: document.querySelector('input[name=\"ozelDurum\"]:checked').value\r\n                };\r\n\r\n                \/\/ Age calculation\r\n                const yas = calculateAge(formData.dogumTarihi);\r\n                const sucTarihi = new Date(formData.sucTarihi);\r\n                const onemliTarih1 = new Date('2005-06-01'); \/\/ Law 5275 effective date\r\n                const onemliTarih2 = new Date('2020-03-30'); \/\/ COVID date\r\n\r\n                \/\/ Total penalty days calculation\r\n                let toplamCezaGun = 0;\r\n                if (formData.cezaTuru === 'sureli') {\r\n                    toplamCezaGun = (formData.cezaYil * 365) + (formData.cezaAy * 30) + formData.cezaGun;\r\n                }\r\n\r\n                \/\/ Execution calculation\r\n                let result = performInfazCalculation(formData, yas, sucTarihi, onemliTarih1, onemliTarih2, toplamCezaGun);\r\n                \r\n                showResult(result);\r\n\r\n            } catch (error) {\r\n                showError('An error occurred during calculation: ' + error.message);\r\n            }\r\n        }\r\n\r\n        function calculateAge(birthDateString) {\r\n            const birthDate = new Date(birthDateString);\r\n            const today = new Date();\r\n            \r\n            let age = today.getFullYear() - birthDate.getFullYear();\r\n            const monthDiff = today.getMonth() - birthDate.getMonth();\r\n            \r\n            if (monthDiff < 0 || (monthDiff === 0 && today.getDate() < birthDate.getDate())) {\r\n                age--;\r\n            }\r\n            \r\n            return age;\r\n        }\r\n\r\n        function performInfazCalculation(data, yas, sucTarihi, onemliTarih1, onemliTarih2, toplamCezaGun) {\r\n            let yarisOran = 0.5; \/\/ For common crimes\r\n            let denetimliSureBa\u015flama = 1095; \/\/ 3 years for common crimes\r\n\r\n            \/\/ Determine ratio by crime type\r\n            switch (data.sucTuru) {\r\n                case 'teror':\r\n                    yarisOran = 0.75; \/\/ 3\/4\r\n                    denetimliSureBa\u015flama = 365; \/\/ 1 year\r\n                    break;\r\n                case 'oldurme':\r\n                case 'cinsel':\r\n                case 'yaralama':\r\n                    if (data.tekerrer === 'var') {\r\n                        yarisOran = 0.67; \/\/ 2\/3\r\n                    }\r\n                    denetimliSureBa\u015flama = 365; \/\/ 1 year for serious crimes\r\n                    break;\r\n            }\r\n\r\n            \/\/ Age factor\r\n            let yasFaktoru = 1;\r\n            if (yas < 15) {\r\n                yasFaktoru = 1\/3; \/\/ Under 15\r\n            } else if (yas < 18) {\r\n                yasFaktoru = 0.5; \/\/ 15-18 years old\r\n            }\r\n\r\n            \/\/ Execution period\r\n            let infazSuresi = toplamCezaGun * yarisOran * yasFaktoru;\r\n            \r\n            \/\/ Conditional release calculation (6-month reduction)\r\n            let kosulluSaliverme = infazSuresi - (infazSuresi \/ 30 * 6);\r\n            \r\n            \/\/ Deduction\r\n            if (data.mahsup === 'var') {\r\n                let mahsupCarpan = 1;\r\n                if (yas < 15) mahsupCarpan = 3;\r\n                else if (yas < 18) mahsupCarpan = 2;\r\n                \r\n                kosulluSaliverme -= (data.mahsupGun * mahsupCarpan);\r\n            }\r\n\r\n            \/\/ Negative value control\r\n            kosulluSaliverme = Math.max(0, kosulluSaliverme);\r\n\r\n            \/\/ Supervised release control\r\n            let denetimliSerbestlik = false;\r\n            let denetimliSure = 0;\r\n            let kapal\u0131Sure = 0;\r\n\r\n            \/\/ Special circumstances control\r\n            if (data.ozelDurum === 'cocuklukadin') {\r\n                denetimliSureBa\u015flama = 1460; \/\/ 4 years\r\n            } else if (data.ozelDurum === 'agirhasta') {\r\n                denetimliSureBa\u015flama = 1095; \/\/ 3 years\r\n            }\r\n\r\n            if (kosulluSaliverme <= denetimliSureBa\u015flama) {\r\n                denetimliSerbestlik = true;\r\n                denetimliSure = kosulluSaliverme;\r\n                kapal\u0131Sure = 0;\r\n            } else {\r\n                kapal\u0131Sure = kosulluSaliverme - denetimliSureBa\u015flama;\r\n                denetimliSure = denetimliSureBa\u015flama;\r\n            }\r\n\r\n            \/\/ Open penal institution calculation\r\n            let acikCezaKurumu = calculateAcikCezaevi(toplamCezaGun, kosulluSaliverme);\r\n\r\n            return {\r\n                toplamCeza: formatDuration(toplamCezaGun),\r\n                yarisOran: yarisOran,\r\n                infazSuresi: formatDuration(Math.floor(infazSuresi)),\r\n                kosulluSaliverme: formatDuration(Math.floor(kosulluSaliverme)),\r\n                denetimliSerbestlik: denetimliSerbestlik,\r\n                denetimliSure: formatDuration(Math.floor(denetimliSure)),\r\n                kapal\u0131Sure: formatDuration(Math.floor(kapal\u0131Sure)),\r\n                acikCezaKurumu: acikCezaKurumu,\r\n                yas: yas,\r\n                yasFaktoru: yasFaktoru,\r\n                sucTuru: data.sucTuru,\r\n                ozelDurum: data.ozelDurum\r\n            };\r\n        }\r\n\r\n        function calculateAcikCezaevi(toplamCezaGun, kosulluSaliverme) {\r\n            if (toplamCezaGun <= 1095) { \/\/ 3 years or less\r\n                return {\r\n                    durum: 'dogrudan',\r\n                    mesaj: 'Directly admitted to open penal institution'\r\n                };\r\n            } else if (toplamCezaGun < 3650) { \/\/ 3-10 years\r\n                return {\r\n                    durum: 'biray',\r\n                    mesaj: '1 month closed institution then transfers to open institution'\r\n                };\r\n            } else { \/\/ Over 10 years\r\n                const ondaBir = Math.floor(toplamCezaGun \/ 10);\r\n                return {\r\n                    durum: 'ondabir',\r\n                    mesaj: `${formatDuration(ondaBir)} closed institution then transfers to open institution`\r\n                };\r\n            }\r\n        }\r\n\r\n        function formatDuration(totalDays) {\r\n            if (totalDays <= 0) return '0 DAYS';\r\n            \r\n            const years = Math.floor(totalDays \/ 365);\r\n            const months = Math.floor((totalDays % 365) \/ 30);\r\n            const days = totalDays % 365 % 30;\r\n            \r\n            let result = '';\r\n            if (years > 0) result += years + ' YEARS ';\r\n            if (months > 0) result += months + ' MONTHS ';\r\n            if (days > 0) result += days + ' DAYS';\r\n            \r\n            return result.trim() || '0 DAYS';\r\n        }\r\n\r\n        function showResult(result) {\r\n            const sucTuruNames = {\r\n                'adi': 'Common Crimes',\r\n                'oldurme': 'Intentional Homicide',\r\n                'yaralama': 'Aggravated Assault',\r\n                'cinsel': 'Sexual Crimes',\r\n                'teror': 'Terrorism Crimes',\r\n                'uyusturucu': 'Drug Trafficking',\r\n                'orgut': 'Organized Crimes'\r\n            };\r\n\r\n            let resultHtml = `\r\n                <div class=\"result-content\">\r\n                    <h6 class=\"text-center mb-3\">\r\n                        <i class=\"fas fa-clipboard-list\"><\/i> Execution Calculation Result\r\n                    <\/h6>\r\n                    \r\n                    <div class=\"result-highlight\">\r\n                        <strong>Crime Type:<\/strong> ${sucTuruNames[result.sucTuru]} <br>\r\n                        <strong>Defendant's Age:<\/strong> ${result.yas} <br>\r\n                        <strong>Total Penalty:<\/strong> ${result.toplamCeza}\r\n                    <\/div>\r\n\r\n                    <div class=\"row\">\r\n                        <div class=\"col-md-6 mb-3\">\r\n                            <h6><i class=\"fas fa-calculator\"><\/i> Calculation Details<\/h6>\r\n                            <ul>\r\n                                <li><strong>Conditional Release Rate:<\/strong> ${(result.yarisOran * 100)}%<\/li>\r\n                                <li><strong>Period to be Executed:<\/strong> ${result.kosulluSaliverme}<\/li>\r\n                                ${result.yasFaktoru < 1 ? `<li><strong>Age Reduction:<\/strong> Applied (${result.yas} years old)<\/li>` : ''}\r\n                            <\/ul>\r\n                        <\/div>\r\n                        <div class=\"col-md-6 mb-3\">\r\n                            <h6><i class=\"fas fa-building\"><\/i> Penal Institution<\/h6>\r\n                            <ul>\r\n                                <li><strong>Transfer to Open Institution:<\/strong> ${result.acikCezaKurumu.mesaj}<\/li>\r\n                                ${result.kapal\u0131Sure !== '0 DAYS' ? `<li><strong>Closed Institution Period:<\/strong> ${result.kapal\u0131Sure}<\/li>` : ''}\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    ${result.denetimliSerbestlik ? `\r\n                    <div class=\"alert alert-success\">\r\n                        <h6><i class=\"fas fa-check-circle\"><\/i> Supervised Release<\/h6>\r\n                        <p style=\"margin-bottom: 0;\">The defendant benefits from supervised release. Duration: <strong>${result.denetimliSure}<\/strong><\/p>\r\n                    <\/div>\r\n                    ` : `\r\n                    <div class=\"alert alert-warning\">\r\n                        <h6><i class=\"fas fa-exclamation-triangle\"><\/i> Supervised Release<\/h6>\r\n                        <p style=\"margin-bottom: 0;\">First will stay <strong>${result.kapal\u0131Sure}<\/strong> in penal institution, then will benefit from supervised release.<\/p>\r\n                    <\/div>\r\n                    `}\r\n\r\n                    <div class=\"alert alert-info\">\r\n                        <h6><i class=\"fas fa-info-circle\"><\/i> Important Notes<\/h6>\r\n                        <ul style=\"margin-bottom: 0;\">\r\n                            <li>This calculation is according to Law No. 5275<\/li>\r\n                            <li>Good conduct condition is required<\/li>\r\n                            <li>Disciplinary penalties may affect execution period<\/li>\r\n                            <li>Final calculation is made by court and penal institution<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n\r\n            document.getElementById('resultDiv').innerHTML = resultHtml;\r\n            \r\n            \/\/ No more alert popup - just show result on screen\r\n        }\r\n\r\n        function showError(message) {\r\n            document.getElementById('resultDiv').innerHTML = `\r\n                <div class=\"alert alert-danger\">\r\n                    <i class=\"fas fa-exclamation-triangle\"><\/i> <strong>Error!<\/strong> ${message}\r\n                <\/div>\r\n            `;\r\n            \r\n            \/\/ No more alert popup - just show error on screen\r\n        }\r\n\r\n        function temizleForm() {\r\n            document.getElementById('infazForm').reset();\r\n            document.getElementById('resultDiv').style.display = 'none';\r\n            document.getElementById('mahsupGun').classList.add('d-none');\r\n            \r\n            \/\/ Reset radio button styles\r\n            const allRadioItems = document.querySelectorAll('.radio-item');\r\n            allRadioItems.forEach(function(item) {\r\n                item.classList.remove('active');\r\n            });\r\n            \r\n            const checkedRadios = document.querySelectorAll('input[type=\"radio\"]:checked');\r\n            checkedRadios.forEach(function(radio) {\r\n                radio.closest('.radio-item').classList.add('active');\r\n            });\r\n            \r\n            \/\/ Show success message on screen instead of alert\r\n            document.getElementById('resultDiv').innerHTML = `\r\n                <div class=\"alert alert-success\">\r\n                    <i class=\"fas fa-check-circle\"><\/i> <strong>Success!<\/strong> Form data has been cleared.\r\n                <\/div>\r\n            `;\r\n            document.getElementById('resultDiv').style.display = 'block';\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html> \t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Execution Calculation Program (Imprisonment) EXECUTION CALCULATION PROGRAM (IMPRISONMENT) Warning: This calculation is for informational purposes only. The final calculation will be made by the court and correctional institutions. Based on Law No. 5275 on the Execution of Criminal and Security Measures. Select Crime Type Common Crimes Intentional Homicide Aggravated Assault Sexual Crimes Terrorism Crimes Drug [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":7696,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7650","page","type-page","status-publish","hentry","kng-no-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sentence Execution Calculator - Hakk\u0131 Akgun Law Office<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hakkiakgun.av.tr\/tr\/calculators\/sentence-execution-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sentence Execution Calculator - Hakk\u0131 Akgun Law Office\" \/>\n<meta property=\"og:description\" content=\"Execution Calculation Program (Imprisonment) EXECUTION CALCULATION PROGRAM (IMPRISONMENT) Warning: This calculation is for informational purposes only. The final calculation will be made by the court and correctional institutions. Based on Law No. 5275 on the Execution of Criminal and Security Measures. Select Crime Type Common Crimes Intentional Homicide Aggravated Assault Sexual Crimes Terrorism Crimes Drug [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hakkiakgun.av.tr\/tr\/calculators\/sentence-execution-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Hakk\u0131 Akgun Law Office\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-31T14:37:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"16 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/\",\"url\":\"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/\",\"name\":\"Sentence Execution Calculator - Hakk\u0131 Akgun Law Office\",\"isPartOf\":{\"@id\":\"https:\/\/hakkiakgun.av.tr\/#website\"},\"datePublished\":\"2025-08-20T22:33:32+00:00\",\"dateModified\":\"2025-08-31T14:37:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/hakkiakgun.av.tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculators\",\"item\":\"https:\/\/hakkiakgun.av.tr\/calculators\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Sentence Execution Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hakkiakgun.av.tr\/#website\",\"url\":\"https:\/\/hakkiakgun.av.tr\/\",\"name\":\"Hakk\u0131 Akgun Law Office\",\"description\":\"International Experience, Local Expertise - Your Legal Success Partner\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hakkiakgun.av.tr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sentence Execution Calculator - Hakk\u0131 Akgun Law Office","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hakkiakgun.av.tr\/tr\/calculators\/sentence-execution-calculator\/","og_locale":"tr_TR","og_type":"article","og_title":"Sentence Execution Calculator - Hakk\u0131 Akgun Law Office","og_description":"Execution Calculation Program (Imprisonment) EXECUTION CALCULATION PROGRAM (IMPRISONMENT) Warning: This calculation is for informational purposes only. The final calculation will be made by the court and correctional institutions. Based on Law No. 5275 on the Execution of Criminal and Security Measures. Select Crime Type Common Crimes Intentional Homicide Aggravated Assault Sexual Crimes Terrorism Crimes Drug [&hellip;]","og_url":"https:\/\/hakkiakgun.av.tr\/tr\/calculators\/sentence-execution-calculator\/","og_site_name":"Hakk\u0131 Akgun Law Office","article_modified_time":"2025-08-31T14:37:28+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tahmini okuma s\u00fcresi":"16 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/","url":"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/","name":"Sentence Execution Calculator - Hakk\u0131 Akgun Law Office","isPartOf":{"@id":"https:\/\/hakkiakgun.av.tr\/#website"},"datePublished":"2025-08-20T22:33:32+00:00","dateModified":"2025-08-31T14:37:28+00:00","breadcrumb":{"@id":"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hakkiakgun.av.tr\/calculators\/sentence-execution-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/hakkiakgun.av.tr\/"},{"@type":"ListItem","position":2,"name":"Calculators","item":"https:\/\/hakkiakgun.av.tr\/calculators\/"},{"@type":"ListItem","position":3,"name":"Sentence Execution Calculator"}]},{"@type":"WebSite","@id":"https:\/\/hakkiakgun.av.tr\/#website","url":"https:\/\/hakkiakgun.av.tr\/","name":"Hakk\u0131 Akgun Law Office","description":"International Experience, Local Expertise - Your Legal Success Partner","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hakkiakgun.av.tr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"}]}},"_links":{"self":[{"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/pages\/7650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/comments?post=7650"}],"version-history":[{"count":25,"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/pages\/7650\/revisions"}],"predecessor-version":[{"id":8056,"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/pages\/7650\/revisions\/8056"}],"up":[{"embeddable":true,"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/pages\/7696"}],"wp:attachment":[{"href":"https:\/\/hakkiakgun.av.tr\/tr\/wp-json\/wp\/v2\/media?parent=7650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}