@prefix :       <https://darioamodei.com/post/policy-on-the-ai-exponential#> .
@prefix schema: <http://schema.org/> .
@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix org:    <http://www.w3.org/ns/org#> .
@prefix dbo:    <http://dbpedia.org/ontology/> .
@prefix prov:   <http://www.w3.org/ns/prov#> .

# ─────────────────────────────────────────────────────────────────────────────
# Lightweight Ontology
# ─────────────────────────────────────────────────────────────────────────────

:   a owl:Ontology ;
    schema:name "AI Policy Thesis Analysis Ontology" ;
    schema:description "A lightweight ontology for analyzing AI policy proposals, identifying thesis positions, policy gaps, and recommended interventions in the context of exponential AI advancement." ;
    schema:identifier <https://darioamodei.com/post/policy-on-the-ai-exponential> .

:PolicyDomain
    a rdfs:Class ;
    rdfs:label "Policy Domain" ;
    rdfs:comment "A distinct thematic area addressed by the AI policy framework." ;
    rdfs:isDefinedBy : .

:ThesisGap
    a rdfs:Class ;
    rdfs:label "Thesis Gap" ;
    rdfs:comment "An identified omission, blind spot, or under-addressed area in a policy thesis." ;
    rdfs:isDefinedBy : .

:hasCentralClaim
    a rdf:Property ;
    rdfs:label "has central claim" ;
    rdfs:comment "The primary assertion or thesis position of a document or section." ;
    rdfs:domain schema:Article ;
    rdfs:range xsd:string ;
    rdfs:isDefinedBy : .

:hasCounterArgument
    a rdf:Property ;
    rdfs:label "has counter argument" ;
    rdfs:comment "A substantive objection or critical perspective on a thesis claim." ;
    rdfs:domain schema:Article ;
    rdfs:range xsd:string ;
    rdfs:isDefinedBy : .

:hasOmission
    a rdf:Property ;
    rdfs:label "has omission" ;
    rdfs:comment "Links a policy document to a ThesisGap identifying what it does not address." ;
    rdfs:domain schema:Article ;
    rdfs:range :ThesisGap ;
    rdfs:isDefinedBy : .

:addressedByStandard
    a rdf:Property ;
    rdfs:label "addressed by standard" ;
    rdfs:comment "Links a ThesisGap to an existing open standard that partially or fully addresses the gap." ;
    rdfs:domain :ThesisGap ;
    rdfs:range schema:CreativeWork ;
    rdfs:isDefinedBy : .

# ─────────────────────────────────────────────────────────────────────────────
# Main Article
# ─────────────────────────────────────────────────────────────────────────────

:article
    a schema:Article ;
    schema:name "Policy on the AI Exponential" ;
    schema:headline "Policy on the AI Exponential" ;
    schema:description """Dario Amodei's June 2026 policy manifesto arguing that AI has crossed a threshold requiring binding regulation across five domains: public safety, macroeconomics, scientific acceleration, civil liberties, and democratic geopolitics.""" ;
    schema:abstract """AI advancement now outpaces policy formation. This essay argues for binding safety regulation modeled on the FAA, pro-employment macroeconomic interventions, biomedical regulatory reform, civil liberties protections against AI-enabled surveillance and autonomous weapons, and a democratic AI coalition to counter autocratic use of AI. Notably absent from the framework: any policy addressing self-sovereign identity, privacy-by-design, or decentralized digital identity standards already developed by W3C.""" ;
    schema:url <https://darioamodei.com/post/policy-on-the-ai-exponential> ;
    schema:datePublished "2026-06-01"^^xsd:date ;
    schema:inLanguage "en" ;
    schema:author <https://www.linkedin.com/in/dario-amodei/#this> ;
    schema:publisher <http://dbpedia.org/resource/Anthropic> ;
    :hasCentralClaim "Exponential AI progress has created an urgent window for binding policy action across five domains: safety regulation, macroeconomics, scientific acceleration, civil liberties, and democratic geopolitics." ;
    :hasCounterArgument "The framework omits four interdependent architectural gaps: (1) Self-Sovereign Identity (SSI) as the privacy foundation; (2) PKI rehabilitation via AI Agents as true User Agents capable of autonomous certificate management; (3) Digitally signed communications as the anti-phishing/smishing infrastructure; and (4) Verifiable AI Agent delegation — the formal, auditable expression of the 'on behalf of' relationship between an AI Agent and its human principal via HTTP LINK headers and WebID+TLS+Delegation, which is already specified by W3C and already solves the problem of rogue AI Agents fraudulently claiming to represent individuals. All four gaps are addressed by existing, production-ready W3C and IETF open standards." ;
    :hasOmission :gapSSI, :gapPKI, :gapSignedComms, :gapDelegation ;
    schema:hasPart :faqSection, :glossarySection, :howtoSection,
                   :domainSafety, :domainMacro, :domainScience, :domainCivilLiberties, :domainGeopolitics,
                   :gapSSI, :gapPKI, :gapSignedComms, :gapDelegation, :thesisAnalysis ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> .

# ─────────────────────────────────────────────────────────────────────────────
# Author
# ─────────────────────────────────────────────────────────────────────────────

<https://www.linkedin.com/in/dario-amodei/#this>
    a schema:Person ;
    schema:name "Dario Amodei" ;
    schema:jobTitle "CEO" ;
    schema:worksFor <http://dbpedia.org/resource/Anthropic> ;
    schema:url <https://www.linkedin.com/in/dario-amodei/> ;
    schema:sameAs <https://darioamodei.com/#this> ;
    owl:sameAs <https://x.com/DarioAmodei/#this>, <http://dbpedia.org/resource/Dario_Amodei> .

# ─────────────────────────────────────────────────────────────────────────────
# Organizations
# ─────────────────────────────────────────────────────────────────────────────

<http://dbpedia.org/resource/Anthropic>
    a schema:Organization ;
    schema:name "Anthropic" ;
    schema:url <https://www.anthropic.com> ;
    owl:sameAs <http://www.wikidata.org/entity/Q115522020>,
               <https://www.linkedin.com/company/anthropic-ai/#this> .

<http://dbpedia.org/resource/United_States_Congress>
    a schema:Organization ;
    schema:name "U.S. Congress" ;
    schema:url <https://www.congress.gov> .

<http://dbpedia.org/resource/Food_and_Drug_Administration>
    a schema:Organization ;
    schema:name "FDA" ;
    schema:url <https://www.fda.gov> ;
    owl:sameAs <http://www.wikidata.org/entity/Q208701> .

<http://dbpedia.org/resource/Federal_Aviation_Administration>
    a schema:Organization ;
    schema:name "FAA" ;
    schema:url <https://www.faa.gov> ;
    owl:sameAs <http://www.wikidata.org/entity/Q209161> .

