This instrument defines specific modalities of human agency and fundamental freedoms. The RDF properties and SHACL shapes parsed below codify these rights as affirmable undertakings binding upon actors.
Note: We strictly map these rights to the natural person, prioritizing self-determination and autonomy. Institutional constructs (such as corporate personhood) are explicitly disjoint from these human-centric dignity classifications within the SHACL constraints.
Contextual Data Structures (CML & nquins)
The underlying structure of this schema utilizes nquins and Context Markup Language (CML) to provide deep, context-aware semantic mapping.
This architecture ensures that whenever multiple cryptography-supported identifiers are utilized to manage state or attribute assertions, they remain entirely enumerated and compartmentalized. This prevents the blending of distinct agent presence modalities and secures the structural integrity of the Human-Centric system against opaque institutional tracking.
Triples / Shapes Viewer
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix values: <https://ns.webcivics.net/values/> .
@prefix concept: <https://ns.webcivics.net/concept/> .
# ===========================================================================
# ICCPR Art. 4(2) — the explicitly NON-DEROGABLE articles (Hohfeldian immunity).
# An Exemptive (an Art. 4 derogation in a public emergency) CANNOT defeat these
# (illocution.rs Norm::immune blocks the override). VERBATIM list from Art. 4(2):
# "No derogation from articles 6, 7, 8 (paragraphs 1 and 2), 11, 15, 16 and 18 may be
# made under this provision." — factual transcription, not a curation judgment.
# ===========================================================================
concept:international-covenant-civil-and-political-rights-article-6-norm
values:nonDerogable true ;
prov:wasDerivedFrom <https://www.ohchr.org/en/instruments-mechanisms/instruments/international-covenant-civil-and-political-rights> ;
rdfs:comment "Right to life — non-derogable (ICCPR Art. 4(2))." .
concept:international-covenant-civil-and-political-rights-article-7-norm
values:nonDerogable true ;
rdfs:comment "Freedom from torture / cruel, inhuman or degrading treatment — non-derogable (Art. 4(2))." .
concept:international-covenant-civil-and-political-rights-article-8-norm
values:nonDerogable true ;
rdfs:comment "Freedom from slavery and servitude (paras 1-2) — non-derogable (Art. 4(2))." .
concept:international-covenant-civil-and-political-rights-article-11-norm
values:nonDerogable true ;
rdfs:comment "No imprisonment merely for inability to fulfil a contractual obligation — non-derogable (Art. 4(2))." .
concept:international-covenant-civil-and-political-rights-article-15-norm
values:nonDerogable true ;
rdfs:comment "No retroactive criminal law (nullum crimen sine lege) — non-derogable (Art. 4(2))." .
concept:international-covenant-civil-and-political-rights-article-16-norm
values:nonDerogable true ;
rdfs:comment "Right to recognition as a person before the law — non-derogable (Art. 4(2))." .
concept:international-covenant-civil-and-political-rights-article-18-norm
values:nonDerogable true ;
rdfs:comment "Freedom of thought, conscience and religion — non-derogable (Art. 4(2))." .