@prefix : <https://aibuildersnetwork.org/chief-in-ai-100/#> .
@prefix schema: <http://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

#################################################################
# Lightweight Ontology
#################################################################

:ontology a owl:Ontology ;
    schema:name "Chief in AI 100 Knowledge Graph Ontology"@en ;
    schema:description "Local terms for modeling the Chief in AI 100 honoree directory: honoree categories, recognition tiers, and category membership."@en ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/" ;
    rdfs:label "Chief in AI 100 Ontology"@en ;
    rdfs:comment "Base class for the seven honoree categories, subclasses per category, and properties for tier and category membership."@en .

:HonoreeCategory a rdfs:Class ;
    rdfs:label "Honoree Category"@en ;
    rdfs:comment "One of the seven top-level categories the Chief in AI 100 list is organized into."@en ;
    rdfs:isDefinedBy : .


:AIGovernancePolicyResponsibleAICategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "AI Governance Policy & Responsible AI"@en ;
    rdfs:isDefinedBy : .

:AIInvestorsCategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "AI Investors"@en ;
    rdfs:isDefinedBy : .

:AIResearchAcademicLeadersCategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "AI Research & Academic Leaders"@en ;
    rdfs:isDefinedBy : .

:AIStartupFoundersCEOsCategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "AI Startup Founders & CEOs"@en ;
    rdfs:isDefinedBy : .

:BigTechAILeadershipCategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "Big Tech AI Leadership"@en ;
    rdfs:isDefinedBy : .

:EnterpriseChiefAIOfficersCategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "Enterprise Chief AI Officers"@en ;
    rdfs:isDefinedBy : .

:FrontierFoundationModelsCategory a rdfs:Class ;
    rdfs:subClassOf :HonoreeCategory ;
    rdfs:label "Frontier & Foundation Models"@en ;
    rdfs:isDefinedBy : .

:honoreeCount a rdf:Property ;
    rdfs:label "honoree count"@en ;
    rdfs:comment "Number of honorees listed under a given honoree category."@en ;
    rdfs:domain :HonoreeCategory ;
    rdfs:range xsd:integer ;
    rdfs:isDefinedBy : .

:inCategory a rdf:Property ;
    rdfs:label "in category"@en ;
    rdfs:comment "Links an honoree (schema:Person) to the honoree category they are listed under."@en ;
    rdfs:domain schema:Person ;
    rdfs:range :HonoreeCategory ;
    rdfs:isDefinedBy : .

:categoryHasHonoree a rdf:Property ;
    rdfs:label "category has honoree"@en ;
    rdfs:comment "Inverse of :inCategory - links a honoree category to a member honoree."@en ;
    rdfs:domain :HonoreeCategory ;
    rdfs:range schema:Person ;
    owl:inverseOf :inCategory ;
    rdfs:isDefinedBy : .

:honoreeTier a rdf:Property ;
    rdfs:label "honoree tier"@en ;
    rdfs:comment "Links an honoree to their Chief in AI 100 recognition tier (Icon, Anchor, or Builder)."@en ;
    rdfs:domain schema:Person ;
    rdfs:range :RecognitionTier ;
    rdfs:isDefinedBy : .

:RecognitionTier a rdfs:Class ;
    rdfs:label "Recognition Tier"@en ;
    rdfs:comment "One of the three Chief in AI 100 recognition tiers: Icon, Anchor, Builder."@en ;
    rdfs:isDefinedBy : .

:iconTier a :RecognitionTier ;
    schema:name "Icon"@en ;
    schema:description "The highest recognition tier for a Chief in AI 100 honoree, denoting a defining, field-shaping figure."@en ;
    rdfs:isDefinedBy : .

:anchorTier a :RecognitionTier ;
    schema:name "Anchor"@en ;
    schema:description "A recognition tier for a Chief in AI 100 honoree denoting an established, high-influence leader."@en ;
    rdfs:isDefinedBy : .

:builderTier a :RecognitionTier ;
    schema:name "Builder"@en ;
    schema:description "A recognition tier for a Chief in AI 100 honoree denoting a hands-on operator or technical leader driving execution."@en ;
    rdfs:isDefinedBy : .

#################################################################
# Publishers
#################################################################

:aiBuildersNetworkOrg a schema:Organization ;
    schema:name "AI Builders Network"@en ;
    schema:url <https://aibuildersnetwork.org/> .

:chiefInAIOrg a schema:Organization ;
    schema:name "Chief in AI"@en .

#################################################################
# Organizations (Honoree Affiliations)
#################################################################

<http://dbpedia.org/resource/Advanced_Micro_Devices> a schema:Organization ;
    schema:name "AMD"@en .

:abridgeOrg a schema:Organization ;
    schema:name "Abridge"@en .

<http://dbpedia.org/resource/Accenture> a schema:Organization ;
    schema:name "Accenture"@en .

:adaptionLabsOrg a schema:Organization ;
    schema:name "Adaption Labs"@en .

:airStreetCapitalOrg a schema:Organization ;
    schema:name "Air Street Capital"@en .

<http://dbpedia.org/resource/Amazon_Web_Services> a schema:Organization ;
    schema:name "Amazon Web Services"@en .

<http://dbpedia.org/resource/American_Express> a schema:Organization ;
    schema:name "American Express"@en .

<http://dbpedia.org/resource/Andreessen_Horowitz> a schema:Organization ;
    schema:name "Andreessen Horowitz"@en .

<http://dbpedia.org/resource/Anthropic> a schema:Organization ;
    schema:name "Anthropic"@en .

:anysphereOrg a schema:Organization ;
    schema:name "Anysphere"@en .

<http://dbpedia.org/resource/Apple_Inc.> a schema:Organization ;
    schema:name "Apple"@en .

:bmoFinancialGroupOrg a schema:Organization ;
    schema:name "BMO Financial Group"@en .

<http://dbpedia.org/resource/California_Institute_of_Technology> a schema:Organization ;
    schema:name "California Institute of Technology"@en .

<http://dbpedia.org/resource/Carnegie_Mellon_University> a schema:Organization ;
    schema:name "Carnegie Mellon University"@en .

<http://dbpedia.org/resource/Center_for_Security_and_Emerging_Technology> a schema:Organization ;
    schema:name "Center for Security and Emerging Technology, Georgetown University"@en .

:cognitionOrg a schema:Organization ;
    schema:name "Cognition"@en .

<http://dbpedia.org/resource/Cohere> a schema:Organization ;
    schema:name "Cohere"@en .

<http://dbpedia.org/resource/Colgate-Palmolive> a schema:Organization ;
    schema:name "Colgate-Palmolive"@en .

:convictionOrg a schema:Organization ;
    schema:name "Conviction"@en .

:cowboyVenturesOrg a schema:Organization ;
    schema:name "Cowboy Ventures"@en .

:credoAiOrg a schema:Organization ;
    schema:name "Credo AI"@en .

<http://dbpedia.org/resource/Databricks> a schema:Organization ;
    schema:name "Databricks"@en .

:decagonOrg a schema:Organization ;
    schema:name "Decagon"@en .

:deeplearningAiOrg a schema:Organization ;
    schema:name "DeepLearning.AI"@en .

<http://dbpedia.org/resource/Dell_Technologies> a schema:Organization ;
    schema:name "Dell Technologies"@en .

:digitalRightsFoundationOrg a schema:Organization ;
    schema:name "Digital Rights Foundation"@en .

:duloTechnologiesOrg a schema:Organization ;
    schema:name "Dulo Technologies"@en .

:ellisAlicanteOrg a schema:Organization ;
    schema:name "ELLIS Alicante"@en .

:elevenlabsOrg a schema:Organization ;
    schema:name "ElevenLabs"@en .

:eliseaiOrg a schema:Organization ;
    schema:name "EliseAI"@en .

<http://dbpedia.org/resource/Expedia_Group> a schema:Organization ;
    schema:name "Expedia Group"@en .

:fpvVenturesOrg a schema:Organization ;
    schema:name "FPV Ventures"@en .

:fireworksOrg a schema:Organization ;
    schema:name "Fireworks"@en .

:frenchMinistryForForeignAffairsOrg a schema:Organization ;
    schema:name "French Ministry for Foreign Affairs"@en .

:generalCatalystOrg a schema:Organization ;
    schema:name "General Catalyst"@en .

:glasswingVenturesOrg a schema:Organization ;
    schema:name "Glasswing Ventures"@en .

:gleanOrg a schema:Organization ;
    schema:name "Glean"@en .

<http://dbpedia.org/resource/Goldman_Sachs> a schema:Organization ;
    schema:name "Goldman Sachs"@en .

<http://dbpedia.org/resource/Google_DeepMind> a schema:Organization ;
    schema:name "Google DeepMind"@en .

:harveyOrg a schema:Organization ;
    schema:name "Harvey"@en .

:humaneIntelligencePbcOrg a schema:Organization ;
    schema:name "Humane Intelligence PBC"@en .

:instituteForAdvancedStudyOrg a schema:Organization ;
    schema:name "Institute for Advanced Study"@en .

<http://dbpedia.org/resource/International_Telecommunication_Union> a schema:Organization ;
    schema:name "International Telecommunication Union"@en .

<http://dbpedia.org/resource/JPMorgan_Chase> a schema:Organization ;
    schema:name "JPMorganChase"@en .

<http://dbpedia.org/resource/Khosla_Ventures> a schema:Organization ;
    schema:name "Khosla Ventures"@en .

:lelapaAiOrg a schema:Organization ;
    schema:name "Lelapa AI"@en .

:luminanceOrg a schema:Organization ;
    schema:name "Luminance"@en .

:mitAbdulLatifJameelClinicForMachineLearningInHealthOrg a schema:Organization ;
    schema:name "MIT Abdul Latif Jameel Clinic for Machine Learning in Health"@en .

:mitComputerScienceAndArtificialIntelligenceLaboratoryOrg a schema:Organization ;
    schema:name "MIT Computer Science and Artificial Intelligence Laboratory"@en .

:massGeneralBrighamOrg a schema:Organization ;
    schema:name "Mass General Brigham"@en .

<http://dbpedia.org/resource/Mastercard> a schema:Organization ;
    schema:name "Mastercard"@en .

:mcmillanaiOrg a schema:Organization ;
    schema:name "McMillanAI"@en .

<http://dbpedia.org/resource/Mercedes-Benz_Group> a schema:Organization ;
    schema:name "Mercedes-Benz Group"@en .

<http://dbpedia.org/resource/Meta_Platforms> a schema:Organization ;
    schema:name "Meta Platforms"@en .

<http://dbpedia.org/resource/Microsoft> a schema:Organization ;
    schema:name "Microsoft"@en .

<http://dbpedia.org/resource/Mila_(research_institute)> a schema:Organization ;
    schema:name "Mila"@en .

<http://dbpedia.org/resource/Mistral_AI> a schema:Organization ;
    schema:name "Mistral AI"@en .

:monteCarloOrg a schema:Organization ;
    schema:name "Monte Carlo"@en .

<http://dbpedia.org/resource/Nvidia> a schema:Organization ;
    schema:name "NVIDIA"@en .

<http://dbpedia.org/resource/OpenAI> a schema:Organization ;
    schema:name "OpenAI"@en .

<http://dbpedia.org/resource/Paramount_Skydance> a schema:Organization ;
    schema:name "Paramount"@en .

<http://dbpedia.org/resource/PepsiCo> a schema:Organization ;
    schema:name "PepsiCo"@en .