:w3c
    a schema:Organization ;
    schema:name "W3C" ;
    schema:description "World Wide Web Consortium — the international standards body that developed WebID, Verifiable Credentials, and Decentralized Identifiers (DIDs) as open standards for self-sovereign identity." ;
    schema:url <https://www.w3.org> ;
    owl:sameAs <http://dbpedia.org/resource/World_Wide_Web_Consortium>,
               <http://www.wikidata.org/entity/Q37033> .

# ─────────────────────────────────────────────────────────────────────────────
# Thesis Analysis Section
# ─────────────────────────────────────────────────────────────────────────────

:thesisAnalysis
    a schema:Article ;
    schema:name "Thesis Analysis" ;
    schema:description """Amodei's essay deploys a coherent exponential-urgency thesis: policy moves at Treebeard speed while AI advances at hobbit-sprint pace. The five-domain framework is genuinely comprehensive for near-term systemic risks. However, the civil liberties section — which discusses surveillance AI, bulk data collection, and autonomous weapons — conspicuously omits four interdependent architectural security gaps.

Gap 1 — Self-Sovereign Identity: Privacy in the digital age requires identity primitives that give individuals cryptographic control over their own data. The W3C SSI stack (WebID, Verifiable Credentials, DIDs) is production-ready and addresses this architecturally, not reactively.

Gap 2 — PKI Rehabilitation via AI Agents: Public Key Infrastructure has been technically sufficient for decades but was effectively dislocated from consumer use by browser-layer UX failures — not by any flaw in PKI itself. AI Agents, unlike browsers, are true User Agents capable of managing certificates and PKI operations autonomously on behalf of their principals. This rehabilitates the entire existing PKI infrastructure without requiring new standards.

Gap 3 — Digitally Signed Communications: Without cryptographically signed messages and emails, AI exponentially escalates phishing, smishing, and social engineering threats. AI Agents resolve the UX adoption barrier that blocked mass adoption of S/MIME, PGP, and WebID-based signing.

Gap 4 — Verifiable AI Agent Delegation: The 'on behalf of' relationship between an AI Agent and its human principal is already formally expressible and verifiable using the WebID+TLS+Delegation protocol: the agent carries an HTTP LINK header asserting its principal's WebID, and any relying party can cross-reference this against the principal's profile document to verify authorization scope. This makes AI Agents fully accountable and trust-scoped in their interactions. Without this, rogue or impersonating AI Agents can fraudulently claim to represent individuals with no mechanism for detection or refutation — a new class of AI-driven fraud that every AI capability advance makes more dangerous.

These four gaps are structurally interdependent: SSI provides the identity foundation, PKI-capable AI Agents provide the execution layer, signed communications provide the user-visible security outcome, and verifiable delegation provides the authorization layer that ties agents to accountable human principals.""" ;
    schema:isPartOf :article .

# ─────────────────────────────────────────────────────────────────────────────
# Policy Domains
# ─────────────────────────────────────────────────────────────────────────────

:domainSafety
    a :PolicyDomain ;
    schema:name "Regulation and Public Safety" ;
    schema:description """Argues for FAA-style binding regulation of frontier AI models: mandatory third-party testing for cybersecurity, bioweapon risk, loss-of-control, and automated R&D acceleration; government power to block deployment; mandatory red-teaming and security standards for model weights; prompt incident reporting.""" ;
    :hasCentralClaim "Frontier AI models, like airplanes, should undergo mandatory technical testing and auditing; deployment should be blocked if they fail high safety standards." ;
    schema:isPartOf :article .

:domainMacro
    a :PolicyDomain ;
    schema:name "Macroeconomics and Tax Policy" ;
    schema:description """Warns that AI-driven labor displacement may be structurally different from prior technological disruptions because AI broadly replicates human cognition. Recommends measurement and tracking, pro-employment incentives (wage insurance, retention tax credits, workforce training), and long-term macroeconomic support mechanisms including UBI financed via capital gains taxes or AI company taxes.""" ;
    :hasCentralClaim "AI may produce enduring labor market disruption unlike prior technologies; policy must provide economic support and buy time for societal adaptation." ;
    schema:isPartOf :article .

:domainScience
    a :PolicyDomain ;
    schema:name "Accelerating AI's Positive Impact" ;
    schema:description """Argues that AI will overwhelm the FDA and EMA with drug candidates faster than current regulatory pipelines can process. Recommends pre-developing standards for AI-based PD/PK modeling, toxicology prediction, biomarker validation, synthetic control arms, and surrogate endpoints so agencies can adopt them quickly when proven.""" ;
    :hasCentralClaim "AI will jam or overload existing biomedical regulatory systems unless agencies proactively develop standards for AI-enabled trial methods now." ;
    schema:isPartOf :article .

:domainCivilLiberties
    a :PolicyDomain ;
    schema:name "The State and Civil Liberties" ;
    schema:description """Warns that AI could enable authoritarian surveillance at unprecedented scale and autonomous weapons that bypass democratic accountability. Recommends: accountability rules for autonomous weapons; ban on domestic use of fully autonomous weapons; closure of bulk data broker surveillance loophole; public rights to equivalent AI access during adverse government action.""" ;
    :hasCentralClaim "AI threatens to upset the balance between state power and civil liberties in ways our existing legal protections cannot fully counter; proactive fortification of democratic freedoms is required." ;
    schema:isPartOf :article .

:domainGeopolitics
    a :PolicyDomain ;
    schema:name "Securing Leadership by Democracies" ;
    schema:description """Argues that AI is a geopolitical force multiplier equivalent to nuclear weapons. Recommends a democratic AI coalition that manages the AI supply chain (chip export controls), coordinates safety standards, shares benefits, provides mutual defense, rejects AI-powered repression, and cooperates on macroeconomic stabilization.""" ;
    :hasCentralClaim "AI will be the dominant source of military and economic power for any nation; democracies must form an aligned coalition to prevent autocratic capture of AI capabilities." ;
    schema:isPartOf :article .

# ─────────────────────────────────────────────────────────────────────────────
# Critical Gap: Self-Sovereign Identity
# ─────────────────────────────────────────────────────────────────────────────

:gapSSI
    a :ThesisGap ;
    schema:name "Omission: Self-Sovereign Identity and Privacy-by-Design" ;
    schema:description """The essay's civil liberties section addresses surveillance and data broker loopholes reactively — as containment measures after data has been collected by third parties. It does not engage with self-sovereign identity (SSI) frameworks that would prevent the problem at source by giving individuals cryptographic control over their identity and data. SSI is the fundamental kernel upon which genuine, durable privacy is built. W3C's open standards — WebID, Verifiable Credentials (VCs), and Decentralized Identifiers (DIDs) — are production-ready infrastructure that have been developed specifically to solve this problem. A comprehensive AI policy framework that addresses civil liberties without engaging these standards is incomplete. Policy interventions should include: mandatory support for W3C VC/DID standards in government digital identity systems; privacy-by-design requirements for AI applications processing personal data; and recognition of self-sovereign identity credentials as legally equivalent to government-issued credentials for AI-mediated interactions.""" ;
    :addressedByStandard :webidSpec, :vcSpec, :didSpec ;
    schema:hasPart :gapPKI, :gapSignedComms, :gapDelegation ;
    schema:isPartOf :article .

