@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .
@prefix dc:      <http://purl.org/dc/terms/> .
@prefix prov:    <http://www.w3.org/ns/prov#> .
@prefix values:  <https://ns.webcivics.net/values/> .
@prefix cml:     <https://ns.webcivics.net/cml/> .
@prefix concept: <https://ns.webcivics.net/concept/> .
@prefix doc:     <https://ns.webcivics.net/values/safeguards-guaranteeing-protection-rights-those-facing-death#> .

# ============================================================
# CML concept layer (LOGIC) — Safeguards guaranteeing protection of the rights of those facing the death penalty
# MACHINE-DERIVED from the TEXT layer (un-instruments) — cml:Proposed,
# values:HeuristicDerived. Pending human attestation (cml:Attested / exactMatch).
# One cml:Concept per provision; cml:realizedBy the provision; cml:asserts the
# deontic norm. R1 universalisation materialised for duties borne by every Agent.
# ============================================================

concept:safeguards-guaranteeing-protection-rights-those-facing-death-paragraph-1 a cml:Concept ;
    skos:prefLabel "Paragraph 1"@en ;
    cml:realizedBy doc:paragraph-1 ;
    cml:curationStatus cml:Proposed ;
    cml:schemaVersion "2" ;   # regenerable — see CML_UPGRADE.md
    prov:wasDerivedFrom <https://www.ohchr.org/en/instruments-mechanisms/instruments/safeguards-guaranteeing-protection-rights-those-facing-death> ;
    dc:date "25 May 1984" ;
    values:category "Administration of justice, detention & law enforcement" ;
    cml:asserts concept:safeguards-guaranteeing-protection-rights-those-facing-death-paragraph-1-norm .

concept:safeguards-guaranteeing-protection-rights-those-facing-death-paragraph-1-norm a values:Prohibition ;
    cml:modality cml:Deontic ;
    values:partOf concept:safeguards-guaranteeing-protection-rights-those-facing-death-paragraph-1 ;
    values:borneBy values:Agent ;
    values:deonticStatus values:HeuristicDerived ;
    cml:curationStatus cml:Proposed .