<http://www.wikidata.org/entity/Q124333951> a schema:Organization ;
    schema:name "Perplexity"@en .

:pigmentOrg a schema:Organization ;
    schema:name "Pigment"@en .

:pikaOrg a schema:Organization ;
    schema:name "Pika"@en .

:runwayOrg a schema:Organization ;
    schema:name "Runway"@en .

<http://dbpedia.org/resource/S%26P_Global> a schema:Organization ;
    schema:name "S&P Global"@en .

<http://dbpedia.org/resource/SAP> a schema:Organization ;
    schema:name "SAP"@en .

:safeSuperintelligenceOrg a schema:Organization ;
    schema:name "Safe Superintelligence"@en .

<http://dbpedia.org/resource/Salesforce> a schema:Organization ;
    schema:name "Salesforce"@en .

<http://dbpedia.org/resource/Schneider_Electric> a schema:Organization ;
    schema:name "Schneider Electric"@en .

:scribeOrg a schema:Organization ;
    schema:name "Scribe"@en .

<http://dbpedia.org/resource/Sequoia_Capital> a schema:Organization ;
    schema:name "Sequoia Capital"@en .

:sierraOrg a schema:Organization ;
    schema:name "Sierra"@en .

<http://dbpedia.org/resource/Stanford_University> a schema:Organization ;
    schema:name "Stanford University"@en .

:thinkingMachinesLabOrg a schema:Organization ;
    schema:name "Thinking Machines Lab"@en .

:togetherAiOrg a schema:Organization ;
    schema:name "Together AI"@en .

:ukAiSecurityInstituteOrg a schema:Organization ;
    schema:name "UK AI Security Institute"@en .

<http://dbpedia.org/resource/United_States_Department_of_Energy> a schema:Organization ;
    schema:name "United States Department of Energy"@en .

<http://dbpedia.org/resource/University_of_California,_Berkeley> a schema:Organization ;
    schema:name "University of California, Berkeley"@en .

<http://dbpedia.org/resource/University_of_Toronto> a schema:Organization ;
    schema:name "University of Toronto"@en .

<http://dbpedia.org/resource/Walmart> a schema:Organization ;
    schema:name "Walmart"@en .

:worldLabsOrg a schema:Organization ;
    schema:name "World Labs"@en .

:writerOrg a schema:Organization ;
    schema:name "Writer"@en .

<http://dbpedia.org/resource/EBay> a schema:Organization ;
    schema:name "eBay"@en .

#################################################################
# Honoree Category Instances
#################################################################

:govCategoryInstance a :AIGovernancePolicyResponsibleAICategory ;
    schema:name "AI Governance Policy & Responsible AI"@en ;
    schema:description "Executives and public-interest leaders shaping AI governance, safety policy and responsible-AI practice."@en ;
    :honoreeCount 9 ;
    schema:isPartOf : .

:invCategoryInstance a :AIInvestorsCategory ;
    schema:name "AI Investors"@en ;
    schema:description "Venture investors whose capital and theses shape which AI companies scale."@en ;
    :honoreeCount 10 ;
    schema:isPartOf : .

:resCategoryInstance a :AIResearchAcademicLeadersCategory ;
    schema:name "AI Research & Academic Leaders"@en ;
    schema:description "University and lab researchers advancing the scientific foundations of AI."@en ;
    :honoreeCount 12 ;
    schema:isPartOf : .

:startupCategoryInstance a :AIStartupFoundersCEOsCategory ;
    schema:name "AI Startup Founders & CEOs"@en ;
    schema:description "Founders and CEOs building category-defining AI-native startups."@en ;
    :honoreeCount 20 ;
    schema:isPartOf : .

:bigtechCategoryInstance a :BigTechAILeadershipCategory ;
    schema:name "Big Tech AI Leadership"@en ;
    schema:description "Executives leading AI strategy and engineering inside the largest technology companies."@en ;
    :honoreeCount 15 ;
    schema:isPartOf : .

:caioCategoryInstance a :EnterpriseChiefAIOfficersCategory ;
    schema:name "Enterprise Chief AI Officers"@en ;
    schema:description "Chief AI Officers and equivalent enterprise leaders deploying AI at scale inside large, often regulated, companies."@en ;
    :honoreeCount 20 ;
    schema:isPartOf : .

:frontierCategoryInstance a :FrontierFoundationModelsCategory ;
    schema:name "Frontier & Foundation Models"@en ;
    schema:description "Founders and scientists building the frontier foundation-model labs."@en ;
    :honoreeCount 14 ;
    schema:isPartOf : .

#################################################################
# Honorees
#################################################################

:alondraNelson a schema:Person ;
    schema:name "Alondra Nelson"@en ;
    schema:jobTitle "Harold F. Linder Professor, Institute for Advanced Study"@en ;
    schema:affiliation :instituteForAdvancedStudyOrg ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Professor at the Institute for Advanced Study and architect of the White House Blueprint for an AI Bill of Rights (as deputy assistant to the President and acting director of OSTP). A premier US science-policy leader and TIME100 AI honoree."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/alondra-nelson> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/alondra-nelson" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/alondra-nelson> .

:claraChappaz a schema:Person ;
    schema:name "Clara Chappaz"@en ;
    schema:jobTitle "Ambassador for Digital Affairs & AI, French Ministry for Foreign Affairs"@en ;
    schema:affiliation :frenchMinistryForForeignAffairsOrg ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "France's Ambassador for Digital Affairs and Artificial Intelligence since December 2025, and previously the country's first AI minister - Minister Delegate for AI and Digital Affairs until October 2025. A TIME100 AI honoree who came to government from leading La French Tech; in office she launched INESIA, France's AI evaluation and safety institute, and the Dare AI plan. A central figure on the European AI-summit circuit."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/clara-chappaz> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/clara-chappaz" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/clara-chappaz> .

:doreenBogdanMartin a schema:Person ;
    schema:name "Doreen Bogdan-Martin"@en ;
    schema:jobTitle "Secretary-General, ITU (UN)"@en ;
    schema:affiliation <http://dbpedia.org/resource/International_Telecommunication_Union> ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Secretary-General of the ITU (the UN's digital agency) - the first woman to lead it - and a driving force behind the UN's push to put AI capacity and governance on the global agenda. Hosts and keynotes the AI for Good Global Summit."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/doreen-bogdan-martin> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/doreen-bogdan-martin" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/doreen-bogdan-martin> .

:helenToner a schema:Person ;
    schema:name "Helen Toner"@en ;
    schema:jobTitle "Executive Director, CSET (Georgetown)"@en ;
    schema:affiliation <http://dbpedia.org/resource/Center_for_Security_and_Emerging_Technology> ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Executive director of Georgetown's Center for Security and Emerging Technology (CSET), one of the most influential US AI-policy analysts and a former OpenAI board member. A frequent Congressional witness on frontier AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/helen-toner> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/helen-toner" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/helen-toner> .

:jadeLeung a schema:Person ;
    schema:name "Jade Leung"@en ;
    schema:jobTitle "CTO / PM AI adviser, UK AI Security Institute"@en ;
    schema:affiliation :ukAiSecurityInstituteOrg ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "CTO of the UK AI Security Institute and an AI adviser to the Prime Minister, designing frontier-model evaluations for the UK government. Previously led governance at OpenAI; a RSAC 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jade-leung> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jade-leung" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jade-leung> .

:nighatDad a schema:Person ;
    schema:name "Nighat Dad"@en ;
    schema:jobTitle "Founder & Executive Director, Digital Rights Foundation"@en ;
    schema:affiliation :digitalRightsFoundationOrg ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Founder and executive director of the Digital Rights Foundation and a former member of the UN Secretary-General's High-Level Advisory Body on AI - a leading Global-South voice on digital rights and AI governance, and a member of Meta's Oversight Board. A HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/nighat-dad> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/nighat-dad" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/nighat-dad> .

:rummanChowdhury a schema:Person ;
    schema:name "Rumman Chowdhury"@en ;
    schema:jobTitle "CEO & Founder, Humane Intelligence PBC"@en ;
    schema:affiliation :humaneIntelligencePbcOrg ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Founder of Humane Intelligence - now Distinguished Advisor to the nonprofit and CEO of its spinoff Humane Intelligence PBC - and a former US Science Envoy for AI. A pioneer of algorithmic auditing and AI red-teaming (ex-Twitter META lead); one of the most-booked responsible-AI keynote speakers, headlining AI for Good 2026."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/rumman-chowdhury> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/rumman-chowdhury" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/rumman-chowdhury> .

:yoshuaBengio a schema:Person ;
    schema:name "Yoshua Bengio"@en ;
    schema:jobTitle "Founder & Scientific Advisor, LawZero & Mila"@en ;
    schema:affiliation <http://dbpedia.org/resource/Mila_(research_institute)> ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Turing Award laureate and chair of the international AI Safety Report, the flagship 30-nation scientific assessment. Founder and scientific advisor of Mila and founder of the nonprofit safe-AI lab LawZero; among the most influential scientists in AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/yoshua-bengio> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/yoshua-bengio" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/yoshua-bengio> .

:zicoKolter a schema:Person ;
    schema:name "Zico Kolter"@en ;
    schema:jobTitle "Professor & Director, ML Dept, CMU; OpenAI board; Chief Scientist, Gray Swan AI"@en ;
    schema:affiliation <http://dbpedia.org/resource/Carnegie_Mellon_University> ;
    :inCategory :govCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief Scientist of Gray Swan AI, a member of OpenAI's board, and a Carnegie Mellon professor - a leading AI-safety researcher-executive bridging red-teaming research and governance. A World Summit AI 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/zico-kolter> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/zico-kolter" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/zico-kolter> .

:aileenLee a schema:Person ;
    schema:name "Aileen Lee"@en ;
    schema:jobTitle "Founder & Managing Partner, Cowboy Ventures"@en ;
    schema:affiliation :cowboyVenturesOrg ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Founder and Managing Partner of Cowboy Ventures, who coined the term 'unicorn' and co-founded All Raise to advance women in venture. A leading seed investor with decades of experience, a deep rolodex and a prolific public speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/aileen-lee> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/aileen-lee" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/aileen-lee> .

:hemantTaneja a schema:Person ;
    schema:name "Hemant Taneja"@en ;
    schema:jobTitle "CEO & Managing Director, General Catalyst"@en ;
    schema:affiliation :generalCatalystOrg ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "CEO and Managing Director of General Catalyst, which he built into a top global fund investing on a 'responsible innovation' thesis with a strong health and enterprise-AI focus. Author of 'Intended Consequences'; a CES 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/hemant-taneja> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/hemant-taneja" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/hemant-taneja> .

:jenniferLi a schema:Person ;
    schema:name "Jennifer Li"@en ;
    schema:jobTitle "General Partner, a16z"@en ;
    schema:affiliation <http://dbpedia.org/resource/Andreessen_Horowitz> ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "General Partner at Andreessen Horowitz, where she leads AI-infrastructure investing and sits on the boards of ElevenLabs, fal and Mux. One of the most active infra investors and a HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jennifer-li> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jennifer-li" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jennifer-li> .

:martinCasado a schema:Person ;
    schema:name "Martin Casado"@en ;
    schema:jobTitle "General Partner, a16z"@en ;
    schema:affiliation <http://dbpedia.org/resource/Andreessen_Horowitz> ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "General Partner at Andreessen Horowitz and one of the most influential - and outspoken - infrastructure/AI investors. Previously founded Nicira (a networking pioneer); a prolific, opinionated stage and social presence."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/martin-casado> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/martin-casado" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/martin-casado> .