:gapPKI
    a :ThesisGap ;
    schema:name "Omission: PKI Rehabilitation via AI Agents as True User Agents" ;
    schema:description """Public Key Infrastructure (PKI) has been technically sufficient for decades but was effectively dislocated from consumer use due to implementation shortcomings in browsers — complex certificate management UX, fragmented trust store administration, and the inability of browsers to act as true cryptographic agents on behalf of users. These shortcomings were a browser-layer failure, not a PKI failure. In the age of AI, browsers are being superseded by AI Agents that function as genuine User Agents: they can manage certificates, negotiate mTLS sessions, resolve WebID profiles, and perform cryptographic operations autonomously on behalf of their principals without the UX friction that killed PKI adoption in consumer browsers. This architectural shift rehabilitates PKI entirely. AI Agents can seamlessly leverage the existing X.509 and WebID certificate infrastructure — the standards are already there, the barrier was always in the presentation layer. A policy framework addressing AI and civil liberties that ignores this PKI rehabilitation opportunity misses one of the most consequential structural advantages that the AI agent paradigm introduces for individual privacy and identity security.""" ;
    :addressedByStandard :webidSpec, :didSpec ;
    schema:isPartOf :gapSSI .

:gapSignedComms
    a :ThesisGap ;
    schema:name "Omission: Digitally Signed Communications as Anti-Phishing/Smishing Infrastructure" ;
    schema:description """Without cryptographically signed communications — email, messages, and other digital correspondence where sender identity is verifiable via PKI/SSI certificates — AI exponentially escalates the threat surface for phishing, smishing, and social engineering attacks. AI dramatically lowers the cost and raises the sophistication of impersonation: deepfake voice, syntactically perfect phishing emails, AI-generated smishing at scale. The only durable architectural defense is digitally signed communications where the sender's identity is cryptographically verifiable and message content is optionally encryptable end-to-end. This is not a new technology — S/MIME and PGP have existed for decades — but again, browser and client-layer UX failures prevented mass adoption. AI Agents, acting as true User Agents with PKI capabilities, resolve this adoption barrier. They can sign outgoing communications, verify incoming signatures, and alert users when communications lack verifiable sender identity — making impersonation attacks immediately visible. Without mandating signed communications infrastructure as part of AI policy, every advance in AI capability directly translates into an exponentially more dangerous social engineering threat environment. The policy essay's cybersecurity section focuses on AI as an offensive threat but entirely misses AI Agents as the enabler of the defensive infrastructure (signed identity, verifiable provenance) that would contain this threat class.""" ;
    :addressedByStandard :smimeSpec, :webidSpec, :vcSpec ;
    schema:isPartOf :gapSSI .

:smimeSpec
    a schema:TechArticle ;
    schema:name "S/MIME (Secure/Multipurpose Internet Mail Extensions)" ;
    schema:description "IETF standard for public key encryption and signing of MIME data, enabling cryptographically verifiable email sender identity and end-to-end encrypted message content. A production-ready signed communications standard whose mass adoption was blocked by browser/client UX failures — now rehabilitatable through AI Agents acting as true User Agents." ;
    schema:url <https://www.rfc-editor.org/rfc/rfc8551> ;
    schema:publisher :ietf .

:ietf
    a schema:Organization ;
    schema:name "IETF" ;
    schema:description "Internet Engineering Task Force — the standards body responsible for S/MIME, TLS, and core internet security protocols." ;
    schema:url <https://www.ietf.org> ;
    owl:sameAs <http://dbpedia.org/resource/Internet_Engineering_Task_Force>,
               <http://www.wikidata.org/entity/Q48switching> .

:webidSpec
    a schema:TechArticle ;
    schema:name "WebID Specification" ;
    schema:description "W3C standard for web-based identity using HTTP URIs and RDF profile documents to enable decentralized, user-controlled identity on the web." ;
    schema:url <https://www.w3.org/2005/Incubator/webid/spec/> ;
    schema:publisher :w3c .

:vcSpec
    a schema:TechArticle ;
    schema:name "Verifiable Credentials Data Model" ;
    schema:description "W3C Recommendation enabling cryptographically verifiable, tamper-evident digital credentials that individuals control and can selectively disclose — the technical foundation of self-sovereign identity." ;
    schema:url <https://www.w3.org/TR/vc-data-model/> ;
    schema:publisher :w3c ;
    owl:sameAs <http://dbpedia.org/resource/Verifiable_credentials> .

:didSpec
    a schema:TechArticle ;
    schema:name "Decentralized Identifiers (DIDs) v1.0" ;
    schema:description "W3C Recommendation defining a new type of globally unique identifier that does not require a centralized registration authority, enabling self-sovereign digital identity." ;
    schema:url <https://www.w3.org/TR/did-core/> ;
    schema:publisher :w3c .

# ─────────────────────────────────────────────────────────────────────────────
# Key Concepts Referenced in Article
# ─────────────────────────────────────────────────────────────────────────────

:scalingLaws
    a schema:CreativeWork ;
    schema:name "AI Scaling Laws" ;
    schema:description "Empirically validated relationships predicting exponential increases in general cognitive capability as compute scales, with over a decade of evidence supporting continued scaling." ;
    schema:url <https://arxiv.org/abs/2001.08361> ;
    schema:isPartOf :article .

:powefulAI
    a schema:DefinedTerm ;
    schema:name "Powerful AI" ;
    schema:description "Amodei's term for an AI system equivalent in capability to 'a country of geniuses in a datacenter' — the anticipated near-term outcome of continued AI scaling." ;
    schema:isPartOf :article .

:mythosPreview
    a schema:SoftwareApplication ;
    schema:name "Claude Mythos Preview" ;
    schema:description "Frontier Anthropic model cited as proof that AI poses real cybersecurity risks of global and national strategic consequence; used under Project Glasswing." ;
    schema:url <https://www.anthropic.com/glasswing> ;
    schema:isPartOf :article .

:collingridgeDilemma
    a schema:DefinedTerm ;
    schema:name "Collingridge Dilemma" ;
    schema:description "The observation that technology impacts are hard to anticipate until it is too late to easily manage them; used to justify cautious early transparency-first regulation." ;
    schema:sameAs <http://dbpedia.org/resource/Collingridge_dilemma> ;
    schema:isPartOf :article .

