@prefix : <https://www.anthropic.com/news/the-anthropic-institute#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

# Custom Lightweight Ontology
:Industry a rdfs:Class ;
    rdfs:label "AI Research Industry" .

:AIResearchInstitute a rdfs:Class ;
    rdfs:subClassOf :Industry ;
    rdfs:label "AI Research Institute" .

:PolicyTeam a rdfs:Class ;
    rdfs:subClassOf rdfs:Class ;
    rdfs:label "AI Policy & Governance Team" .

:hasLaborTAM a rdf:Property ;
    rdfs:domain :Industry ;
    rdfs:range xsd:string .

:hasAutomationReadiness a rdf:Property ;
    rdfs:domain :Industry ;
    rdfs:range xsd:string .

# Analysis CreativeWork
:analysis a schema:NewsArticle ;
    schema:name "Introducing The Anthropic Institute" ;
    schema:headline "Introducing The Anthropic Institute" ;
    schema:datePublished "2026-03-11"^^xsd:date ;
    schema:author :anthropic ;
    schema:publisher :anthropic ;
    schema:description "Anthropic launches a new interdisciplinary research center to address societal AI challenges." ;
    schema:abstract "The Anthropic Institute brings together engineers, economists, and social scientists to forecast AI progress, study economic shifts, and stress-test frontier models." ;
    schema:hasPart :faqSection, :glossarySection, :howtoSection ;
    rdfs:seeAlso <http://dbpedia.org/resource/Anthropic>, <http://dbpedia.org/resource/Artificial_intelligence> .

:anthropic a schema:Organization ;
    schema:name "Anthropic" ;
    schema:url <https://www.anthropic.com> ;
    schema:identifier "https://www.anthropic.com/#organization" .

# Concrete Instances
:anthropicInstitute a :AIResearchInstitute ;
    schema:name "The Anthropic Institute" ;
    schema:parentOrganization :anthropic ;
    schema:member :jackClark, :mattBotvinick, :antonKorinek, :zoeHitzig ;
    :hasAutomationReadiness "High" .

:jackClark a schema:Person ;
    schema:name "Jack Clark" ;
    schema:jobTitle "Head of Public Benefit" ;
    schema:identifier "https://www.anthropic.com/team/jack-clark" .

:policyVertical a :PolicyTeam ;
    schema:name "Public Policy Vertical" ;
    schema:naics "541820" ;
    schema:identifier "https://www.census.gov/naics/?input=541820&year=2022&details=541820" ;
    :hasLaborTAM "Strategic Global Policy Influence" .

# FAQ Page (Exactly 12 items)
:faqSection a schema:FAQPage ;
    schema:mainEntity :q1, :q2, :q3, :q4, :q5, :q6, :q7, :q8, :q9, :q10, :q11, :q12 .

:q1 a schema:Question ; schema:name "What is the mission of the Anthropic Institute?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "To tell the world about AI challenges and address risks alongside external audiences." ] .
:q2 a schema:Question ; schema:name "Who leads the Institute?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Jack Clark, Head of Public Benefit." ] .
:q3 a schema:Question ; schema:name "What is the Frontier Red Team's role?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Stress-testing AI models to find the limits of their capabilities." ] .
:q4 a schema:Question ; schema:name "How does the Economic Research team help?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "By tracking AI's impact on job markets and the broader economy." ] .
:q5 a schema:Question ; schema:name "What is the focus of Societal Impacts research?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Studying how AI technologies are used in real-world scenarios." ] .
:q6 a schema:Question ; schema:name "Who is leading the AI Rule of Law work?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Matt Botvinick, Resident Fellow at Yale Law School." ] .
:q7 a schema:Question ; schema:name "What is the predicted AI progress in the next 2 years?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Dramatic progress is expected as improvements continue to compound over time." ] .
:q8 a schema:Question ; schema:name "What is the 'recursive self-improvement' challenge?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Ensuring governance and awareness as AI systems begin to accelerate their own development." ] .
:q9 a schema:Question ; schema:name "What is the role of the D.C. office?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "To serve as the base for the global Public Policy footprint in Washington D.C." ] .
:q10 a schema:Question ; schema:name "Who leads the Public Policy organization?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Sarah Heck, Head of Public Policy." ] .
:q11 a schema:Question ; schema:name "What are the core priorities for policy?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Model safety, transparency, energy protections, and export controls." ] .
:q12 a schema:Question ; schema:name "How can external communities interact?" ; schema:acceptedAnswer [ a schema:Answer ; schema:text "Through a two-way street of engagement, sharing findings and listening to concerns." ] .