:nathanBenaich a schema:Person ;
    schema:name "Nathan Benaich"@en ;
    schema:jobTitle "Founder & GP, Air Street Capital"@en ;
    schema:affiliation :airStreetCapitalOrg ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Founder and General Partner of Air Street Capital and author of the industry-standard annual 'State of AI Report'. Runs Europe's largest solo-GP fund; hosts and keynotes the Research and Applied AI Summit."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/nathan-benaich> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/nathan-benaich" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/nathan-benaich> .

:pegahEbrahimi a schema:Person ;
    schema:name "Pegah Ebrahimi"@en ;
    schema:jobTitle "Co-founder & Managing Partner, FPV Ventures"@en ;
    schema:affiliation :fpvVenturesOrg ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and Managing Partner of FPV Ventures, backing mission-driven AI founders. Previously COO of Morgan Stanley's technology investment banking and a Cisco executive; a HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/pegah-ebrahimi> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/pegah-ebrahimi" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/pegah-ebrahimi> .

:rudinaSeseri a schema:Person ;
    schema:name "Rudina Seseri"@en ;
    schema:jobTitle "Founder & Managing Partner, Glasswing Ventures"@en ;
    schema:affiliation :glasswingVenturesOrg ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Founder and Managing Partner of Glasswing Ventures, a first-capital-in investor in AI-native and Frontier Tech startups transforming B2B and cybersecurity markets. A frequent AI-strategy speaker and a 100 Women in AI honoree."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/rudina-seseri> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/rudina-seseri" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/rudina-seseri> .

:sarahGuo a schema:Person ;
    schema:name "Sarah Guo"@en ;
    schema:jobTitle "Founder & General Partner, Conviction"@en ;
    schema:affiliation :convictionOrg ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Founder and General Partner of Conviction, a top AI-native venture firm. Previously a Greylock GP; made her Midas List debut in 2026. A HumanX and RSAC 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/sarah-guo> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/sarah-guo" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/sarah-guo> .

:sonyaHuang a schema:Person ;
    schema:name "Sonya Huang"@en ;
    schema:jobTitle "Partner, Sequoia Capital"@en ;
    schema:affiliation <http://dbpedia.org/resource/Sequoia_Capital> ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Partner at Sequoia Capital and author of its canonical generative-AI essays ('Generative AI's Act Two', the AI-agent thesis); led investments in OpenAI, Hugging Face and LangChain. Keynoted Sequoia's AI Ascent 2026."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/sonya-huang> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/sonya-huang" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/sonya-huang> .

:vinodKhosla a schema:Person ;
    schema:name "Vinod Khosla"@en ;
    schema:jobTitle "Founder, Khosla Ventures"@en ;
    schema:affiliation <http://dbpedia.org/resource/Khosla_Ventures> ;
    :inCategory :invCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Founder of Khosla Ventures and the earliest institutional backer of OpenAI. A Sun Microsystems co-founder turned prolific, provocative AI-future investor and essayist; a keynote at the India AI Impact Summit and Cerebral Valley 2026."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/vinod-khosla> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/vinod-khosla" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/vinod-khosla> .

:ancaDragan a schema:Person ;
    schema:name "Anca Dragan"@en ;
    schema:jobTitle "VP, AI Safety, Alignment & Collaboration, Google DeepMind"@en ;
    schema:affiliation <http://dbpedia.org/resource/Google_DeepMind> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "VP of AI Safety, Alignment and Collaboration at Google DeepMind and an associate professor at UC Berkeley (currently on leave), a leading authority on human-AI interaction and alignment - bringing the safety-research perspective from inside a frontier lab."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/anca-dragan> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/anca-dragan" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/anca-dragan> .

:andrewNg a schema:Person ;
    schema:name "Andrew Ng"@en ;
    schema:jobTitle "Founder, DeepLearning.AI; Managing General Partner, AI Fund"@en ;
    schema:affiliation :deeplearningAiOrg ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Founder of DeepLearning.AI and managing general partner of AI Fund; co-founder of Coursera and Google Brain. The field's foremost builder-educator, whose courses trained millions; a HumanX and Ai4 2026 speaker and a top outreach target."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/andrew-ng> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/andrew-ng" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/andrew-ng> .

:animaAnandkumar a schema:Person ;
    schema:name "Anima Anandkumar"@en ;
    schema:jobTitle "Bren Professor, Caltech"@en ;
    schema:affiliation <http://dbpedia.org/resource/California_Institute_of_Technology> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Bren Professor at Caltech (previously a senior director of ML research at NVIDIA), a leader in AI-for-science and tensor methods and a TIME100 AI Impact honoree. Also a prominent advocate for women in AI (she led the NIPS→NeurIPS renaming)."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/anima-anandkumar> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/anima-anandkumar" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/anima-anandkumar> .

:chelseaFinn a schema:Person ;
    schema:name "Chelsea Finn"@en ;
    schema:jobTitle "Assistant Professor, Stanford; Co-Founder, Physical Intelligence"@en ;
    schema:affiliation <http://dbpedia.org/resource/Stanford_University> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Assistant Professor at Stanford and co-founder of Physical Intelligence, a leader in robot learning and meta-learning and one of the field's rising marquee researchers building robotics foundation models."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/chelsea-finn> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/chelsea-finn" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/chelsea-finn> .

:danielaRus a schema:Person ;
    schema:name "Daniela Rus"@en ;
    schema:jobTitle "Director, MIT CSAIL"@en ;
    schema:affiliation :mitComputerScienceAndArtificialIntelligenceLaboratoryOrg ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Director of MIT CSAIL, the largest research lab at MIT, and a world-leading roboticist advancing 'physical AI' and liquid neural networks. A frequent keynote at MIT's Imagination in Action and beyond."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/daniela-rus> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/daniela-rus" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/daniela-rus> .

:geoffreyHinton a schema:Person ;
    schema:name "Geoffrey Hinton"@en ;
    schema:jobTitle "Professor Emeritus, University of Toronto"@en ;
    schema:affiliation <http://dbpedia.org/resource/University_of_Toronto> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "The 'godfather of AI', Turing Award laureate and Nobel laureate (Physics, 2024) whose work on backpropagation and deep learning underpins the field. A University of Toronto professor emeritus and prominent voice on AI risk; an Ai4 2026 keynote."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/geoffrey-hinton> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/geoffrey-hinton" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/geoffrey-hinton> .

:nuriaOliver a schema:Person ;
    schema:name "Nuria Oliver"@en ;
    schema:jobTitle "Scientific Director & Co-Founder, ELLIS Alicante; VP, ELLIS"@en ;
    schema:affiliation :ellisAlicanteOrg ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and director of ELLIS Alicante, Europe's human-centric AI lab, and a vice-president of the ELLIS network; winner of Spain's 2025 National Research Award and a member of the international AI-safety panel. An AI for Good 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/nuria-oliver> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/nuria-oliver" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/nuria-oliver> .

:percyLiang a schema:Person ;
    schema:name "Percy Liang"@en ;
    schema:jobTitle "Professor of Computer Science & Director, CRFM, Stanford"@en ;
    schema:affiliation <http://dbpedia.org/resource/Stanford_University> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Professor at Stanford (promoted from Associate Professor in 2026) and director of the Center for Research on Foundation Models (CRFM), leading foundation-model transparency and evaluation (the HELM benchmark) and open science - a clean, safety-and-transparency-positive research leader."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/percy-liang> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/percy-liang" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/percy-liang> .

:pieterAbbeel a schema:Person ;
    schema:name "Pieter Abbeel"@en ;
    schema:jobTitle "Professor, UC Berkeley; leads Frontier AI & Robotics, Amazon"@en ;
    schema:affiliation <http://dbpedia.org/resource/University_of_California,_Berkeley> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Professor at UC Berkeley, host of 'The Robot Brains' podcast, and a leader of frontier robotics and reinforcement learning who now leads Amazon's Frontier AI & Robotics organization. A gifted explainer of physical AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/pieter-abbeel> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/pieter-abbeel" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/pieter-abbeel> .

:reginaBarzilay a schema:Person ;
    schema:name "Regina Barzilay"@en ;
    schema:jobTitle "School of Engineering Distinguished Professor for AI & Health; AI Faculty Lead, MIT Jameel Clinic"@en ;
    schema:affiliation :mitAbdulLatifJameelClinicForMachineLearningInHealthOrg ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "AI Faculty Lead at MIT's Jameel Clinic and a MacArthur Fellow, a pioneer of AI for drug discovery and early cancer detection. A TIME100 AI honoree delivering the 2026 Leiter Lecture."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/regina-barzilay> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/regina-barzilay" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/regina-barzilay> .

:sebastianThrun a schema:Person ;
    schema:name "Sebastian Thrun"@en ;
    schema:jobTitle "CEO, Dulo Technologies; Adjunct Professor, Stanford"@en ;
    schema:affiliation :duloTechnologiesOrg ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "CEO of Dulo Technologies and an adjunct professor at Stanford. Founder of Waymo (Google's self-driving project), Google X and Udacity - a pioneer of self-driving cars and AI education. An Ai4 2026 keynote speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/sebastian-thrun> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/sebastian-thrun" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/sebastian-thrun> .

:yejinChoi a schema:Person ;
    schema:name "Yejin Choi"@en ;
    schema:jobTitle "Professor, Stanford (MacArthur Fellow); Distinguished Scientist, NVIDIA"@en ;
    schema:affiliation <http://dbpedia.org/resource/Stanford_University> ;
    :inCategory :resCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Professor at Stanford and a Distinguished Scientist at NVIDIA, a MacArthur Fellow and leader in commonsense reasoning and natural-language processing - one of the most cited researchers bridging language models and reasoning."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/yejin-choi> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/yejin-choi" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/yejin-choi> .

:arvindJain a schema:Person ;
    schema:name "Arvind Jain"@en ;
    schema:jobTitle "Founder & CEO, Glean"@en ;
    schema:affiliation :gleanOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Founder and CEO of Glean, the enterprise AI platform valued at $7.2B. Previously co-founded Rubrik; a frequent enterprise-AI keynote speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/arvind-jain> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/arvind-jain" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/arvind-jain> .

:barrMoses a schema:Person ;
    schema:name "Barr Moses"@en ;
    schema:jobTitle "Co-founder & CEO, Monte Carlo AI"@en ;
    schema:affiliation :monteCarloOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Monte Carlo, the agent trust platform, whose customers accelerate their AI transformation from piloting human-guided agents to deploying fully autonomous operations at enterprise scale. Backed by Accel, GGV Capital, ICONIQ Growth and Redpoint Ventures. A Databricks Data+AI Summit 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/barr-moses> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/barr-moses" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/barr-moses> .

:bretTaylor a schema:Person ;
    schema:name "Bret Taylor"@en ;
    schema:jobTitle "Co-founder & CEO, Sierra"@en ;
    schema:affiliation :sierraOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Sierra, the conversational-AI agent platform for customer experience, and chair of OpenAI's board. Previously co-CEO of Salesforce, CEO of Quip and CTO of Facebook - an elite operator-founder. A HumanX and Cerebral Valley 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/bret-taylor> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/bret-taylor" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/bret-taylor> .