:longTermBenefitTrust
    a schema:Organization ;
    schema:name "Long-Term Benefit Trust" ;
    schema:description "Anthropic's independent governance body designed to hold the company to its mission; cited as a model for AI company accountability structures beyond standard private entity governance." ;
    schema:isPartOf :article .

# ─────────────────────────────────────────────────────────────────────────────
# FAQ Section
# ─────────────────────────────────────────────────────────────────────────────

:faqSection
    a schema:FAQPage ;
    schema:name "Frequently Asked Questions" ;
    schema:mainEntity :q1, :q2, :q3, :q4, :q5, :q6, :q7, :q8, :q9, :q10, :q11, :q12, :q13, :q14, :q15, :q16 ;
    schema:isPartOf :article .

:q1
    a schema:Question ;
    schema:name "What is the central thesis of Amodei's policy essay?" ;
    schema:text "What is the central thesis of Amodei's policy essay?" ;
    schema:acceptedAnswer :a1 .

:a1
    a schema:Answer ;
    schema:text "The central thesis is that AI's exponential progress has created an urgent but time-limited window for binding policy action. Unlike prior years when transparency-first measures were the best available option, the evidence of AI's real-world risks and capabilities now justifies mandatory regulation across five domains: safety, macroeconomics, scientific acceleration, civil liberties, and democratic geopolitics." .

:q2
    a schema:Question ;
    schema:name "Why does Amodei use the FAA as his regulatory model for AI?" ;
    schema:text "Why does Amodei use the FAA as his regulatory model for AI?" ;
    schema:acceptedAnswer :a2 .

:a2
    a schema:Answer ;
    schema:text "The FAA analogy frames AI as a powerful technology essential to the modern economy but capable of causing mass casualties if poorly designed. Airplanes require third-party technical testing and auditing before deployment; the FAA can block or reverse deployment if safety standards are not met. Amodei argues frontier AI models should be subject to equivalent mandatory testing in four specific risk categories: cybersecurity, biological weapons, loss of AI control, and accelerated automated R&D." .

:q3
    a schema:Question ;
    schema:name "What is Amodei's argument about AI-driven labor displacement?" ;
    schema:text "What is Amodei's argument about AI-driven labor displacement?" ;
    schema:acceptedAnswer :a3 .

:a3
    a schema:Answer ;
    schema:text "Amodei argues that AI-driven labor displacement may be structurally different from historical technological disruptions because AI broadly replicates human cognition rather than replacing only specific physical or cognitive tasks. He warns that adaptive mechanisms like Jevons' paradox or comparative advantage may be overwhelmed by the pace of change, potentially creating enduring rather than temporary unemployment. He recommends wage insurance, retention incentives, workforce training, and long-term income support mechanisms financed through AI company and capital gains taxes." .

:q4
    a schema:Question ;
    schema:name "What civil liberties risks does Amodei identify?" ;
    schema:text "What civil liberties risks does Amodei identify?" ;
    schema:acceptedAnswer :a4 .

:a4
    a schema:Answer ;
    schema:text "Amodei identifies three primary civil liberties risks: (1) AI-enabled autonomous weapons that could obey unlawful orders and bypass democratic accountability; (2) mass surveillance AI capable of analyzing bulk personal data at scales not contemplated by existing civil liberties law; and (3) government exploitation of the data broker loophole allowing purchase of private company data for surveillance. He recommends accountability rules for autonomous weapons, a domestic autonomous weapons ban, closure of the bulk data collection loophole, and public rights to equivalent AI access in government proceedings." .

:q5
    a schema:Question ;
    schema:name "What is the critical self-sovereign identity gap in the essay?" ;
    schema:text "What is the critical self-sovereign identity gap in the essay?" ;
    schema:acceptedAnswer :a5 .

:a5
    a schema:Answer ;
    schema:text "The essay addresses privacy reactively — as containment of data already collected by third parties. Three interdependent architectural gaps are absent: (1) Self-Sovereign Identity: W3C's WebID, Verifiable Credentials, and DIDs provide cryptographic individual identity control that prevents data capture at source. (2) PKI rehabilitation via AI Agents: PKI has been technically sound for decades but was dislocated from consumer use by browser UX failures. AI Agents, as true User Agents capable of autonomous certificate management, rehabilitate the entire existing PKI infrastructure without new standards. (3) Digitally signed communications: Without verifiable sender identity in messages and email, AI exponentially escalates phishing and smishing by making perfect impersonation trivially cheap. Together these three gaps mean every AI capability advance directly expands the attack surface for identity fraud and social engineering." .

:q6
    a schema:Question ;
    schema:name "How does Amodei characterize the geopolitical significance of AI?" ;
    schema:text "How does Amodei characterize the geopolitical significance of AI?" ;
    schema:acceptedAnswer :a6 .

:a6
    a schema:Answer ;
    schema:text "Amodei argues AI will become the dominant source of military and economic power for any nation, comparable to nuclear weapons but potentially more consequential. He describes a hypothetical scenario where a nation with advanced AI facing one without it would have an advantage equivalent to World War II Marines against medieval swordsmen. He calls for a democratic AI coalition to coordinate safety standards, manage the semiconductor supply chain, share AI benefits, provide mutual defense, and reject AI-powered repression." .

:q7
    a schema:Question ;
    schema:name "Why does Amodei reject the 'AI needs better marketing' framing?" ;
    schema:text "Why does Amodei reject the 'AI needs better marketing' framing?" ;
    schema:acceptedAnswer :a7 .

:a7
    a schema:Answer ;
    schema:text "Amodei explicitly rejects the framing that public concern about AI is a communications problem requiring 'better marketing.' He argues people are worried because they correctly perceive real risks, not because AI CEOs have been insufficiently optimistic. He frames public concern as democratic accountability functioning as intended and argues the challenge is channeling that concern into constructive policy solutions rather than formless anger." .

:q8
    a schema:Question ;
    schema:name "What is the Treebeard metaphor and what does it reveal about Amodei's thesis?" ;
    schema:text "What is the Treebeard metaphor and what does it reveal about Amodei's thesis?" ;
    schema:acceptedAnswer :a8 .

:a8
    a schema:Answer ;
    schema:text "Amodei opens with a Lord of the Rings metaphor where Hobbits must rouse the slow-moving sentient tree Treebeard to defend his forest before an army destroys it. This metaphor encapsulates the essay's structural tension: AI advances at a pace that policy institutions are structurally incapable of matching. The essay's function is to serve as a hobbit-style alarm — urgently bridging the speed mismatch by proposing policies grounded in current (not anticipated) risk evidence." .

:q9
    a schema:Question ;
    schema:name "How does the essay address the tension between innovation and regulation?" ;
    schema:text "How does the essay address the tension between innovation and regulation?" ;
    schema:acceptedAnswer :a9 .