# Glossary (Exactly 10 terms)
:glossarySection a skos:ConceptScheme, schema:DefinedTermSet ;
    schema:name "Anthropic AI Glossary" ;
    skos:hasTopConcept :termFrontierAI, :termRedTeaming, :termSocietalImpact, :termPublicPolicy, :termGovernance, :termCompounding, :termResilience, :termDisplacement, :termSelfImprovement, :termPublicBenefit .

:termFrontierAI a skos:Concept ; skos:prefLabel "Frontier AI" ; skos:definition "State-of-the-art AI systems defining the technological boundary." .
:termRedTeaming a skos:Concept ; skos:prefLabel "Red Teaming" ; skos:definition "Adversarial testing to identify vulnerabilities." .
:termSocietalImpact a skos:Concept ; skos:prefLabel "Societal Impact" ; skos:definition "The broad effects of AI on human society and structures." .
:termPublicPolicy a skos:Concept ; skos:prefLabel "Public Policy" ; skos:definition "The strategic goals and frameworks for government interaction." .
:termGovernance a skos:Concept ; skos:prefLabel "AI Governance" ; skos:definition "The systems and rules used to manage AI development." .
:termCompounding a skos:Concept ; skos:prefLabel "Compounding Progress" ; skos:definition "The exponential acceleration of AI research capabilities." .
:termResilience a skos:Concept ; skos:prefLabel "Societal Resilience" ; skos:definition "The ability of society to adapt to rapid AI changes." .
:termDisplacement a skos:Concept ; skos:prefLabel "Economic Displacement" ; skos:definition "Shifts in labor markets caused by automation." .
:termSelfImprovement a skos:Concept ; skos:prefLabel "Recursive Self-Improvement" ; skos:definition "AI systems automating their own research cycles." .
:termPublicBenefit a skos:Concept ; skos:prefLabel "Public Benefit" ; skos:definition "A framework prioritizing collective well-being in AI labs." .

# How-To (Exactly 7 steps)
:howtoSection a schema:HowTo ;
    schema:name "How to Navigate AI Societal Transitions" ;
    schema:step :step1, :step2, :step3, :step4, :step5, :step6, :step7 .

:step1 a schema:HowToStep ; schema:name "Interdisciplinary Assembly" ; schema:itemListElement "Bring together engineers, economists, and social scientists." .
:step2 a schema:HowToStep ; schema:name "Vulnerability Testing" ; schema:itemListElement "Execute red-teaming to find model limits." .
:step3 a schema:HowToStep ; schema:name "Economic Monitoring" ; schema:itemListElement "Track labor market shifts and automation potential." .
:step4 a schema:HowToStep ; schema:name "Community Engagement" ; schema:itemListElement "Establish two-way communication with displaced workers." .
:step5 a schema:HowToStep ; schema:name "Candid Communication" ; schema:itemListElement "Report publicly on frontier AI shapes and risks." .
:step6 a schema:HowToStep ; schema:name "Policy Harmonization" ; schema:itemListElement "Align research findings with global policy footprints." .
:step7 a schema:HowToStep ; schema:name "Governance Incubation" ; schema:itemListElement "Draft new rules for self-improving autonomous systems." .