:cristobalValenzuela a schema:Person ;
    schema:name "Cristóbal Valenzuela"@en ;
    schema:jobTitle "Co-founder & co-CEO, Runway"@en ;
    schema:affiliation :runwayOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and co-CEO of Runway, the generative-AI video and world-model pioneer used across film and creative work, valued in the billions. One of the most prolific voices in creative AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/cristobal-valenzuela> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/cristobal-valenzuela" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/cristobal-valenzuela> .

:demiGuo a schema:Person ;
    schema:name "Demi Guo"@en ;
    schema:jobTitle "Co-founder & CEO, Pika"@en ;
    schema:affiliation :pikaOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and CEO of Pika, the fast-scaling generative-AI video platform for creators; a Forbes AI 50 company. A HumanX 2026 speaker and a prominent young woman founder in creative AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/demi-guo> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/demi-guo" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/demi-guo> .

:eleanorLightbody a schema:Person ;
    schema:name "Eleanor Lightbody"@en ;
    schema:jobTitle "CEO, Luminance"@en ;
    schema:affiliation :luminanceOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "CEO of Luminance, the 'legal-grade' AI platform automating contract review, negotiation and analysis, which raised a major 2026 round. A Cerebral Valley London 2026 speaker and one of the most prominent women CEOs in enterprise AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/eleanor-lightbody> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/eleanor-lightbody" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/eleanor-lightbody> .

:eleonoreCrespo a schema:Person ;
    schema:name "Eléonore Crespo"@en ;
    schema:jobTitle "Co-founder & co-CEO, Pigment"@en ;
    schema:affiliation :pigmentOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and co-CEO of Pigment, the AI-native enterprise business-planning and forecasting platform (a European unicorn). A HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/eleonore-crespo> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/eleonore-crespo" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/eleonore-crespo> .

:jenniferSmith a schema:Person ;
    schema:name "Jennifer Smith"@en ;
    schema:jobTitle "Co-founder & CEO, Scribe"@en ;
    schema:affiliation :scribeOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and CEO of Scribe, the Specialized Intelligence platform trusted by over 7 million people and 94% of the Fortune 500 - capturing how work gets done and turning it into the firm's own compounding IP. Previously at McKinsey and Greylock; a HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jennifer-smith> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jennifer-smith" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jennifer-smith> .

:jesseZhang a schema:Person ;
    schema:name "Jesse Zhang"@en ;
    schema:jobTitle "Co-founder & CEO, Decagon"@en ;
    schema:affiliation :decagonOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and CEO of Decagon, the AI customer-service 'concierge' agent platform whose ARR tripled into a multibillion-dollar valuation. A Cerebral Valley 2026 speaker and a leading name in enterprise agents."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jesse-zhang> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jesse-zhang" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jesse-zhang> .

:linQiao a schema:Person ;
    schema:name "Lin Qiao"@en ;
    schema:jobTitle "Co-founder & CEO, Fireworks"@en ;
    schema:affiliation :fireworksOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Fireworks, the platform for specialized intelligence enabling companies like Uber and Shopify to train and serve custom models. Before founding Fireworks, she was the co-creator and head of Meta's PyTorch."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/lin-qiao> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/lin-qiao" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/lin-qiao> .

:matiStaniszewski a schema:Person ;
    schema:name "Mati Staniszewski"@en ;
    schema:jobTitle "Co-founder & CEO, ElevenLabs"@en ;
    schema:affiliation :elevenlabsOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of ElevenLabs, the category-leading AI voice and voice-agent platform, valued in the billions. A Web Summit Doha 2026 keynote speaker who also runs the ElevenLabs summit series."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/mati-staniszewski> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/mati-staniszewski" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/mati-staniszewski> .

:mayHabib a schema:Person ;
    schema:name "May Habib"@en ;
    schema:jobTitle "Co-founder & CEO, Writer"@en ;
    schema:affiliation :writerOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Writer, the full-stack enterprise generative-AI platform (models plus agents) used by large enterprises. A repeat founder and one of the most prominent women building enterprise AI; a HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/may-habib> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/may-habib" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/may-habib> .

:michaelTruell a schema:Person ;
    schema:name "Michael Truell"@en ;
    schema:jobTitle "Co-founder & CEO, Anysphere (Cursor)"@en ;
    schema:affiliation :anysphereOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Anysphere, maker of Cursor - the AI-native code editor that became one of the fastest-growing developer tools in the category and a landmark revenue story. A defining figure of the agentic-coding wave."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/michael-truell> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/michael-truell" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/michael-truell> .

:minnaSong a schema:Person ;
    schema:name "Minna Song"@en ;
    schema:jobTitle "Founder & CEO, EliseAI"@en ;
    schema:affiliation :eliseaiOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Founder and CEO of EliseAI, the conversational-AI platform automating leasing and resident operations in housing and now expanding into healthcare, with ~$100M ARR and a $2.2B+ valuation. A 2026 CNBC Changemaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/minna-song> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/minna-song" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/minna-song> .

:navrinaSingh a schema:Person ;
    schema:name "Navrina Singh"@en ;
    schema:jobTitle "Founder & CEO, Credo AI"@en ;
    schema:affiliation :credoAiOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Founder and CEO of Credo AI, the enterprise AI-governance platform. A WEF Young Global Leader; a HumanX 2026 and WEF Davos 2026 speaker on AI trust and guardrails."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/navrina-singh> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/navrina-singh" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/navrina-singh> .

:pelonomiMoiloa a schema:Person ;
    schema:name "Pelonomi Moiloa"@en ;
    schema:jobTitle "Co-founder & CEO, Lelapa AI"@en ;
    schema:affiliation :lelapaAiOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Lelapa AI, building Africa's multilingual LLMs (InkubaLM) for low-resource languages - a TIME100 AI honoree and a leading voice for inclusive, Global-South AI. Speaks at MWC Kigali, TED AI and AI for Good."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/pelonomi-moiloa> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/pelonomi-moiloa" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/pelonomi-moiloa> .

:scottWu a schema:Person ;
    schema:name "Scott Wu"@en ;
    schema:jobTitle "Co-founder & CEO, Cognition (Devin)"@en ;
    schema:affiliation :cognitionOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Cognition, maker of Devin, the autonomous AI software engineer that defined the agentic-coding category, and now steward of Windsurf. A competitive-programming prodigy; among the most-watched founders of 2026."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/scott-wu> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/scott-wu" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/scott-wu> .

:shivRao a schema:Person ;
    schema:name "Shiv Rao"@en ;
    schema:jobTitle "Co-founder & CEO, Abridge"@en ;
    schema:affiliation :abridgeOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and CEO of Abridge, the ambient clinical-AI leader that drafts medical documentation from patient conversations, deployed across major health systems. A physician-founder; a Cerebral Valley Voice 2026 keynote speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/shiv-rao> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/shiv-rao" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/shiv-rao> .

:vipulVedPrakash a schema:Person ;
    schema:name "Vipul Ved Prakash"@en ;
    schema:jobTitle "Co-founder & CEO, Together AI"@en ;
    schema:affiliation :togetherAiOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Co-founder and CEO of Together AI, the GPU and inference cloud for building and running generative AI, valued in the billions. A serial founder; a HumanX 2026 and Milken 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/vipul-ved-prakash> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/vipul-ved-prakash" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/vipul-ved-prakash> .

:winstonWeinberg a schema:Person ;
    schema:name "Winston Weinberg"@en ;
    schema:jobTitle "Co-founder & CEO, Harvey"@en ;
    schema:affiliation :harveyOrg ;
    :inCategory :startupCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Harvey, the domain-specific AI for legal and professional services that scaled into 75% of the Am Law 100, reached a multibillion-dollar valuation, and emerged as the breakout vertical-AI company."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/winston-weinberg> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/winston-weinberg" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/winston-weinberg> .

:aliGhodsi a schema:Person ;
    schema:name "Ali Ghodsi"@en ;
    schema:jobTitle "Co-founder & CEO, Databricks"@en ;
    schema:affiliation <http://dbpedia.org/resource/Databricks> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Databricks, the data-and-AI platform (Mosaic AI, Agent Bricks) used across the enterprise. A former UC Berkeley adjunct professor and co-creator of Apache Spark; a HumanX 2026 and Data+AI Summit keynote voice."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/ali-ghodsi> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/ali-ghodsi" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/ali-ghodsi> .

:amarSubramanya a schema:Person ;
    schema:name "Amar Subramanya"@en ;
    schema:jobTitle "Vice President of AI, Apple"@en ;
    schema:affiliation <http://dbpedia.org/resource/Apple_Inc.> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Vice President of AI at Apple, leading its AI organization after the 2026 leadership reorg under Craig Federighi. Joined from Microsoft after 16 years at Google, where he led engineering for Gemini and previously Google Assistant; brings Apple's on-device, privacy-first AI perspective to the list."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/amar-subramanya> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/amar-subramanya" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/amar-subramanya> .

:claraShih a schema:Person ;
    schema:name "Clara Shih"@en ;
    schema:jobTitle "Founder & Exec. Director, New Work Foundation; Senior Advisor, Meta"@en ;
    schema:affiliation <http://dbpedia.org/resource/Meta_Platforms> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Senior Advisor at Meta, where she previously served as VP and Head of Business AI building AI agents for the 200M+ businesses across Meta's platforms. Founder of Hearsay Systems, former CEO of Salesforce AI, and now Founder and Executive Director of the New Work Foundation, focused on preparing workers for an AI-driven economy. A HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/clara-shih> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/clara-shih" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/clara-shih> .

:fidjiSimo a schema:Person ;
    schema:name "Fidji Simo"@en ;
    schema:jobTitle "CEO, AGI Deployment, OpenAI"@en ;
    schema:affiliation <http://dbpedia.org/resource/OpenAI> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "CEO of AGI Deployment at OpenAI, having previously served as CEO of Applications, where she ran product, consumer and business operations including ChatGPT. Earlier CEO of Instacart, which she took public, and a Meta executive. One of the most powerful women operators in AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/fidji-simo> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/fidji-simo" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/fidji-simo> .

:jensenHuang a schema:Person ;
    schema:name "Jensen Huang"@en ;
    schema:jobTitle "Founder & CEO, NVIDIA"@en ;
    schema:affiliation <http://dbpedia.org/resource/Nvidia> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Founder and CEO of NVIDIA and the compute kingmaker of the AI era: NVIDIA's GPUs and CUDA stack underpin essentially all frontier training. His GTC keynotes function as industry state-of-the-unions; among the most consequential executives in technology."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jensen-huang> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jensen-huang" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jensen-huang> .

:jonathanRoss a schema:Person ;
    schema:name "Jonathan Ross"@en ;
    schema:jobTitle "Chief Software Architect, NVIDIA"@en ;
    schema:affiliation <http://dbpedia.org/resource/Nvidia> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief Software Architect at NVIDIA. Previously founded and led Groq, where he pioneered LPU-based AI inference hardware, and earlier invented Google's Tensor Processing Unit (TPU) - one of the AI industry's most influential infrastructure architects, shaping next-generation AI compute and inference."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jonathan-ross> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jonathan-ross" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jonathan-ross> .

:kariBriski a schema:Person ;
    schema:name "Kari Briski"@en ;
    schema:jobTitle "VP Generative AI Software for Enterprise, NVIDIA"@en ;
    schema:affiliation <http://dbpedia.org/resource/Nvidia> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "VP of Generative AI Software at NVIDIA, shipping the enterprise agentic-AI developer stack (NIM microservices, NeMo). A hands-on platform leader who hosts frontier-model sessions at GTC; named to Fast Company's AI 20."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/kari-briski> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/kari-briski" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/kari-briski> .