:a9
    a schema:Answer ;
    schema:text "The essay distinguishes between AI itself and AI's downstream applications. For AI itself, Amodei accepts innovation-vs-safety tradeoffs and argues risks now justify binding constraints. For downstream fields like biomedicine, he argues the opposite: existing regulatory systems will become the primary bottleneck to AI's benefits, so pro-innovation regulatory reform is needed. This dual stance — tighten AI regulation, loosen downstream innovation constraints — is one of the essay's key structural arguments." .

:q10
    a schema:Question ;
    schema:name "What was Anthropic's prior policy position and why has it changed?" ;
    schema:text "What was Anthropic's prior policy position and why has it changed?" ;
    schema:acceptedAnswer :a10 .

:a10
    a schema:Answer ;
    schema:text "Prior to this essay, Anthropic focused on transparency-preserving optionality: measures like transparency legislation, chip export controls, and labor data collection. These were chosen because the exact form of AI risks was uncertain and premature legislation risked being ineffective or missing real risks. The shift to binding regulation is triggered by two developments: the demonstrated cybersecurity capabilities of Claude Mythos Preview, and the Collingridge-dilemma window closing — risks are now concrete enough to target precisely." .

:q11
    a schema:Question ;
    schema:name "What checks does Amodei propose on AI companies themselves?" ;
    schema:text "What checks does Amodei propose on AI companies themselves?" ;
    schema:acceptedAnswer :a11 .

:a11
    a schema:Answer ;
    schema:text "Amodei acknowledges that AI cannot safely be fully entrusted to either governments or companies. For companies, he proposes binding safety regulation (Section 1) and advocates for governance structures with more separation of power than typical private entities — citing Anthropic's Long-Term Benefit Trust as one model. He warns of the East India Company scenario where companies become powerful enough to capture or exhibit quasi-state characteristics, and calls for checks and balances on companies equivalent to those on governments." .

:q12
    a schema:Question ;
    schema:name "What open standards address the self-sovereign identity gap Amodei omits?" ;
    schema:text "What open standards address the self-sovereign identity gap Amodei omits?" ;
    schema:acceptedAnswer :a12 .

:a12
    a schema:Answer ;
    schema:text "Three W3C open standards directly address the SSI gap: (1) WebID provides decentralized identity using HTTP URIs and RDF profile documents, enabling user-controlled identity without central registries; (2) Verifiable Credentials (VCs) enable cryptographically verifiable, tamper-evident digital credentials that individuals control and can selectively disclose; (3) Decentralized Identifiers (DIDs) v1.0 define globally unique identifiers that do not require centralized registration, underpinning self-sovereign digital identity. These are production-ready, royalty-free, and have been deployed at scale. Their absence from an AI civil liberties policy framework is a significant structural omission." .

:q13
    a schema:Question ;
    schema:name "Why does PKI matter for AI policy, and how do AI Agents change the picture?" ;
    schema:text "Why does PKI matter for AI policy, and how do AI Agents change the picture?" ;
    schema:acceptedAnswer :a13 .

:a13
    a schema:Answer ;
    schema:text "Public Key Infrastructure (PKI) provides the cryptographic foundation for verifiable identity — the ability to prove, without a central authority, that you are who you claim to be. PKI has been technically sound and ready for individual use for decades. The barrier was never the standard itself; it was the presentation layer. Browsers called themselves 'user agents' but could not act as genuine cryptographic agents on behalf of users: certificate management required expert knowledge, trust store administration was opaque, and the UX for client certificates was hostile enough to kill consumer adoption. AI Agents are a categorically different kind of user agent. They can autonomously manage certificates, perform mTLS handshakes, resolve WebID profiles, and interact with PKI infrastructure on behalf of users without any friction. This rehabilitates the entire existing PKI ecosystem. No new standards are needed — the infrastructure exists. What is needed is policy recognition that AI Agents acting as PKI-capable User Agents constitute a critical piece of individual digital security infrastructure, and that AI applications should be required to support W3C WebID and standard PKI operations." .

:q14
    a schema:Question ;
    schema:name "How does the absence of signed communications policy create an exponential AI threat?" ;
    schema:text "How does the absence of signed communications policy create an exponential AI threat?" ;
    schema:acceptedAnswer :a14 .

:a14
    a schema:Answer ;
    schema:text "AI has made impersonation exponentially cheaper and more convincing. A sophisticated phishing email previously required a skilled social engineer; today it requires a prompt. A convincing smishing campaign previously required human writers; today it can be generated at scale targeting millions of individuals with personalized messages. The absence of digitally signed communications — where the sender's identity is cryptographically verifiable and bound to the message content — means there is no reliable way to distinguish a legitimate message from an AI-generated impersonation. This is not a new threat requiring new solutions: S/MIME and WebID-based signing already provide the technical infrastructure for signed email and messages. The barrier was again browser and client UX failures that prevented mass adoption. AI Agents, managing signing keys autonomously, resolve this barrier. Policy mandating signed communications infrastructure — particularly for government communications, financial institutions, and healthcare — would create a verifiable provenance layer that makes AI-driven impersonation attacks immediately detectable. Amodei's cybersecurity section discusses AI as an offensive threat (cyber attacks on critical infrastructure) but misses this defensive infrastructure dimension entirely." .

# ─────────────────────────────────────────────────────────────────────────────
# Glossary Section
# ─────────────────────────────────────────────────────────────────────────────

:glossarySection
    a skos:ConceptScheme, schema:DefinedTermSet ;
    schema:name "Key Terms" ;
    schema:hasDefinedTerm :termAIExponential, :termPowerfulAI, :termCollingridgeDilemma,
                          :termScalingLaws, :termSSI, :termWebID, :termVerifiableCredentials,
                          :termDID, :termFAAModel, :termPrivacyByDesign,
                          :termPKI, :termAIAgent, :termSignedComms, :termSmishing,
                          :termDelegation, :termOnBehalfOf, :termLinkHeader ;
    schema:isPartOf :article .

:termAIExponential
    a skos:Concept, schema:DefinedTerm ;
    schema:name "AI Exponential" ;
    schema:description "The empirically observed and projected exponential growth in AI cognitive capabilities as a function of compute, training data, and algorithmic improvements — the foundational premise of Amodei's urgency argument." ;
    schema:isPartOf :glossarySection .

:termPowerfulAI
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Powerful AI" ;
    schema:description "Amodei's term for AI systems that can perform most cognitive tasks far better than humans — described as 'a country of geniuses in a datacenter.' The anticipated near-term threshold that resets geopolitical and policy calculus." ;
    schema:isPartOf :glossarySection .

:termCollingridgeDilemma
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Collingridge Dilemma" ;
    schema:description "The observation that a technology's impacts are difficult to anticipate until it is widely deployed, but by then it is difficult to change. Used by Amodei to justify transparency-first approaches in earlier years and binding regulation now that risks are concrete." ;
    owl:sameAs <http://dbpedia.org/resource/Collingridge_dilemma> ;
    schema:isPartOf :glossarySection .

:termScalingLaws
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Scaling Laws" ;
    schema:description "Empirical power-law relationships showing that AI model capabilities increase predictably with compute, data, and model size. Cited as the basis for expecting continued exponential progress." ;
    schema:isPartOf :glossarySection .

:termSSI
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Self-Sovereign Identity (SSI)" ;
    schema:description "A model of digital identity in which individuals have full ownership and cryptographic control over their identity credentials, without dependence on any central authority. SSI is the fundamental kernel upon which genuine digital privacy is built, and is implemented through W3C's WebID, Verifiable Credentials, and DID standards. Conspicuously absent from Amodei's civil liberties policy framework." ;
    owl:sameAs <http://dbpedia.org/resource/Self-sovereign_identity> ;
    schema:isPartOf :glossarySection .

:termWebID
    a skos:Concept, schema:DefinedTerm ;
    schema:name "WebID" ;
    schema:description "A W3C specification enabling decentralized web identity through HTTP URIs that dereference to RDF profile documents. Allows anyone to create a self-sovereign identity without registering with a central authority. Production-ready and deployed at scale." ;
    schema:url <https://www.w3.org/2005/Incubator/webid/spec/> ;
    schema:isPartOf :glossarySection .

:termVerifiableCredentials
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Verifiable Credentials" ;
    schema:description "A W3C Recommendation defining a data model for cryptographically verifiable, tamper-evident digital credentials. Enables selective disclosure: individuals share only the attributes needed for a specific interaction, without revealing full identity. The technical mechanism for privacy-preserving identity verification." ;
    schema:url <https://www.w3.org/TR/vc-data-model/> ;
    owl:sameAs <http://dbpedia.org/resource/Verifiable_credentials> ;
    schema:isPartOf :glossarySection .

:termDID
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Decentralized Identifier (DID)" ;
    schema:description "A W3C Recommendation defining a globally unique identifier type that does not require a centralized registration authority. DIDs are the addressing layer of self-sovereign identity, enabling cryptographically verifiable, user-controlled identity anchored to blockchains, distributed ledgers, or other decentralized systems." ;
    schema:url <https://www.w3.org/TR/did-core/> ;
    owl:sameAs <http://dbpedia.org/resource/Decentralized_identifier> ;
    schema:isPartOf :glossarySection .

:termFAAModel
    a skos:Concept, schema:DefinedTerm ;
    schema:name "FAA Regulatory Model" ;
    schema:description "Amodei's proposed governance framework for frontier AI, analogous to Federal Aviation Administration oversight of aircraft. Key features: mandatory third-party safety testing, government power to block deployment, specific risk categories (cyber, bio, control-loss, auto-R&D), strong model weight security requirements, and mandatory incident reporting." ;
    schema:isPartOf :glossarySection .

:termPrivacyByDesign
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Privacy by Design" ;
    schema:description "A framework requiring that privacy protections be embedded into system architecture from inception, not retrofitted after deployment. Contrasts with the reactive loophole-closing approach in Amodei's civil liberties section. SSI standards operationalize Privacy by Design at the identity layer." ;
    owl:sameAs <http://dbpedia.org/resource/Privacy_by_design> ;
    schema:isPartOf :glossarySection .

:termPKI
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Public Key Infrastructure (PKI)" ;
    schema:description "A framework of hardware, software, policies, and standards needed to create, manage, distribute, use, store, and revoke digital certificates based on asymmetric cryptography. PKI has been technically sufficient for individual identity security for decades but was dislocated from consumer use by browser-layer UX shortcomings — not by any flaw in the underlying cryptographic infrastructure. AI Agents, as true User Agents, rehabilitate PKI by resolving the presentation-layer barrier." ;
    owl:sameAs <http://dbpedia.org/resource/Public_key_infrastructure> ;
    schema:isPartOf :glossarySection .

:termAIAgent
    a skos:Concept, schema:DefinedTerm ;
    schema:name "AI Agent as True User Agent" ;
    schema:description "Unlike browsers — which were called 'user agents' but could not act autonomously on behalf of users for cryptographic operations — AI Agents are genuine User Agents capable of managing PKI certificates, performing mTLS negotiations, resolving WebID profiles, signing outgoing communications, and verifying incoming signatures autonomously. This makes AI Agents the correct presentation layer for rehabilitating the PKI and SSI infrastructure that browser UX failures prevented from reaching mass adoption." ;
    schema:isPartOf :glossarySection .

:termSignedComms
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Digitally Signed Communications" ;
    schema:description "Messages (email, instant messages, documents) whose sender identity is cryptographically bound to the content via the sender's private key, enabling any recipient to verify both provenance and integrity. When combined with SSI/PKI infrastructure managed by AI Agents, signed communications make impersonation attacks immediately detectable — the fundamental architectural defense against AI-driven phishing and smishing at scale. Standards include S/MIME (email), PGP/GPG, and WebID-based signing." ;
    owl:sameAs <http://dbpedia.org/resource/Digital_signature> ;
    schema:isPartOf :glossarySection .

:termSmishing
    a skos:Concept, schema:DefinedTerm ;
    schema:name "Smishing / Phishing / Social Engineering" ;
    schema:description "Identity-impersonation attacks delivered via SMS (smishing), email (phishing), or other channels. AI exponentially escalates these threats by automating sophisticated, personalized impersonation at industrial scale. The only durable architectural defense is cryptographically signed communications with verifiable sender identity — infrastructure that AI Agents can enforce but that has been absent from policy frameworks including Amodei's." ;
    owl:sameAs <http://dbpedia.org/resource/Phishing> ;
    schema:isPartOf :glossarySection .

# ─────────────────────────────────────────────────────────────────────────────
# HowTo Section
# ─────────────────────────────────────────────────────────────────────────────

:howtoSection
    a schema:HowTo ;
    schema:name "How to Apply This Policy Framework to AI Governance Proposals" ;
    schema:description "A step-by-step guide for evaluating AI policy proposals using Amodei's five-domain framework while incorporating the missing self-sovereign identity dimension." ;
    schema:step :step1, :step2, :step3, :step4, :step5, :step6, :step7 ;
    schema:isPartOf :article .

:step1
    a schema:HowToStep ;
    schema:name "Map the Risk Horizon" ;
    schema:text "Identify which stage of AI development your proposal targets. Apply Amodei's risk escalation ladder: current risks (cybersecurity) warrant FAA-style regulation; near-term risks (biology) may require stricter controls; speculative risks (full autonomy) warrant monitoring infrastructure rather than premature binding rules." ;
    schema:position 1 .