:kevinScott a schema:Person ;
    schema:name "Kevin Scott"@en ;
    schema:jobTitle "CTO & EVP of AI, Microsoft"@en ;
    schema:affiliation <http://dbpedia.org/resource/Microsoft> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "CTO and EVP of AI at Microsoft, architect of the Microsoft - OpenAI partnership and owner of Microsoft's company-wide AI platform strategy. Author and podcast host focused on inclusive, opportunity-widening AI; a regular Microsoft Build voice."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/kevin-scott> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/kevin-scott" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/kevin-scott> .

:korayKavukcuoglu a schema:Person ;
    schema:name "Koray Kavukcuoglu"@en ;
    schema:jobTitle "Chief AI Architect Google / CTO GDM, Google / DeepMind"@en ;
    schema:affiliation <http://dbpedia.org/resource/Google_DeepMind> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief AI Architect at Google and CTO of Google DeepMind, the technical architect behind Gemini. Promoted to a Google-wide AI-architecture role; a core builder of the systems powering Google's models."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/koray-kavukcuoglu> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/koray-kavukcuoglu" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/koray-kavukcuoglu> .

:lilaIbrahim a schema:Person ;
    schema:name "Lila Ibrahim"@en ;
    schema:jobTitle "Chief AI Readiness Officer, Google DeepMind"@en ;
    schema:affiliation <http://dbpedia.org/resource/Google_DeepMind> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief AI Readiness Officer of Google DeepMind - a newly created role she moved into full-time in January 2026 after nearly eight years as COO - and the lab's public bridge on preparing society for frontier AI. TIME100 AI honoree; a frequent speaker at London Tech Week, Aspen and the WEF."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/lila-ibrahim> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/lila-ibrahim" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/lila-ibrahim> .

:lisaSu a schema:Person ;
    schema:name "Lisa Su"@en ;
    schema:jobTitle "Chair & CEO, AMD"@en ;
    schema:affiliation <http://dbpedia.org/resource/Advanced_Micro_Devices> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Chair and CEO of AMD, which she rebuilt into a genuine challenger in AI accelerators; TIME's CEO of the Year. An electrical engineer by training and one of the most admired operators in semiconductors, headlining CES 2026."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/lisa-su> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/lisa-su" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/lisa-su> .

:mattGarman a schema:Person ;
    schema:name "Matt Garman"@en ;
    schema:jobTitle "CEO, Amazon Web Services"@en ;
    schema:affiliation <http://dbpedia.org/resource/Amazon_Web_Services> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "CEO of Amazon Web Services, the cloud backbone of enterprise AI through Bedrock, SageMaker and the Trainium/Inferentia chips. A long-time AWS leader who ran its compute business before taking the top job; a HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/matt-garman> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/matt-garman" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/matt-garman> .

:sarahBird a schema:Person ;
    schema:name "Sarah Bird"@en ;
    schema:jobTitle "Chief Product Officer Responsible AI, Microsoft"@en ;
    schema:affiliation <http://dbpedia.org/resource/Microsoft> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief Product Officer of Responsible AI at Microsoft, owning responsible-AI product across Copilot and Azure. Founded Microsoft's FATE (fairness, accountability, transparency, ethics) research group; one of the most credible practitioner voices bridging safety and shipping product."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/sarah-bird> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/sarah-bird" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/sarah-bird> .

:silvioSavarese a schema:Person ;
    schema:name "Silvio Savarese"@en ;
    schema:jobTitle "EVP & Chief Scientist, Salesforce AI"@en ;
    schema:affiliation <http://dbpedia.org/resource/Salesforce> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "EVP and Chief Scientist of Salesforce AI, leading the research behind Agentforce. A Stanford professor known for foundational computer-vision work; also serves on the UN's Independent Scientific Panel on AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/silvio-savarese> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/silvio-savarese" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/silvio-savarese> .

:swamiSivasubramanian a schema:Person ;
    schema:name "Swami Sivasubramanian"@en ;
    schema:jobTitle "VP Agentic AI, AWS"@en ;
    schema:affiliation <http://dbpedia.org/resource/Amazon_Web_Services> ;
    :inCategory :bigtechCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "VP of Agentic AI at AWS, leading the agent portfolio around Amazon Bedrock. A long-time AWS machine-learning leader (ex-head of AI/ML services) and a fixture on the re:Invent keynote stage; named to Fast Company's AI 20."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/swami-sivasubramanian> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/swami-sivasubramanian" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/swami-sivasubramanian> .

:athinaKanioura a schema:Person ;
    schema:name "Athina Kanioura"@en ;
    schema:jobTitle "CEO, Latin America Foods & EVP, Chief Strategy & Transformation Officer, PepsiCo"@en ;
    schema:affiliation <http://dbpedia.org/resource/PepsiCo> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "EVP and Chief Strategy & Transformation Officer of PepsiCo (and CEO of its Latin America Foods unit), driving the company's AI-augmented operating model. Previously Accenture's Chief Analytics Officer; a Davos 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/athina-kanioura> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/athina-kanioura" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/athina-kanioura> .

:barakTurovsky a schema:Person ;
    schema:name "Barak Turovsky"@en ;
    schema:jobTitle "EVP & Head of Consumer AI, Paramount"@en ;
    schema:affiliation <http://dbpedia.org/resource/Paramount_Skydance> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "EVP and Head of Consumer AI at Paramount, leading AI across the media company's consumer products and experiences. Previously Chief AI Officer at General Motors and a Google product leader (Google Translate); a bridge between consumer-AI craft and large-scale enterprise deployment."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/barak-turovsky> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/barak-turovsky" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/barak-turovsky> .

:bertaRodriguezHervas a schema:Person ;
    schema:name "Berta Rodriguez-Hervas"@en ;
    schema:jobTitle "Senior Vice President, Enterprise AI Platforms, American Express"@en ;
    schema:affiliation <http://dbpedia.org/resource/American_Express> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Senior Vice President, Enterprise AI Platforms at American Express. Previously Chief AI & Analytics Officer at Pfizer, where she led enterprise AI and analytics and co-chaired the company's AI Council. Recognized for driving AI adoption at scale across highly regulated industries, from healthcare to financial services."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/berta-rodriguez-hervas> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/berta-rodriguez-hervas" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/berta-rodriguez-hervas> .

:bhaveshDayalji a schema:Person ;
    schema:name "Bhavesh Dayalji"@en ;
    schema:jobTitle "CEO, Kensho Technologies; Chief AI Officer, S&P Global"@en ;
    schema:affiliation <http://dbpedia.org/resource/S%26P_Global> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "CEO of Kensho Technologies and Chief AI Officer of S&P Global, driving AI and machine learning across the company's market-data and intelligence business. A HumanX 2026 speaker in both San Francisco and Amsterdam."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/bhavesh-dayalji> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/bhavesh-dayalji" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/bhavesh-dayalji> .

:danielDanker a schema:Person ;
    schema:name "Daniel Danker"@en ;
    schema:jobTitle "EVP AI Acceleration Product & Design, Walmart"@en ;
    schema:affiliation <http://dbpedia.org/resource/Walmart> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "EVP of AI Acceleration, Product and Design for Walmart. In this role, Daniel accelerates the company's AI transformation and leads all product management and design across the enterprise."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/daniel-danker> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/daniel-danker" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/daniel-danker> .

:dianaSchildhouse a schema:Person ;
    schema:name "Diana Schildhouse"@en ;
    schema:jobTitle "Chief Data & Analytics Officer, Colgate-Palmolive"@en ;
    schema:affiliation <http://dbpedia.org/resource/Colgate-Palmolive> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief Data and Analytics Officer of Colgate-Palmolive, deploying AI across a global consumer-goods portfolio - R&D, supply chain and marketing. A World Summit AI 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/diana-schildhouse> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/diana-schildhouse" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/diana-schildhouse> .

:gregUlrich a schema:Person ;
    schema:name "Greg Ulrich"@en ;
    schema:jobTitle "Chief AI & Data Officer, Mastercard"@en ;
    schema:affiliation <http://dbpedia.org/resource/Mastercard> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief AI and Data Officer of Mastercard, leading AI across the payments network - fraud defense, Decision Intelligence and the Shopping Muse agent. A veteran Mastercard data leader and frequent payments-AI speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/greg-ulrich> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/greg-ulrich" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/greg-ulrich> .

:helenaFu a schema:Person ;
    schema:name "Helena Fu"@en ;
    schema:jobTitle "Director, Office of Critical & Emerging Technologies; Deputy Chief AI Officer, US Dept of Energy"@en ;
    schema:affiliation <http://dbpedia.org/resource/United_States_Department_of_Energy> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Director of the US Department of Energy's Office of Critical and Emerging Technologies and its Deputy Chief AI Officer, coordinating AI across the DOE's 17 national laboratories - one of the most consequential public-sector AI mandates in the US."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/helena-fu> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/helena-fu" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/helena-fu> .

:janeMoran a schema:Person ;
    schema:name "Jane Moran"@en ;
    schema:jobTitle "Chief Information & Digital Officer, Mass General Brigham"@en ;
    schema:affiliation :massGeneralBrighamOrg ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief Information and Digital Officer of Mass General Brigham, embedding AI safely across the clinical and operational core of a leading academic health system. A HIMSS 2026 AI-forum speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jane-moran> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jane-moran" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jane-moran> .

:jeffMcmillan a schema:Person ;
    schema:name "Jeff McMillan"@en ;
    schema:jobTitle "Founder & AI Advisor, McMillanAI"@en ;
    schema:affiliation :mcmillanaiOrg ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Founder of McMillanAI and former Head of Firmwide AI at Morgan Stanley, where he built one of the financial industry's pioneering OpenAI-powered assistants for wealth management. He now advises boards, CEOs, investors and enterprises on AI strategy, governance and executive AI adoption."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jeff-mcmillan> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jeff-mcmillan" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jeff-mcmillan> .

:johnRoese a schema:Person ;
    schema:name "John Roese"@en ;
    schema:jobTitle "Global CTO & Chief AI Officer, Dell Technologies"@en ;
    schema:affiliation <http://dbpedia.org/resource/Dell_Technologies> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Global CTO and Chief AI Officer of Dell Technologies, steering both Dell's AI-infrastructure strategy and its internal AI adoption. A widely quoted enterprise-AI voice and Dell Technologies World keynote regular."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/john-roese> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/john-roese" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/john-roese> .

:katrinLehmann a schema:Person ;
    schema:name "Katrin Lehmann"@en ;
    schema:jobTitle "Chief Information Officer, Mercedes-Benz"@en ;
    schema:affiliation <http://dbpedia.org/resource/Mercedes-Benz_Group> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief Information Officer of Mercedes-Benz, leading enterprise AI across a global automaker - from engineering to manufacturing to the in-car experience. A HumanX 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/katrin-lehmann> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/katrin-lehmann" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/katrin-lehmann> .

:kristinMilchanowski a schema:Person ;
    schema:name "Kristin Milchanowski"@en ;
    schema:jobTitle "Chief AI & Quantum Officer, BMO Financial Group"@en ;
    schema:affiliation :bmoFinancialGroupOrg ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief AI and Quantum Officer of BMO Financial Group, running AI, data and quantum for one of North America's largest banks and founding director of its applied-AI institute. Author of 'Return on Intelligence'; a 2026 fintech-conference speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/kristin-milchanowski> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/kristin-milchanowski" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/kristin-milchanowski> .

:lanGuan a schema:Person ;
    schema:name "Lan Guan"@en ;
    schema:jobTitle "Chief AI & Data Officer, Accenture"@en ;
    schema:affiliation <http://dbpedia.org/resource/Accenture> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief AI and Data Officer of Accenture, leading roughly 80,000 AI and data professionals and steering a multibillion-dollar AI investment. Accenture's public face on enterprise AI and part of its WEF Davos 2026 delegation."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/lan-guan> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/lan-guan" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/lan-guan> .

:marcoArgenti a schema:Person ;
    schema:name "Marco Argenti"@en ;
    schema:jobTitle "CIO, Goldman Sachs"@en ;
    schema:affiliation <http://dbpedia.org/resource/Goldman_Sachs> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief Information Officer of Goldman Sachs and its firm-wide AI lead, behind the GS AI Assistant and the bank's generative-AI rollout. A former Amazon and Uber technology executive; a frequent enterprise-AI keynote voice."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/marco-argenti> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/marco-argenti" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/marco-argenti> .

:nitzanMekelBobrov a schema:Person ;
    schema:name "Nitzan Mekel-Bobrov"@en ;
    schema:jobTitle "Chief AI Officer, eBay"@en ;
    schema:affiliation <http://dbpedia.org/resource/EBay> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief AI Officer of eBay, leading marketplace-scale AI across discovery, trust and seller tools. A World Summit AI 2026 and Chief AI Officer Summit NY speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/nitzan-mekel-bobrov> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/nitzan-mekel-bobrov" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/nitzan-mekel-bobrov> .

:philippHerzig a schema:Person ;
    schema:name "Philipp Herzig"@en ;
    schema:jobTitle "CTO & Chief Product Officer, Business AI, SAP"@en ;
    schema:affiliation <http://dbpedia.org/resource/SAP> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief Technology Officer of SAP - promoted from Chief AI Officer, a role he held through 2025 - continuing to embed AI (the Joule copilot and 400+ embedded use cases) across the ERP backbone that runs much of the global economy. A frequent SAP Sapphire and enterprise-AI keynote voice."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/philipp-herzig> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/philipp-herzig" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/philipp-herzig> .

:philippeRambach a schema:Person ;
    schema:name "Philippe Rambach"@en ;
    schema:jobTitle "Chief AI Officer, Schneider Electric"@en ;
    schema:affiliation <http://dbpedia.org/resource/Schneider_Electric> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief AI Officer of Schneider Electric, deploying AI across energy management and industrial operations with a sustainability-forward focus - the rare enterprise CAIO whose mandate ties AI directly to decarbonization. A World Summit AI 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/philippe-rambach> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/philippe-rambach" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/philippe-rambach> .

:teresaHeitsenrether a schema:Person ;
    schema:name "Teresa Heitsenrether"@en ;
    schema:jobTitle "Chief Data & Analytics Officer, JPMorganChase"@en ;
    schema:affiliation <http://dbpedia.org/resource/JPMorgan_Chase> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief Data and Analytics Officer of JPMorgan Chase, where she rolled out the firm-wide LLM Suite to 200,000+ employees and sits on the Operating Committee - the gold-standard 'AI inside a regulated bank' story."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/teresa-heitsenrether> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/teresa-heitsenrether" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/teresa-heitsenrether> .

:xavierAmatriain a schema:Person ;
    schema:name "Xavier Amatriain"@en ;
    schema:jobTitle "Chief AI & Data Officer, Expedia Group"@en ;
    schema:affiliation <http://dbpedia.org/resource/Expedia_Group> ;
    :inCategory :caioCategoryInstance ;
    :honoreeTier :builderTier ;
    schema:description "Chief AI and Data Officer of Expedia Group, leading consumer-scale applied AI across travel. A prolific writer and speaker on recommender systems and applied ML; a World Summit AI 2026 speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/xavier-amatriain> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/xavier-amatriain" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/xavier-amatriain> .

:aidanGomez a schema:Person ;
    schema:name "Aidan Gomez"@en ;
    schema:jobTitle "Co-founder & CEO, Cohere"@en ;
    schema:affiliation <http://dbpedia.org/resource/Cohere> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Cohere, the enterprise-focused LLM company, and a co-author of the original 'Attention Is All You Need' transformer paper as a Google Brain intern. Pairs foundational research credibility with an enterprise, data-privacy-first product focus."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/aidan-gomez> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/aidan-gomez" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/aidan-gomez> .

:aravindSrinivas a schema:Person ;
    schema:name "Aravind Srinivas"@en ;
    schema:jobTitle "Co-founder & CEO, Perplexity"@en ;
    schema:affiliation <http://www.wikidata.org/entity/Q124333951> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Perplexity, the AI 'answer engine' that reframed search around cited, conversational responses and scaled to a multibillion-dollar valuation. Ex-OpenAI/DeepMind researcher and one of the most prolific founder-communicators in AI."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/aravind-srinivas> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/aravind-srinivas" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/aravind-srinivas> .

:arthurMensch a schema:Person ;
    schema:name "Arthur Mensch"@en ;
    schema:jobTitle "Co-founder & CEO, Mistral AI"@en ;
    schema:affiliation <http://dbpedia.org/resource/Mistral_AI> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Mistral AI, Europe's flagship frontier lab, which he built into the continent's answer to the US labs with a strong open-weight and sovereign-AI stance. Ex-DeepMind researcher; a fixture at VivaTech, HumanX and Davos and a leading European voice on AI policy."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/arthur-mensch> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/arthur-mensch" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/arthur-mensch> .

:danielaAmodei a schema:Person ;
    schema:name "Daniela Amodei"@en ;
    schema:jobTitle "President & co-founder, Anthropic"@en ;
    schema:affiliation <http://dbpedia.org/resource/Anthropic> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "President and co-founder of Anthropic, running the company's operations, strategy and scaling alongside CEO Dario Amodei. Ex-Stripe and OpenAI (former VP of Safety and Policy); one of the most influential women operators in frontier AI and a keynote voice on responsible scaling."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/daniela-amodei> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/daniela-amodei" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/daniela-amodei> .

:darioAmodei a schema:Person ;
    schema:name "Dario Amodei"@en ;
    schema:jobTitle "CEO & co-founder, Anthropic"@en ;
    schema:affiliation <http://dbpedia.org/resource/Anthropic> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Co-founded Anthropic in 2021 after leading GPT-2/GPT-3 work as OpenAI's VP of Research, and built it into a top-three frontier lab behind the Claude models. The most credible public voice arguing that safety and capability must scale together; his essays and Davos appearances shape the policy conversation."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/dario-amodei> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/dario-amodei" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/dario-amodei> .

:demisHassabis a schema:Person ;
    schema:name "Demis Hassabis"@en ;
    schema:jobTitle "CEO & co-founder, Google DeepMind"@en ;
    schema:affiliation <http://dbpedia.org/resource/Google_DeepMind> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Nobel laureate (Chemistry, 2024, for AlphaFold) and co-founder/CEO of Google DeepMind, which he now runs as Google's unified AI engine behind Gemini. A chess prodigy turned neuroscientist turned lab director overseeing several thousand researchers; the field's most decorated scientific leader."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/demis-hassabis> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/demis-hassabis" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/demis-hassabis> .

:feiFeiLi a schema:Person ;
    schema:name "Fei-Fei Li"@en ;
    schema:jobTitle "Co-founder & CEO, World Labs"@en ;
    schema:affiliation :worldLabsOrg ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "The 'godmother of AI': created ImageNet, which catalyzed the deep-learning revolution, and founded AI4ALL to widen the field. Now co-founder/CEO of World Labs, building 'spatial intelligence' world models, and Special Advisor on AI to the Stanford president following the May 2026 restructuring of Stanford HAI, which she previously co-directed. A marquee keynote at HumanX, Ai4 and CES."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/fei-fei-li> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/fei-fei-li" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/fei-fei-li> .

:gregBrockman a schema:Person ;
    schema:name "Greg Brockman"@en ;
    schema:jobTitle "President & co-founder, OpenAI"@en ;
    schema:affiliation <http://dbpedia.org/resource/OpenAI> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "President and co-founder of OpenAI, the company's technical and infrastructure anchor from the earliest days. A relentless builder who demos flagship launches himself; central to OpenAI's scaling, compute strategy and developer platform."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/greg-brockman> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/greg-brockman" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/greg-brockman> .

:ilyaSutskever a schema:Person ;
    schema:name "Ilya Sutskever"@en ;
    schema:jobTitle "CEO & co-founder, Safe Superintelligence (SSI)"@en ;
    schema:affiliation :safeSuperintelligenceOrg ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Co-founder and CEO of Safe Superintelligence (SSI). As OpenAI's co-founder and chief scientist he was behind many of its core breakthroughs; a co-inventor of AlexNet, one of deep learning's founding results. Rarely speaks publicly, which makes his appearances high-signal."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/ilya-sutskever> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/ilya-sutskever" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/ilya-sutskever> .

:jakubPachocki a schema:Person ;
    schema:name "Jakub Pachocki"@en ;
    schema:jobTitle "Chief Scientist, OpenAI"@en ;
    schema:affiliation <http://dbpedia.org/resource/OpenAI> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief Scientist of OpenAI, leading its reasoning-model research after succeeding Ilya Sutskever. A quieter, deeply technical leader increasingly stepping into public view as OpenAI's scientific direction becomes a story in itself."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/jakub-pachocki> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/jakub-pachocki" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/jakub-pachocki> .

:joellePineau a schema:Person ;
    schema:name "Joelle Pineau"@en ;
    schema:jobTitle "Chief AI Officer, Cohere"@en ;
    schema:affiliation <http://dbpedia.org/resource/Cohere> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Chief AI Officer of Cohere and one of the most respected research leaders in the field. Previously ran Meta's Fundamental AI Research (FAIR) lab; a McGill professor and Mila member known for championing reproducibility. Now leads Cohere's research and Cohere Labs."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/joelle-pineau> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/joelle-pineau" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/joelle-pineau> .

:miraMurati a schema:Person ;
    schema:name "Mira Murati"@en ;
    schema:jobTitle "Founder & CEO, Thinking Machines Lab"@en ;
    schema:affiliation :thinkingMachinesLabOrg ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "Founder and CEO of Thinking Machines Lab, the frontier lab she launched in 2025 after serving as OpenAI's CTO, where she led ChatGPT, GPT-4, DALL·E and Sora. One of the most closely watched founders in AI; a rare and selective public speaker whose lab drew one of the largest seed rounds on record."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/mira-murati> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/mira-murati" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/mira-murati> .

:samAltman a schema:Person ;
    schema:name "Sam Altman"@en ;
    schema:jobTitle "CEO & co-founder, OpenAI"@en ;
    schema:affiliation <http://dbpedia.org/resource/OpenAI> ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :iconTier ;
    schema:description "The defining public face of the generative-AI era. Co-founded OpenAI in 2015 and, as CEO, shipped ChatGPT and the GPT model line that moved AI into the mainstream. Former President of Y Combinator; a prolific fundraiser who continues to lead OpenAI's commercial evolution. Sets the industry's agenda from Davos to Congress."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/sam-altman> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/sam-altman" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/sam-altman> .