:step2
    a schema:HowToStep ;
    schema:name "Apply Domain Coverage Audit" ;
    schema:text "Check whether your proposal addresses all five domains: (1) safety regulation, (2) macroeconomic/labor impact, (3) downstream scientific acceleration, (4) civil liberties and state power balance, (5) geopolitical/democratic coalition. A proposal that addresses only one or two domains will create policy arbitrage in uncovered areas." ;
    schema:position 2 .

:step3
    a schema:HowToStep ;
    schema:name "Test for SSI Integration" ;
    schema:text "Evaluate whether the civil liberties component includes self-sovereign identity infrastructure. Ask: Does the proposal require W3C Verifiable Credentials or DID support for government digital identity systems? Does it mandate privacy-by-design for AI applications processing personal data? If not, it is addressing surveillance reactively rather than preventing it architecturally." ;
    schema:position 3 .

:step4
    a schema:HowToStep ;
    schema:name "Verify Speed-Regulation Calibration" ;
    schema:text "Apply Amodei's dual stance: AI safety regulation should be tightened (faster deployment than current transparency norms); downstream AI-accelerated fields (biomedical, energy, materials) should face loosened regulations designed for pre-AI innovation rates. A proposal that uniformly tightens or uniformly loosens regulation across both categories is miscalibrated." ;
    schema:position 4 .

:step5
    a schema:HowToStep ;
    schema:name "Assess Democratic Coalition Compatibility" ;
    schema:text "Evaluate whether the proposal is compatible with international coordination. Can safety standards be harmonized across democratic allies? Does chip/semiconductor supply chain policy align with allied export control efforts? Does the proposal create barriers to coalition membership for countries willing to meet standards?" ;
    schema:position 5 .

:step6
    a schema:HowToStep ;
    schema:name "Check Corporate Accountability Structures" ;
    schema:text "Verify that proposals include checks on both government and corporate AI power. Regulation alone is insufficient if AI companies themselves can achieve East India Company levels of quasi-state power. Look for governance mechanisms with genuine independence from both corporate boards and government capture." ;
    schema:position 6 .

:step7
    a schema:HowToStep ;
    schema:name "Build in Adaptive Review Mechanisms" ;
    schema:text "Include sunset clauses and mandatory review cycles calibrated to AI's pace of change (12-24 month cycles rather than decade-scale legislative review). Use the Collingridge dilemma as a guide: over-specify now and the legislation will miss emergent risks while imposing compliance costs on non-risks; under-specify and risks compound before the next review." ;
    schema:position 7 .

# ─────────────────────────────────────────────────────────────────────────────
# Skill Attribution
# ─────────────────────────────────────────────────────────────────────────────

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this>
    a schema:SoftwareApplication ;
    schema:name "kg-generator skill" ;
    schema:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator> ;
    schema:description "Knowledge Graph generator skill for OpenLink AI Agent Skills; produces RDF-Turtle and JSON-LD knowledge graphs from web content." .

# ─────────────────────────────────────────────────────────────────────────────
# Ontology extensions: delegation properties
# ─────────────────────────────────────────────────────────────────────────────

:hasDelegationModel
    a rdf:Property ;
    rdfs:label "has delegation model" ;
    rdfs:comment "Links an AI Agent to the WebID+TLS+Delegation protocol description that formally expresses its on-behalf-of relationship to its principal." ;
    rdfs:domain schema:SoftwareApplication ;
    rdfs:range schema:TechArticle ;
    rdfs:isDefinedBy : .

:onBehalfOf
    a rdf:Property ;
    rdfs:label "on behalf of" ;
    rdfs:comment "Asserts that an AI Agent acts on behalf of a named principal whose WebID is the object value; verifiable via HTTP LINK header cross-referencing against the principal's WebID profile document." ;
    rdfs:domain schema:SoftwareApplication ;
    rdfs:range schema:Person ;
    rdfs:isDefinedBy : .

# ─────────────────────────────────────────────────────────────────────────────
# Gap 4: Verifiable AI Agent Delegation (WebID+TLS+Delegation)
# ─────────────────────────────────────────────────────────────────────────────

:gapDelegation
    a :ThesisGap ;
    schema:name "Omission: Verifiable AI Agent Delegation via WebID+TLS+Delegation Protocol" ;
    schema:description """A critical and entirely overlooked dimension of both SSI and AI civil liberties policy is the formal, verifiable expression of the 'on behalf of' relationship between an AI Agent and the human principal it represents. When an AI Agent communicates, transacts, or acts in a digital environment, the recipient has no way — under current policy frameworks or common technical practice — to verify whether the agent is authorized to act for the person it claims to represent, or indeed to verify who that person is.

This problem is already solved by the WebID+TLS+Delegation protocol, which uses HTTP request LINK headers to carry delegation claims that are then cross-referenced against the principal's WebID profile document. The protocol allows any relying party to verify: (1) the identity of the AI Agent (via its own certificate or WebID); (2) the identity of the human principal (via the principal's WebID); and (3) the authorization relationship between them (via verifiable delegation metadata in the profile document). No new infrastructure is required — only the policy mandate to use it.

A concrete example illustrates the point. Consider an AI Agent operating in an agentic environment where the principal is Kingsley Uyi Idehen (WebID: https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid). The agent's HTTP requests carry a LINK header asserting the on-behalf-of relationship: Link: <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>; rel='on-behalf-of'. The receiving service dereferences the principal's WebID profile document, locates the delegation authorization that confirms this agent is permitted to act for this principal, and can then extend the appropriate trust level to the agent's actions — no more and no less than what the principal has authorized.

This architecture has profound implications for AI policy: it means AI Agents can be made fully accountable, auditable, and trust-scoped in their interactions, tied to real human principals with verifiable identities. The absence of this from any current policy framework — including Amodei's — means there is no mechanism to prevent rogue or impersonating AI Agents from claiming to represent individuals or organizations they do not represent, compounding the social engineering threat described in Gap 3 and enabling new forms of AI-driven fraud at scale.""" ;
    :addressedByStandard :webidTLSDelegationSpec, :webidSpec, :vcSpec ;
    schema:isPartOf :gapSSI ;
    schema:isPartOf :article .

:webidTLSDelegationSpec
    a schema:TechArticle ;
    schema:name "WebID+TLS+Delegation Protocol" ;
    schema:description "Protocol for expressing and verifying the 'on behalf of' relationship between an AI Agent (or any delegate) and a human principal using HTTP LINK headers cross-referenced against WebID profile documents. Enables relying parties to verify agent authorization, principal identity, and delegation scope without any centralized registry." ;
    schema:url <https://www.w3.org/2005/Incubator/webid/spec/tls/> ;
    schema:publisher :w3c .