:saraHooker a schema:Person ;
    schema:name "Sara Hooker"@en ;
    schema:jobTitle "Co-founder & CEO, Adaption Labs"@en ;
    schema:affiliation :adaptionLabsOrg ;
    :inCategory :frontierCategoryInstance ;
    :honoreeTier :anchorTier ;
    schema:description "Co-founder and CEO of Adaption Labs, building models that learn efficiently and adapt on the fly. Previously built and led Cohere For AI (Cohere Labs); a leading voice on model efficiency, the 'hardware lottery' and compute-threshold policy, and a frequent research-and-policy speaker."@en ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/sara-hooker> ;
    schema:identifier "https://aibuildersnetwork.org/chief-in-ai-100/sara-hooker" ;
    schema:mainEntityOfPage <https://aibuildersnetwork.org/chief-in-ai-100/sara-hooker> .

#################################################################
# Main List Entity
#################################################################

<> a schema:ItemList, schema:CollectionPage ;
    schema:name "Chief in AI 100 (2026)"@en ;
    schema:headline "Chief in AI 100 (2026) - the AI power list that's 50% women"@en ;
    schema:abstract "The 100 executives most shaping how AI actually gets built and deployed - from frontier-lab founders to Fortune 500 Chief AI Officers. Exactly 50 women and 50 men, across seven categories and 24 countries of origin."@en ;
    schema:numberOfItems 100 ;
    schema:author :aiBuildersNetworkOrg, :chiefInAIOrg ;
    schema:publisher :aiBuildersNetworkOrg ;
    schema:url <https://aibuildersnetwork.org/chief-in-ai-100/> ;
    schema:dateModified "2026-08-08"^^xsd:date ;
    schema:hasPart :ontology, :faqSection, :glossarySection, :howtoSection, :methodologySection, :aiBuildersGlobalConference, :govCategoryInstance, :invCategoryInstance, :resCategoryInstance, :startupCategoryInstance, :bigtechCategoryInstance, :caioCategoryInstance, :frontierCategoryInstance ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> .

:ontology schema:isPartOf <> .
:faqSection schema:isPartOf <> .
:glossarySection schema:isPartOf <> .
:howtoSection schema:isPartOf <> .
:methodologySection schema:isPartOf <> .
:aiBuildersGlobalConference schema:isPartOf <> .
:govCategoryInstance schema:isPartOf <> .
:invCategoryInstance schema:isPartOf <> .
:resCategoryInstance schema:isPartOf <> .
:startupCategoryInstance schema:isPartOf <> .
:bigtechCategoryInstance schema:isPartOf <> .
:caioCategoryInstance schema:isPartOf <> .
:frontierCategoryInstance schema:isPartOf <> .

#################################################################
# Inverse Relationships: Category -> Honoree
#################################################################

:govCategoryInstance :categoryHasHonoree :alondraNelson .
:govCategoryInstance :categoryHasHonoree :claraChappaz .
:govCategoryInstance :categoryHasHonoree :doreenBogdanMartin .
:govCategoryInstance :categoryHasHonoree :helenToner .
:govCategoryInstance :categoryHasHonoree :jadeLeung .
:govCategoryInstance :categoryHasHonoree :nighatDad .
:govCategoryInstance :categoryHasHonoree :rummanChowdhury .
:govCategoryInstance :categoryHasHonoree :yoshuaBengio .
:govCategoryInstance :categoryHasHonoree :zicoKolter .
:invCategoryInstance :categoryHasHonoree :aileenLee .
:invCategoryInstance :categoryHasHonoree :hemantTaneja .
:invCategoryInstance :categoryHasHonoree :jenniferLi .
:invCategoryInstance :categoryHasHonoree :martinCasado .
:invCategoryInstance :categoryHasHonoree :nathanBenaich .
:invCategoryInstance :categoryHasHonoree :pegahEbrahimi .
:invCategoryInstance :categoryHasHonoree :rudinaSeseri .
:invCategoryInstance :categoryHasHonoree :sarahGuo .
:invCategoryInstance :categoryHasHonoree :sonyaHuang .
:invCategoryInstance :categoryHasHonoree :vinodKhosla .
:resCategoryInstance :categoryHasHonoree :ancaDragan .
:resCategoryInstance :categoryHasHonoree :andrewNg .
:resCategoryInstance :categoryHasHonoree :animaAnandkumar .
:resCategoryInstance :categoryHasHonoree :chelseaFinn .
:resCategoryInstance :categoryHasHonoree :danielaRus .
:resCategoryInstance :categoryHasHonoree :geoffreyHinton .
:resCategoryInstance :categoryHasHonoree :nuriaOliver .
:resCategoryInstance :categoryHasHonoree :percyLiang .
:resCategoryInstance :categoryHasHonoree :pieterAbbeel .
:resCategoryInstance :categoryHasHonoree :reginaBarzilay .
:resCategoryInstance :categoryHasHonoree :sebastianThrun .
:resCategoryInstance :categoryHasHonoree :yejinChoi .
:startupCategoryInstance :categoryHasHonoree :arvindJain .
:startupCategoryInstance :categoryHasHonoree :barrMoses .
:startupCategoryInstance :categoryHasHonoree :bretTaylor .
:startupCategoryInstance :categoryHasHonoree :cristobalValenzuela .
:startupCategoryInstance :categoryHasHonoree :demiGuo .
:startupCategoryInstance :categoryHasHonoree :eleanorLightbody .
:startupCategoryInstance :categoryHasHonoree :eleonoreCrespo .
:startupCategoryInstance :categoryHasHonoree :jenniferSmith .
:startupCategoryInstance :categoryHasHonoree :jesseZhang .
:startupCategoryInstance :categoryHasHonoree :linQiao .
:startupCategoryInstance :categoryHasHonoree :matiStaniszewski .
:startupCategoryInstance :categoryHasHonoree :mayHabib .
:startupCategoryInstance :categoryHasHonoree :michaelTruell .
:startupCategoryInstance :categoryHasHonoree :minnaSong .
:startupCategoryInstance :categoryHasHonoree :navrinaSingh .
:startupCategoryInstance :categoryHasHonoree :pelonomiMoiloa .
:startupCategoryInstance :categoryHasHonoree :scottWu .
:startupCategoryInstance :categoryHasHonoree :shivRao .
:startupCategoryInstance :categoryHasHonoree :vipulVedPrakash .
:startupCategoryInstance :categoryHasHonoree :winstonWeinberg .
:bigtechCategoryInstance :categoryHasHonoree :aliGhodsi .
:bigtechCategoryInstance :categoryHasHonoree :amarSubramanya .
:bigtechCategoryInstance :categoryHasHonoree :claraShih .
:bigtechCategoryInstance :categoryHasHonoree :fidjiSimo .
:bigtechCategoryInstance :categoryHasHonoree :jensenHuang .
:bigtechCategoryInstance :categoryHasHonoree :jonathanRoss .
:bigtechCategoryInstance :categoryHasHonoree :kariBriski .
:bigtechCategoryInstance :categoryHasHonoree :kevinScott .
:bigtechCategoryInstance :categoryHasHonoree :korayKavukcuoglu .
:bigtechCategoryInstance :categoryHasHonoree :lilaIbrahim .
:bigtechCategoryInstance :categoryHasHonoree :lisaSu .
:bigtechCategoryInstance :categoryHasHonoree :mattGarman .
:bigtechCategoryInstance :categoryHasHonoree :sarahBird .
:bigtechCategoryInstance :categoryHasHonoree :silvioSavarese .
:bigtechCategoryInstance :categoryHasHonoree :swamiSivasubramanian .
:caioCategoryInstance :categoryHasHonoree :athinaKanioura .
:caioCategoryInstance :categoryHasHonoree :barakTurovsky .
:caioCategoryInstance :categoryHasHonoree :bertaRodriguezHervas .
:caioCategoryInstance :categoryHasHonoree :bhaveshDayalji .
:caioCategoryInstance :categoryHasHonoree :danielDanker .
:caioCategoryInstance :categoryHasHonoree :dianaSchildhouse .
:caioCategoryInstance :categoryHasHonoree :gregUlrich .
:caioCategoryInstance :categoryHasHonoree :helenaFu .
:caioCategoryInstance :categoryHasHonoree :janeMoran .
:caioCategoryInstance :categoryHasHonoree :jeffMcmillan .
:caioCategoryInstance :categoryHasHonoree :johnRoese .
:caioCategoryInstance :categoryHasHonoree :katrinLehmann .
:caioCategoryInstance :categoryHasHonoree :kristinMilchanowski .
:caioCategoryInstance :categoryHasHonoree :lanGuan .
:caioCategoryInstance :categoryHasHonoree :marcoArgenti .
:caioCategoryInstance :categoryHasHonoree :nitzanMekelBobrov .
:caioCategoryInstance :categoryHasHonoree :philippHerzig .
:caioCategoryInstance :categoryHasHonoree :philippeRambach .
:caioCategoryInstance :categoryHasHonoree :teresaHeitsenrether .
:caioCategoryInstance :categoryHasHonoree :xavierAmatriain .
:frontierCategoryInstance :categoryHasHonoree :aidanGomez .
:frontierCategoryInstance :categoryHasHonoree :aravindSrinivas .
:frontierCategoryInstance :categoryHasHonoree :arthurMensch .
:frontierCategoryInstance :categoryHasHonoree :danielaAmodei .
:frontierCategoryInstance :categoryHasHonoree :darioAmodei .
:frontierCategoryInstance :categoryHasHonoree :demisHassabis .
:frontierCategoryInstance :categoryHasHonoree :feiFeiLi .
:frontierCategoryInstance :categoryHasHonoree :gregBrockman .
:frontierCategoryInstance :categoryHasHonoree :ilyaSutskever .
:frontierCategoryInstance :categoryHasHonoree :jakubPachocki .
:frontierCategoryInstance :categoryHasHonoree :joellePineau .
:frontierCategoryInstance :categoryHasHonoree :miraMurati .
:frontierCategoryInstance :categoryHasHonoree :samAltman .
:frontierCategoryInstance :categoryHasHonoree :saraHooker .

#################################################################
# Methodology (HowTo)
#################################################################

:methodologySection a schema:CreativeWork ;
    schema:name "How the List Is Made"@en ;
    schema:text "Every honoree clears three gates: a top-level AI leadership role, demonstrable influence on how AI gets built or deployed, and active presence on the 2026 conference circuit. The 50/50 gender balance is structural, not cosmetic - achieved by widening the aperture across geographies and functions, not by lowering the bar. The list is editorially independent: placement is not for sale and honorees are not required to speak at AI Builders Network events."@en ;
    schema:hasPart :howtoSection .

:howtoSection a schema:HowTo ;
    schema:name "How to Qualify for the Chief in AI 100"@en ;
    schema:description "The three editorial gates every Chief in AI 100 honoree must clear."@en ;
    schema:step :step1, :step2, :step3 ;
    schema:isPartOf :methodologySection .

:step1 a schema:HowToStep ;
    schema:name "Hold a top-level AI leadership role"@en ;
    schema:text "The candidate holds a top-level AI leadership role: founder, CEO, Chief AI Officer, chief scientist, head of AI, or general partner."@en ;
    schema:position 1 ;
    schema:isPartOf :howtoSection .

:step2 a schema:HowToStep ;
    schema:name "Demonstrate influence on how AI gets built or deployed"@en ;
    schema:text "The candidate has demonstrable influence on how AI gets built or deployed - through deployment at scale, category leadership, foundational research work, or genuine policy authority."@en ;
    schema:position 2 ;
    schema:isPartOf :howtoSection .

:step3 a schema:HowToStep ;
    schema:name "Be active on the 2026 conference circuit"@en ;
    schema:text "The candidate is active on the 2026 conference stage, from HumanX and World Summit AI to Davos and GTC."@en ;
    schema:position 3 ;
    schema:isPartOf :howtoSection .

#################################################################
# Conference
#################################################################

:aiBuildersGlobalConference a schema:Event ;
    schema:name "AI Builders Global Conference 2026"@en ;
    schema:description "Day one is the Chief in AI Summit covering AI strategy, industries, engineering and governance. Day two, the Startups & Investors Summit, turns to funding and scaling. 200 sessions across 8 tracks, 12,000 builders, tech leaders and operators from 130 countries."@en ;
    schema:startDate "2026-10-14"^^xsd:date ;
    schema:endDate "2026-10-15"^^xsd:date ;
    schema:eventAttendanceMode <http://schema.org/OnlineEventAttendanceMode> ;
    schema:performer :barrMoses, :rummanChowdhury, :sebastianThrun .

#################################################################
# FAQ
#################################################################

:q1 a schema:Question ;
    schema:name "What is the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a1 ;
    schema:isPartOf :faqSection .
:a1 a schema:Answer ;
    schema:text "The Chief in AI 100 (2026 edition) is a power list of the 100 executives most shaping how AI actually gets built and deployed, from frontier-lab founders to Fortune 500 Chief AI Officers, produced by AI Builders Network and Chief in AI."@en .

:q2 a schema:Question ;
    schema:name "How many honorees are in the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a2 ;
    schema:isPartOf :faqSection .
:a2 a schema:Answer ;
    schema:text "There are exactly 100 honorees on the 2026 list."@en .

:q3 a schema:Question ;
    schema:name "What is the gender balance of the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a3 ;
    schema:isPartOf :faqSection .
:a3 a schema:Answer ;
    schema:text "The list is exactly 50 women and 50 men."@en .

:q4 a schema:Question ;
    schema:name "How many categories does the Chief in AI 100 span?"@en ;
    schema:acceptedAnswer :a4 ;
    schema:isPartOf :faqSection .
:a4 a schema:Answer ;
    schema:text "The list spans seven categories: AI Governance Policy & Responsible AI, AI Investors, AI Research & Academic Leaders, AI Startup Founders & CEOs, Big Tech AI Leadership, Enterprise Chief AI Officers, and Frontier & Foundation Models."@en .

:q5 a schema:Question ;
    schema:name "How many countries of origin are represented in the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a5 ;
    schema:isPartOf :faqSection .
:a5 a schema:Answer ;
    schema:text "Honorees represent 24 countries of origin."@en .

:q6 a schema:Question ;
    schema:name "What are the three recognition tiers on the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a6 ;
    schema:isPartOf :faqSection .
:a6 a schema:Answer ;
    schema:text "Each honoree is tagged Icon, Anchor, or Builder, denoting field-shaping figures, established high-influence leaders, and hands-on operators/technical leaders respectively."@en .

:q7 a schema:Question ;
    schema:name "What criteria must an honoree meet to appear on the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a7 ;
    schema:isPartOf :faqSection .
:a7 a schema:Answer ;
    schema:text "Every honoree clears three gates: a top-level AI leadership role, demonstrable influence on how AI gets built or deployed, and active presence on the 2026 conference circuit."@en .

:q8 a schema:Question ;
    schema:name "Is placement on the Chief in AI 100 for sale?"@en ;
    schema:acceptedAnswer :a8 ;
    schema:isPartOf :faqSection .
:a8 a schema:Answer ;
    schema:text "No. The list is editorially independent - placement is not for sale, sponsors cannot buy a spot, and honorees are not required to speak at AI Builders Network events."@en .

:q9 a schema:Question ;
    schema:name "Why is the Chief in AI 100 exactly 50% women?"@en ;
    schema:acceptedAnswer :a9 ;
    schema:isPartOf :faqSection .
:a9 a schema:Answer ;
    schema:text "Because executive-tier AI leadership skews male, the editors widened the aperture across more geographies and gave full weight to enterprise, policy, and research leaders who actually run AI in the world, rather than lowering the bar for anyone - every woman on the list clears the same three gates as every man."@en .

:q10 a schema:Question ;
    schema:name "How many honorees are in the AI Startup Founders & CEOs category?"@en ;
    schema:acceptedAnswer :a10 ;
    schema:isPartOf :faqSection .
:a10 a schema:Answer ;
    schema:text "The AI Startup Founders & CEOs category has 20 honorees, the largest category on the list alongside Enterprise Chief AI Officers."@en .

:q11 a schema:Question ;
    schema:name "How many honorees are in the Frontier & Foundation Models category?"@en ;
    schema:acceptedAnswer :a11 ;
    schema:isPartOf :faqSection .
:a11 a schema:Answer ;
    schema:text "The Frontier & Foundation Models category has 14 honorees."@en .

:q12 a schema:Question ;
    schema:name "What is the AI Builders Global Conference 2026?"@en ;
    schema:acceptedAnswer :a12 ;
    schema:isPartOf :faqSection .
:a12 a schema:Answer ;
    schema:text "It is a two-day conference (October 14-15, 2026, virtual) whose day one, the Chief in AI Summit, covers the same ground as this list - AI strategy, industries, engineering and governance - while day two, the Startups & Investors Summit, covers funding and scaling."@en .

:q13 a schema:Question ;
    schema:name "Which Chief in AI 100 honorees are confirmed to speak at the AI Builders Global Conference 2026?"@en ;
    schema:acceptedAnswer :a13 ;
    schema:isPartOf :faqSection .
:a13 a schema:Answer ;
    schema:text "Barr Moses, Dr. Rumman Chowdhury and Sebastian Thrun are confirmed to speak, with more honorees to be announced."@en .

:q14 a schema:Question ;
    schema:name "How can someone nominate a Chief in AI leader for the 2027 edition?"@en ;
    schema:acceptedAnswer :a14 ;
    schema:isPartOf :faqSection .
:a14 a schema:Answer ;
    schema:text "Nominations for the 2027 edition open after the current year's list publishes; people can nominate leaders directly on the AI Builders Network site, especially leaders that usual lists overlook."@en .

:q15 a schema:Question ;
    schema:name "Who runs Anthropic, according to the Chief in AI 100?"@en ;
    schema:acceptedAnswer :a15 ;
    schema:isPartOf :faqSection .
:a15 a schema:Answer ;
    schema:text "Dario Amodei is CEO and co-founder of Anthropic, and Daniela Amodei is President and co-founder, both listed in the Frontier & Foundation Models category."@en .

:faqSection a schema:FAQPage ;
    schema:name "Chief in AI 100 FAQ"@en ;
    schema:mainEntity :q1, :q2, :q3, :q4, :q5, :q6, :q7, :q8, :q9, :q10, :q11, :q12, :q13, :q14, :q15 ;
    schema:isPartOf <> .

#################################################################
# Glossary
#################################################################

:chiefInAI100Term a schema:DefinedTerm ;
    schema:name "Chief in AI 100"@en ;
    schema:description "An annual power list from AI Builders Network and Chief in AI naming the 100 executives most shaping how AI gets built and deployed, balanced 50/50 between women and men."@en ;
    schema:inDefinedTermSet :glossarySection .

:iconTermGloss a schema:DefinedTerm ;
    schema:name "Icon"@en ;
    schema:description "The top Chief in AI 100 recognition tier, denoting a defining, field-shaping figure in AI."@en ;
    schema:inDefinedTermSet :glossarySection .

:anchorTermGloss a schema:DefinedTerm ;
    schema:name "Anchor"@en ;
    schema:description "A Chief in AI 100 recognition tier denoting an established, high-influence AI leader."@en ;
    schema:inDefinedTermSet :glossarySection .

:builderTermGloss a schema:DefinedTerm ;
    schema:name "Builder"@en ;
    schema:description "A Chief in AI 100 recognition tier denoting a hands-on operator or technical leader driving AI execution."@en ;
    schema:inDefinedTermSet :glossarySection .

:govCategoryTerm a schema:DefinedTerm ;
    schema:name "AI Governance Policy & Responsible AI"@en ;
    schema:description "A Chief in AI 100 category covering executives and public-interest leaders shaping AI governance, safety policy and responsible-AI practice."@en ;
    schema:inDefinedTermSet :glossarySection .

:invCategoryTerm a schema:DefinedTerm ;
    schema:name "AI Investors"@en ;
    schema:description "A Chief in AI 100 category covering venture investors whose capital and theses shape which AI companies scale."@en ;
    schema:inDefinedTermSet :glossarySection .

:resCategoryTerm a schema:DefinedTerm ;
    schema:name "AI Research & Academic Leaders"@en ;
    schema:description "A Chief in AI 100 category covering university and lab researchers advancing the scientific foundations of AI."@en ;
    schema:inDefinedTermSet :glossarySection .

:startupCategoryTerm a schema:DefinedTerm ;
    schema:name "AI Startup Founders & CEOs"@en ;
    schema:description "A Chief in AI 100 category covering founders and CEOs building category-defining AI-native startups."@en ;
    schema:inDefinedTermSet :glossarySection .

:bigtechCategoryTerm a schema:DefinedTerm ;
    schema:name "Big Tech AI Leadership"@en ;
    schema:description "A Chief in AI 100 category covering executives leading AI strategy and engineering inside the largest technology companies."@en ;
    schema:inDefinedTermSet :glossarySection .

:caioCategoryTerm a schema:DefinedTerm ;
    schema:name "Enterprise Chief AI Officers"@en ;
    schema:description "A Chief in AI 100 category covering Chief AI Officers and equivalent enterprise leaders deploying AI at scale inside large, often regulated, companies."@en ;
    schema:inDefinedTermSet :glossarySection .

:frontierCategoryTerm a schema:DefinedTerm ;
    schema:name "Frontier & Foundation Models"@en ;
    schema:description "A Chief in AI 100 category covering founders and scientists building the frontier foundation-model labs."@en ;
    schema:inDefinedTermSet :glossarySection .

:chiefAIOfficerTerm a schema:DefinedTerm ;
    schema:name "Chief AI Officer (CAIO)"@en ;
    schema:description "An enterprise executive role, distinct from CTO/CIO, with explicit accountability for an organization's AI strategy, governance and deployment."@en ;
    schema:inDefinedTermSet :glossarySection .

:glossarySection a skos:ConceptScheme, schema:DefinedTermSet ;
    schema:name "Chief in AI 100 Glossary"@en ;
    schema:hasDefinedTerm :chiefInAI100Term, :iconTermGloss, :anchorTermGloss, :builderTermGloss, :govCategoryTerm, :invCategoryTerm, :resCategoryTerm, :startupCategoryTerm, :bigtechCategoryTerm, :caioCategoryTerm, :frontierCategoryTerm, :chiefAIOfficerTerm ;
    schema:isPartOf <> .

#################################################################
# Provenance
#################################################################

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> a schema:SoftwareApplication ;
    schema:name "kg-generator skill"@en ;
    schema:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator> ;
    schema:description "Claude Code skill that generates comprehensive RDF Knowledge Graphs from web content using curated prompt templates."@en .