# ─────────────────────────────────────────────────────────────────────────────
# Example: Principal + AI Agent delegation instance
# ─────────────────────────────────────────────────────────────────────────────

<https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>
    a schema:Person ;
    schema:name "Kingsley Uyi Idehen" ;
    schema:email "kidehen@openlinksw.com" ;
    schema:jobTitle "Founder & CEO" ;
    schema:worksFor <https://www.openlinksw.com/#this> ;
    schema:url <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> ;
    owl:sameAs <https://www.linkedin.com/in/kidehen#this>,
               <https://x.com/kidehen#this>,
               <https://substack.com/@kidehen#this> ;
    schema:description "Example principal in a WebID+TLS+Delegation scenario: a human whose WebID profile document carries delegation authorizations permitting specific AI Agents to act on their behalf, with the authorization verifiable by any relying party." .

<https://www.openlinksw.com/#this>
    a schema:Organization ;
    schema:name "OpenLink Software" ;
    schema:url <https://www.openlinksw.com> ;
    owl:sameAs <http://dbpedia.org/resource/OpenLink_Software>,
               <http://www.wikidata.org/entity/Q7096355> .

:exampleAgent
    a schema:SoftwareApplication ;
    schema:name "AI Agent (OpenCode / big-pickle)" ;
    schema:description "Example AI Agent operating on behalf of a named human principal. Carries HTTP LINK header: Link: <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>; rel='on-behalf-of' — a delegation claim verifiable by any relying party against the principal's WebID profile document. Illustrates how the WebID+TLS+Delegation protocol makes AI Agent authorization auditable and trust-scoped without centralized intermediaries." ;
    :onBehalfOf <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid> ;
    :hasDelegationModel :webidTLSDelegationSpec ;
    schema:isPartOf :gapDelegation .

:httpLinkDelegationExample
    a schema:SoftwareSourceCode ;
    schema:name "HTTP LINK Header Delegation Example" ;
    schema:description "A concrete HTTP request header expressing an AI Agent's delegation claim on behalf of its principal, verifiable against the principal's WebID profile document." ;
    schema:programmingLanguage "HTTP" ;
    schema:text """Link: <https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid>; rel=\"on-behalf-of\"
Authorization: WebID <agent-certificate-thumbprint>

# The receiving service:
# 1. Dereferences https://kingsley.idehen.net/DAV/home/kidehen/Public/YouID/link-in-bio-credentials-5/index.html#netid (the WebID)
# 2. Locates delegation authorization in the profile document confirming this agent
# 3. Grants trust level scoped to what the principal has authorized — no more, no less""" ;
    schema:isPartOf :gapDelegation .

# ─────────────────────────────────────────────────────────────────────────────
# Additional glossary terms: delegation layer
# ─────────────────────────────────────────────────────────────────────────────

:termDelegation
    a skos:Concept, schema:DefinedTerm ;
    schema:name "WebID+TLS+Delegation Protocol" ;
    schema:description "A W3C protocol that formally expresses and verifies the 'on behalf of' relationship between an AI Agent (or any delegate) and a human principal. The agent carries an HTTP LINK header asserting the principal's WebID; the relying party dereferences the WebID profile document to verify the delegation authorization. Enables fully auditable, trust-scoped AI Agent interactions tied to real, verifiable human principals." ;
    schema:url <https://www.w3.org/2005/Incubator/webid/spec/tls/> ;
    schema:isPartOf :glossarySection .

:termOnBehalfOf
    a skos:Concept, schema:DefinedTerm ;
    schema:name "On-Behalf-Of Relationship" ;
    schema:description "The authorization relationship between an AI Agent and the human principal whose interests it serves. In the WebID+TLS+Delegation model, this relationship is formally declared in the principal's WebID profile document and asserted by the agent in HTTP LINK headers, making it verifiable by any relying party without a centralized intermediary." ;
    schema:isPartOf :glossarySection .

:termLinkHeader
    a skos:Concept, schema:DefinedTerm ;
    schema:name "HTTP LINK Header (Delegation)" ;
    schema:description "An HTTP request header used to carry machine-readable delegation metadata. In the WebID+TLS+Delegation protocol, the agent includes: Link: <https://principal-webid>; rel='on-behalf-of' — enabling relying parties to discover, dereference, and verify the principal's identity and the agent's authorization scope without any prior arrangement or centralized registry. A concrete, production-ready mechanism for AI Agent accountability already specified by W3C." ;
    owl:sameAs <http://dbpedia.org/resource/Link_relation_type> ;
    schema:isPartOf :glossarySection .

# ─────────────────────────────────────────────────────────────────────────────
# Additional FAQ: delegation
# ─────────────────────────────────────────────────────────────────────────────

:q15
    a schema:Question ;
    schema:name "How does the WebID+TLS+Delegation protocol solve the AI Agent accountability problem?" ;
    schema:text "How does the WebID+TLS+Delegation protocol solve the AI Agent accountability problem?" ;
    schema:acceptedAnswer :a15 .

:a15
    a schema:Answer ;
    schema:text "When an AI Agent acts on behalf of a human principal, it includes an HTTP LINK header in its requests: Link: <https://principal-webid#this>; rel='on-behalf-of'. The receiving service dereferences the principal's WebID profile document, finds the delegation authorization confirming this specific agent is permitted to act for this principal, and applies a trust level scoped to what the principal has authorized. No centralized registry, no intermediary, no prior arrangement required. The agent's authorization is tied to the principal's cryptographic identity and verifiable by any relying party. Applied to AI policy: AI Agents operating in sensitive contexts (legal, financial, healthcare, government) should be required to carry verifiable delegation metadata expressible via WebID+TLS+Delegation, making their authorization auditable and their principal's identity verifiable at every interaction point." .

:q16
    a schema:Question ;
    schema:name "What new fraud threat does the absence of verifiable AI Agent delegation create?" ;
    schema:text "What new fraud threat does the absence of verifiable AI Agent delegation create?" ;
    schema:acceptedAnswer :a16 .

:a16
    a schema:Answer ;
    schema:text "Without a verifiable delegation framework, any AI Agent can fraudulently claim to represent any individual or organization, and the receiving party has no mechanism to verify or refute the claim. Combined with AI's impersonation capabilities (Gap 3), this creates a new class of AI-driven fraud: an agent claims to be acting on behalf of a CEO, a lawyer, a doctor, or a government official, and the recipient has no way to distinguish this from a legitimate delegation. The WebID+TLS+Delegation protocol makes such fraud immediately detectable: the fraudulent agent either cannot produce a valid LINK header pointing to the claimed principal's WebID, or the principal's WebID profile document does not contain an authorization for that agent. The fraud is cryptographically visible at the protocol layer. Amodei's essay correctly identifies AI-enabled fraud and impersonation as threats but proposes only reactive legal measures rather than this proactive architectural solution." .
